#C2A05F

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

Shades of Laser #C2A05F

Tints of Laser #C2A05F

Color information

#C2A05F (or 0xC2A05F) is unknown color: approx Laser. HEX triplet: C2, A0 and 5F. RGB value is (194,160,95). Sum of RGB (Red+Green+Blue) = 194+160+95=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A05F is #3D5FA0. Grayscale: #A3A3A3. Windows color (decimal): -4022177 or 6267074. OLE color: 6267074.

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

Color convert

RGB19416095-
CMYK00.180.510.24
HSL39.39º44.8%56.67%-
HSV(B)39.39º51.03%76.08%-
XYZ36.8837.4416.11-
YUV162.7689.76150.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=43.21%
G=35.63%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941609500.180.510.2439.3944.856.67
HexC2A05F0123318272d39
Octal3022401370226330475571
Binary1100001010100000101111101001011001111000100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A05F; }

 p { color: rgb(194,160,95); }

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

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

 a { background-color: rgb(194,160,95); }

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

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

 span { border-color: rgb(194,160,95); }

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