#C2AB60

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

Shades of Laser #C2AB60

Tints of Laser #C2AB60

Color information

#C2AB60 (or 0xC2AB60) is unknown color: approx Laser. HEX triplet: C2, AB and 60. RGB value is (194,171,96). Sum of RGB (Red+Green+Blue) = 194+171+96=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB60 is #3D549F. Grayscale: #A9A9A9. Windows color (decimal): -4019360 or 6335426. OLE color: 6335426.

HSL color Cylindrical-coordinate representation of color #C2AB60: hue angle of 45.92º 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 #C2AB60 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19417196-
CMYK00.120.510.24
HSL45.92º44.55%56.86%-
HSV(B)45.92º50.52%76.08%-
XYZ38.9241.4417.01-
YUV169.3386.62145.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=42.08%
G=37.09%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941719600.120.510.2445.9244.5556.86
HexC2AB600C33182e2d39
Octal3022531400146330565571
Binary110000101010101111000000110011001111000101110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB60; }

 p { color: rgb(194,171,96); }

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

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

 a { background-color: rgb(194,171,96); }

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

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

 span { border-color: rgb(194,171,96); }

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