Shades of Putty #CAB870
Tints of Putty #CAB870
RGB
CMYK
RGB Variations
Color information
#CAB870 (or 0xCAB870) is known color: Putty. HEX triplet: CA, B8 and 70. RGB value is (202,184,112). Sum of RGB (Red+Green+Blue) = 202+184+112=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB870 is #35478F. Grayscale: #B5B5B5. Windows color (decimal): -3491728 or 7387338. OLE color: 7387338.
HSL color Cylindrical-coordinate representation of color #CAB870: hue angle of 48º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAB870 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 112 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.21 |
| HSL | 48º | 0.46% | 0.62% | - |
| HSV(B) | 48º | 0.45% | 0.79% | - |
| XYZ | 44.42 | 48.01 | 22.25 | - |
| YUV | 181.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 112 | 0 | 0.09 | 0.45 | 0.21 | 48 | 0.46 | 0.62 |
| Hex | CA | B8 | 70 | 0 | 9 | 2D | 15 | 30 | 2E | 3E |
| Octal | 312 | 270 | 160 | 0 | 11 | 55 | 25 | 60 | 56 | 76 |
| Binary | 11001010 | 10111000 | 1110000 | 0 | 1001 | 101101 | 10101 | 110000 | 101110 | 111110 |
Color Harmonies of #CAB870
Complementary color
Monochromatic Colors of #CAB870
Black with #CAB870
Text Example
Text Example
White with #CAB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB870; }
p { color: rgb(202,184,112); }
H1.HeaderClassName
{
color: #CAB870;
}
.AnyTagClassName
{
color: #CAB870;
}
</style>
background-color css
<style>
a { background-color: #CAB870; }
a { background-color: rgb(202,184,112); }
div.DivClassName
{
background-color: #CAB870;
}
.BgClassName
{
background-color: #CAB870;
}
</style>
border-color css
<style>
span { border-color: #CAB870; }
span { border-color: rgb(202,184,112); }
td.TdClassName
{
border-color: #CAB870;
}
.TagClassName
{
border-color: #CAB870;
}
</style>