Shades of Putty #CAB079
Tints of Putty #CAB079
RGB
CMYK
RGB Variations
Color information
#CAB079 (or 0xCAB079) is known color: Putty. HEX triplet: CA, B0 and 79. RGB value is (202,176,121). Sum of RGB (Red+Green+Blue) = 202+176+121=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB079 is #354F86. Grayscale: #B1B1B1. Windows color (decimal): -3493767 or 7975114. OLE color: 7975114.
HSL color Cylindrical-coordinate representation of color #CAB079: hue angle of 40.74º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAB079 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 121 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.21 |
| HSL | 40.74º | 0.43% | 0.63% | - |
| HSV(B) | 40.74º | 0.4% | 0.79% | - |
| XYZ | 43.33 | 44.99 | 24.49 | - |
| YUV | 177.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 121 | 0 | 0.13 | 0.40 | 0.21 | 40.74 | 0.43 | 0.63 |
| Hex | CA | B0 | 79 | 0 | D | 28 | 15 | 29 | 2B | 3F |
| Octal | 312 | 260 | 171 | 0 | 15 | 50 | 25 | 51 | 53 | 77 |
| Binary | 11001010 | 10110000 | 1111001 | 0 | 1101 | 101000 | 10101 | 101001 | 101011 | 111111 |
Color Harmonies of #CAB079
Complementary color
Monochromatic Colors of #CAB079
Black with #CAB079
Text Example
Text Example
White with #CAB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB079; }
p { color: rgb(202,176,121); }
H1.HeaderClassName
{
color: #CAB079;
}
.AnyTagClassName
{
color: #CAB079;
}
</style>
background-color css
<style>
a { background-color: #CAB079; }
a { background-color: rgb(202,176,121); }
div.DivClassName
{
background-color: #CAB079;
}
.BgClassName
{
background-color: #CAB079;
}
</style>
border-color css
<style>
span { border-color: #CAB079; }
span { border-color: rgb(202,176,121); }
td.TdClassName
{
border-color: #CAB079;
}
.TagClassName
{
border-color: #CAB079;
}
</style>