#CAB576

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

Shades of Putty #CAB576

Tints of Putty #CAB576

Color information

#CAB576 (or 0xCAB576) is unknown color: approx Putty. HEX triplet: CA, B5 and 76. RGB value is (202,181,118). Sum of RGB (Red+Green+Blue) = 202+181+118=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB576 is #354A89. Grayscale: #B4B4B4. Windows color (decimal): -3492490 or 7779786. OLE color: 7779786.

HSL color Cylindrical-coordinate representation of color #CAB576: hue angle of 45º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAB576 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202181118-
CMYK00.100.420.21
HSL45º44.21%62.75%-
HSV(B)45º41.58%79.22%-
XYZ44.1546.9123.87-
YUV180.192.96143.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=40.32%
G=36.13%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218111800.100.420.214544.2162.75
HexCAB5760A2A152d2c3f
Octal3122651660125225555477
Binary110010101011010111101100101010101010101101101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB576; }

 p { color: rgb(202,181,118); }

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

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

 a { background-color: rgb(202,181,118); }

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

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

 span { border-color: rgb(202,181,118); }

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