Shades of Putty #CAB66C
Tints of Putty #CAB66C
RGB
CMYK
RGB Variations
Color information
#CAB66C (or 0xCAB66C) is known color: Putty. HEX triplet: CA, B6 and 6C. RGB value is (202,182,108). Sum of RGB (Red+Green+Blue) = 202+182+108=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB66C is #354993. Grayscale: #B3B3B3. Windows color (decimal): -3492244 or 7124682. OLE color: 7124682.
HSL color Cylindrical-coordinate representation of color #CAB66C: hue angle of 47.23º 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 #CAB66C is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 108 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.21 |
| HSL | 47.23º | 0.47% | 0.61% | - |
| HSV(B) | 47.23º | 0.47% | 0.79% | - |
| XYZ | 43.79 | 47.1 | 20.97 | - |
| YUV | 179.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 108 | 0 | 0.10 | 0.47 | 0.21 | 47.23 | 0.47 | 0.61 |
| Hex | CA | B6 | 6C | 0 | A | 2F | 15 | 2F | 2F | 3D |
| Octal | 312 | 266 | 154 | 0 | 12 | 57 | 25 | 57 | 57 | 75 |
| Binary | 11001010 | 10110110 | 1101100 | 0 | 1010 | 101111 | 10101 | 101111 | 101111 | 111101 |
Color Harmonies of #CAB66C
Complementary color
Monochromatic Colors of #CAB66C
Black with #CAB66C
Text Example
Text Example
White with #CAB66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB66C; }
p { color: rgb(202,182,108); }
H1.HeaderClassName
{
color: #CAB66C;
}
.AnyTagClassName
{
color: #CAB66C;
}
</style>
background-color css
<style>
a { background-color: #CAB66C; }
a { background-color: rgb(202,182,108); }
div.DivClassName
{
background-color: #CAB66C;
}
.BgClassName
{
background-color: #CAB66C;
}
</style>
border-color css
<style>
span { border-color: #CAB66C; }
span { border-color: rgb(202,182,108); }
td.TdClassName
{
border-color: #CAB66C;
}
.TagClassName
{
border-color: #CAB66C;
}
</style>