#C3A05E

Color #C3A05E Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #C3A05E

Tints of Laser #C3A05E

Color information

#C3A05E (or 0xC3A05E) is unknown color: approx Laser. HEX triplet: C3, A0 and 5E. RGB value is (195,160,94). Sum of RGB (Red+Green+Blue) = 195+160+94=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A05E is #3C5FA1. Grayscale: #A3A3A3. Windows color (decimal): -3956642 or 6201539. OLE color: 6201539.

HSL color Cylindrical-coordinate representation of color #C3A05E: hue angle of 39.21º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3A05E is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19516094-
CMYK00.180.520.24
HSL39.21º45.7%56.67%-
HSV(B)39.21º51.79%76.47%-
XYZ37.137.5515.88-
YUV162.9489.1150.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 94 (37.11% from 255) = 20.94%
R=43.43%
G=35.63%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951609400.180.520.2439.2145.756.67
HexC3A05E0123418272e39
Octal3032401360226430475671
Binary1100001110100000101111001001011010011000100111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A05E; }

 p { color: rgb(195,160,94); }

 H1.HeaderClassName
 {
   color: #C3A05E;
 }
 .AnyTagClassName
 {
   color: #C3A05E;
 }
</style>
background-color css

<style>
 a { background-color: #C3A05E; }

 a { background-color: rgb(195,160,94); }

 div.DivClassName
 {
   background-color: #C3A05E;
 }
 .BgClassName
 {
   background-color: #C3A05E;
 }
</style>
border-color css

<style>
 span { border-color: #C3A05E; }

 span { border-color: rgb(195,160,94); }

 td.TdClassName
 {
   border-color: #C3A05E;
 }
 .TagClassName
 {
   border-color: #C3A05E;
 }
</style>