#CAB377

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

Shades of Putty #CAB377

Tints of Putty #CAB377

Color information

#CAB377 (or 0xCAB377) is unknown color: approx Putty. HEX triplet: CA, B3 and 77. RGB value is (202,179,119). Sum of RGB (Red+Green+Blue) = 202+179+119=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB377 is #354C88. Grayscale: #B3B3B3. Windows color (decimal): -3493001 or 7844810. OLE color: 7844810.

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

Color convert

RGB202179119-
CMYK00.110.410.21
HSL43.37º43.92%62.94%-
HSV(B)43.37º41.09%79.22%-
XYZ43.8146.1324.05-
YUV179.0494.12144.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=40.4%
G=35.8%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217911900.110.410.2143.3743.9262.94
HexCAB3770B29152b2c3f
Octal3122631670135125535477
Binary110010101011001111101110101110100110101101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB377; }

 p { color: rgb(202,179,119); }

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

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

 a { background-color: rgb(202,179,119); }

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

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

 span { border-color: rgb(202,179,119); }

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