Shades of Putty #CAB370
Tints of Putty #CAB370
RGB
CMYK
RGB Variations
Color information
#CAB370 (or 0xCAB370) is known color: Putty. HEX triplet: CA, B3 and 70. RGB value is (202,179,112). Sum of RGB (Red+Green+Blue) = 202+179+112=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB370 is #354C8F. Grayscale: #B2B2B2. Windows color (decimal): -3493008 or 7386058. OLE color: 7386058.
HSL color Cylindrical-coordinate representation of color #CAB370: hue angle of 44.67º 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 #CAB370 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 112 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.21 |
| HSL | 44.67º | 0.46% | 0.62% | - |
| HSV(B) | 44.67º | 0.45% | 0.79% | - |
| XYZ | 43.4 | 45.97 | 21.91 | - |
| YUV | 178.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 112 | 0 | 0.11 | 0.45 | 0.21 | 44.67 | 0.46 | 0.62 |
| Hex | CA | B3 | 70 | 0 | B | 2D | 15 | 2D | 2E | 3E |
| Octal | 312 | 263 | 160 | 0 | 13 | 55 | 25 | 55 | 56 | 76 |
| Binary | 11001010 | 10110011 | 1110000 | 0 | 1011 | 101101 | 10101 | 101101 | 101110 | 111110 |
Color Harmonies of #CAB370
Complementary color
Monochromatic Colors of #CAB370
Black with #CAB370
Text Example
Text Example
White with #CAB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB370; }
p { color: rgb(202,179,112); }
H1.HeaderClassName
{
color: #CAB370;
}
.AnyTagClassName
{
color: #CAB370;
}
</style>
background-color css
<style>
a { background-color: #CAB370; }
a { background-color: rgb(202,179,112); }
div.DivClassName
{
background-color: #CAB370;
}
.BgClassName
{
background-color: #CAB370;
}
</style>
border-color css
<style>
span { border-color: #CAB370; }
span { border-color: rgb(202,179,112); }
td.TdClassName
{
border-color: #CAB370;
}
.TagClassName
{
border-color: #CAB370;
}
</style>