#CAB276

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

Shades of Putty #CAB276

Tints of Putty #CAB276

Color information

#CAB276 (or 0xCAB276) is unknown color: approx Putty. HEX triplet: CA, B2 and 76. RGB value is (202,178,118). Sum of RGB (Red+Green+Blue) = 202+178+118=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB276 is #354D89. Grayscale: #B2B2B2. Windows color (decimal): -3493258 or 7779018. OLE color: 7779018.

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

Color convert

RGB202178118-
CMYK00.120.420.21
HSL42.86º44.21%62.75%-
HSV(B)42.86º41.58%79.22%-
XYZ43.5545.7123.67-
YUV178.3493.95144.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=40.56%
G=35.74%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217811800.120.420.2142.8644.2162.75
HexCAB2760C2A152b2c3f
Octal3122621660145225535477
Binary110010101011001011101100110010101010101101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB276; }

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

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

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

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

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

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

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

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