Shades of Putty #CAB071
Tints of Putty #CAB071
RGB
CMYK
RGB Variations
Color information
#CAB071 (or 0xCAB071) is known color: Putty. HEX triplet: CA, B0 and 71. RGB value is (202,176,113). Sum of RGB (Red+Green+Blue) = 202+176+113=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB071 is #354F8E. Grayscale: #B0B0B0. Windows color (decimal): -3493775 or 7450826. OLE color: 7450826.
HSL color Cylindrical-coordinate representation of color #CAB071: hue angle of 42.47º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAB071 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 113 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.21 |
| HSL | 42.47º | 0.46% | 0.62% | - |
| HSV(B) | 42.47º | 0.44% | 0.79% | - |
| XYZ | 42.86 | 44.8 | 22.01 | - |
| YUV | 176.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 113 | 0 | 0.13 | 0.44 | 0.21 | 42.47 | 0.46 | 0.62 |
| Hex | CA | B0 | 71 | 0 | D | 2C | 15 | 2A | 2E | 3E |
| Octal | 312 | 260 | 161 | 0 | 15 | 54 | 25 | 52 | 56 | 76 |
| Binary | 11001010 | 10110000 | 1110001 | 0 | 1101 | 101100 | 10101 | 101010 | 101110 | 111110 |
Color Harmonies of #CAB071
Complementary color
Monochromatic Colors of #CAB071
Black with #CAB071
Text Example
Text Example
White with #CAB071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB071; }
p { color: rgb(202,176,113); }
H1.HeaderClassName
{
color: #CAB071;
}
.AnyTagClassName
{
color: #CAB071;
}
</style>
background-color css
<style>
a { background-color: #CAB071; }
a { background-color: rgb(202,176,113); }
div.DivClassName
{
background-color: #CAB071;
}
.BgClassName
{
background-color: #CAB071;
}
</style>
border-color css
<style>
span { border-color: #CAB071; }
span { border-color: rgb(202,176,113); }
td.TdClassName
{
border-color: #CAB071;
}
.TagClassName
{
border-color: #CAB071;
}
</style>