Shades of Putty #CAB06F
Tints of Putty #CAB06F
RGB
CMYK
RGB Variations
Color information
#CAB06F (or 0xCAB06F) is known color: Putty. HEX triplet: CA, B0 and 6F. RGB value is (202,176,111). Sum of RGB (Red+Green+Blue) = 202+176+111=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB06F is #354F90. Grayscale: #B0B0B0. Windows color (decimal): -3493777 or 7319754. OLE color: 7319754.
HSL color Cylindrical-coordinate representation of color #CAB06F: hue angle of 42.86º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAB06F is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 111 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.21 |
| HSL | 42.86º | 0.46% | 0.61% | - |
| HSV(B) | 42.86º | 0.45% | 0.79% | - |
| XYZ | 42.75 | 44.75 | 21.42 | - |
| YUV | 176.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 111 | 0 | 0.13 | 0.45 | 0.21 | 42.86 | 0.46 | 0.61 |
| Hex | CA | B0 | 6F | 0 | D | 2D | 15 | 2B | 2E | 3D |
| Octal | 312 | 260 | 157 | 0 | 15 | 55 | 25 | 53 | 56 | 75 |
| Binary | 11001010 | 10110000 | 1101111 | 0 | 1101 | 101101 | 10101 | 101011 | 101110 | 111101 |
Color Harmonies of #CAB06F
Complementary color
Monochromatic Colors of #CAB06F
Black with #CAB06F
Text Example
Text Example
White with #CAB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB06F; }
p { color: rgb(202,176,111); }
H1.HeaderClassName
{
color: #CAB06F;
}
.AnyTagClassName
{
color: #CAB06F;
}
</style>
background-color css
<style>
a { background-color: #CAB06F; }
a { background-color: rgb(202,176,111); }
div.DivClassName
{
background-color: #CAB06F;
}
.BgClassName
{
background-color: #CAB06F;
}
</style>
border-color css
<style>
span { border-color: #CAB06F; }
span { border-color: rgb(202,176,111); }
td.TdClassName
{
border-color: #CAB06F;
}
.TagClassName
{
border-color: #CAB06F;
}
</style>