#CAB277

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

Shades of Putty #CAB277

Tints of Putty #CAB277

Color information

#CAB277 (or 0xCAB277) is unknown color: approx Putty. HEX triplet: CA, B2 and 77. RGB value is (202,178,119). Sum of RGB (Red+Green+Blue) = 202+178+119=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB277 is #354D88. Grayscale: #B2B2B2. Windows color (decimal): -3493257 or 7844554. OLE color: 7844554.

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

Color convert

RGB202178119-
CMYK00.120.410.21
HSL42.65º43.92%62.94%-
HSV(B)42.65º41.09%79.22%-
XYZ43.6145.7323.98-
YUV178.4594.45144.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=40.48%
G=35.67%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217811900.120.410.2142.6543.9262.94
HexCAB2770C29152b2c3f
Octal3122621670145125535477
Binary110010101011001011101110110010100110101101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB277; }

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

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

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

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

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

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

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

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