Shades of Putty #CAB077
Tints of Putty #CAB077
RGB
CMYK
RGB Variations
Color information
#CAB077 (or 0xCAB077) is known color: 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
| RGB | 202 | 176 | 119 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.21 |
| HSL | 41.2º | 0.44% | 0.63% | - |
| HSV(B) | 41.2º | 0.41% | 0.79% | - |
| XYZ | 43.21 | 44.94 | 23.85 | - |
| YUV | 177.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 119 | 0 | 0.13 | 0.41 | 0.21 | 41.2 | 0.44 | 0.63 |
| Hex | CA | B0 | 77 | 0 | D | 29 | 15 | 29 | 2C | 3F |
| Octal | 312 | 260 | 167 | 0 | 15 | 51 | 25 | 51 | 54 | 77 |
| Binary | 11001010 | 10110000 | 1110111 | 0 | 1101 | 101001 | 10101 | 101001 | 101100 | 111111 |
Color Harmonies of #CAB077
Complementary color
Monochromatic Colors of #CAB077
Black with #CAB077
Text Example
Text Example
White with #CAB077
Text Example
Text Example
HTML Codes & Css Web 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>