Shades of Putty #CAB06E
Tints of Putty #CAB06E
RGB
CMYK
RGB Variations
Color information
#CAB06E (or 0xCAB06E) is known color: Putty. HEX triplet: CA, B0 and 6E. RGB value is (202,176,110). Sum of RGB (Red+Green+Blue) = 202+176+110=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB06E is #354F91. Grayscale: #B0B0B0. Windows color (decimal): -3493778 or 7254218. OLE color: 7254218.
HSL color Cylindrical-coordinate representation of color #CAB06E: hue angle of 43.04º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAB06E is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 110 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.21 |
| HSL | 43.04º | 0.46% | 0.61% | - |
| HSV(B) | 43.04º | 0.46% | 0.79% | - |
| XYZ | 42.7 | 44.73 | 21.14 | - |
| YUV | 176.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 110 | 0 | 0.13 | 0.46 | 0.21 | 43.04 | 0.46 | 0.61 |
| Hex | CA | B0 | 6E | 0 | D | 2E | 15 | 2B | 2E | 3D |
| Octal | 312 | 260 | 156 | 0 | 15 | 56 | 25 | 53 | 56 | 75 |
| Binary | 11001010 | 10110000 | 1101110 | 0 | 1101 | 101110 | 10101 | 101011 | 101110 | 111101 |
Color Harmonies of #CAB06E
Complementary color
Monochromatic Colors of #CAB06E
Black with #CAB06E
Text Example
Text Example
White with #CAB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB06E; }
p { color: rgb(202,176,110); }
H1.HeaderClassName
{
color: #CAB06E;
}
.AnyTagClassName
{
color: #CAB06E;
}
</style>
background-color css
<style>
a { background-color: #CAB06E; }
a { background-color: rgb(202,176,110); }
div.DivClassName
{
background-color: #CAB06E;
}
.BgClassName
{
background-color: #CAB06E;
}
</style>
border-color css
<style>
span { border-color: #CAB06E; }
span { border-color: rgb(202,176,110); }
td.TdClassName
{
border-color: #CAB06E;
}
.TagClassName
{
border-color: #CAB06E;
}
</style>