Shades of Putty #CAB06C
Tints of Putty #CAB06C
RGB
CMYK
RGB Variations
Color information
#CAB06C (or 0xCAB06C) is known color: Putty. HEX triplet: CA, B0 and 6C. RGB value is (202,176,108). Sum of RGB (Red+Green+Blue) = 202+176+108=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB06C is #354F93. Grayscale: #B0B0B0. Windows color (decimal): -3493780 or 7123146. OLE color: 7123146.
HSL color Cylindrical-coordinate representation of color #CAB06C: hue angle of 43.4º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAB06C is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 108 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.21 |
| HSL | 43.4º | 0.47% | 0.61% | - |
| HSV(B) | 43.4º | 0.47% | 0.79% | - |
| XYZ | 42.59 | 44.69 | 20.57 | - |
| YUV | 176.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 108 | 0 | 0.13 | 0.47 | 0.21 | 43.4 | 0.47 | 0.61 |
| Hex | CA | B0 | 6C | 0 | D | 2F | 15 | 2B | 2F | 3D |
| Octal | 312 | 260 | 154 | 0 | 15 | 57 | 25 | 53 | 57 | 75 |
| Binary | 11001010 | 10110000 | 1101100 | 0 | 1101 | 101111 | 10101 | 101011 | 101111 | 111101 |
Color Harmonies of #CAB06C
Complementary color
Monochromatic Colors of #CAB06C
Black with #CAB06C
Text Example
Text Example
White with #CAB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB06C; }
p { color: rgb(202,176,108); }
H1.HeaderClassName
{
color: #CAB06C;
}
.AnyTagClassName
{
color: #CAB06C;
}
</style>
background-color css
<style>
a { background-color: #CAB06C; }
a { background-color: rgb(202,176,108); }
div.DivClassName
{
background-color: #CAB06C;
}
.BgClassName
{
background-color: #CAB06C;
}
</style>
border-color css
<style>
span { border-color: #CAB06C; }
span { border-color: rgb(202,176,108); }
td.TdClassName
{
border-color: #CAB06C;
}
.TagClassName
{
border-color: #CAB06C;
}
</style>