Shades of Putty #CAB276
Tints of Putty #CAB276
RGB
CMYK
RGB Variations
Color information
#CAB276 (or 0xCAB276) is known color: 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
| RGB | 202 | 178 | 118 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.21 |
| HSL | 42.86º | 0.44% | 0.63% | - |
| HSV(B) | 42.86º | 0.42% | 0.79% | - |
| XYZ | 43.55 | 45.71 | 23.67 | - |
| YUV | 178.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 118 | 0 | 0.12 | 0.42 | 0.21 | 42.86 | 0.44 | 0.63 |
| Hex | CA | B2 | 76 | 0 | C | 2A | 15 | 2B | 2C | 3F |
| Octal | 312 | 262 | 166 | 0 | 14 | 52 | 25 | 53 | 54 | 77 |
| Binary | 11001010 | 10110010 | 1110110 | 0 | 1100 | 101010 | 10101 | 101011 | 101100 | 111111 |
Color Harmonies of #CAB276
Complementary color
Monochromatic Colors of #CAB276
Black with #CAB276
Text Example
Text Example
White with #CAB276
Text Example
Text Example
HTML Codes & Css Web 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>