Shades of Putty #CAB078
Tints of Putty #CAB078
RGB
CMYK
RGB Variations
Color information
#CAB078 (or 0xCAB078) is known color: Putty. HEX triplet: CA, B0 and 78. RGB value is (202,176,120). Sum of RGB (Red+Green+Blue) = 202+176+120=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB078 is #354F87. Grayscale: #B1B1B1. Windows color (decimal): -3493768 or 7909578. OLE color: 7909578.
HSL color Cylindrical-coordinate representation of color #CAB078: hue angle of 40.98º 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 #CAB078 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 120 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.21 |
| HSL | 40.98º | 0.44% | 0.63% | - |
| HSV(B) | 40.98º | 0.41% | 0.79% | - |
| XYZ | 43.27 | 44.96 | 24.17 | - |
| YUV | 177.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 120 | 0 | 0.13 | 0.41 | 0.21 | 40.98 | 0.44 | 0.63 |
| Hex | CA | B0 | 78 | 0 | D | 29 | 15 | 29 | 2C | 3F |
| Octal | 312 | 260 | 170 | 0 | 15 | 51 | 25 | 51 | 54 | 77 |
| Binary | 11001010 | 10110000 | 1111000 | 0 | 1101 | 101001 | 10101 | 101001 | 101100 | 111111 |
Color Harmonies of #CAB078
Complementary color
Monochromatic Colors of #CAB078
Black with #CAB078
Text Example
Text Example
White with #CAB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB078; }
p { color: rgb(202,176,120); }
H1.HeaderClassName
{
color: #CAB078;
}
.AnyTagClassName
{
color: #CAB078;
}
</style>
background-color css
<style>
a { background-color: #CAB078; }
a { background-color: rgb(202,176,120); }
div.DivClassName
{
background-color: #CAB078;
}
.BgClassName
{
background-color: #CAB078;
}
</style>
border-color css
<style>
span { border-color: #CAB078; }
span { border-color: rgb(202,176,120); }
td.TdClassName
{
border-color: #CAB078;
}
.TagClassName
{
border-color: #CAB078;
}
</style>