#CAB476

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

Shades of Putty #CAB476

Tints of Putty #CAB476

Color information

#CAB476 (or 0xCAB476) is unknown color: approx Putty. HEX triplet: CA, B4 and 76. RGB value is (202,180,118). Sum of RGB (Red+Green+Blue) = 202+180+118=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB476 is #354B89. Grayscale: #B3B3B3. Windows color (decimal): -3492746 or 7779530. OLE color: 7779530.

HSL color Cylindrical-coordinate representation of color #CAB476: hue angle of 44.29º 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 #CAB476 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202180118-
CMYK00.110.420.21
HSL44.29º44.21%62.75%-
HSV(B)44.29º41.58%79.22%-
XYZ43.9546.5123.8-
YUV179.5193.29144.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=40.4%
G=36%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218011800.110.420.2144.2944.2162.75
HexCAB4760B2A152c2c3f
Octal3122641660135225545477
Binary110010101011010011101100101110101010101101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB476; }

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

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

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

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

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

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

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

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