#CAB077

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

Shades of Putty #CAB077

Tints of Putty #CAB077

Color information

#CAB077 (or 0xCAB077) is unknown color: approx Putty. HEX triplet: CA, B0 and 77. RGB value is (202,176,119). Sum of RGB (Red+Green+Blue) = 202+176+119=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB077 is #354F88. Grayscale: #B1B1B1. Windows color (decimal): -3493769 or 7844042. OLE color: 7844042.

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

Color convert

RGB202176119-
CMYK00.130.410.21
HSL41.2º43.92%62.94%-
HSV(B)41.2º41.09%79.22%-
XYZ43.2144.9423.85-
YUV177.2895.11145.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 119 (46.88% from 255) = 23.94%
R=40.64%
G=35.41%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217611900.130.410.2141.243.9262.94
HexCAB0770D2915292c3f
Octal3122601670155125515477
Binary110010101011000011101110110110100110101101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB077; }

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

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

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

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

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

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

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

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