Shades of Putty #CCA86C
Tints of Putty #CCA86C
RGB
CMYK
RGB Variations
Color information
#CCA86C (or 0xCCA86C) is known color: Putty. HEX triplet: CC, A8 and 6C. RGB value is (204,168,108). Sum of RGB (Red+Green+Blue) = 204+168+108=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA86C is #335793. Grayscale: #ACACAC. Windows color (decimal): -3364756 or 7121100. OLE color: 7121100.
HSL color Cylindrical-coordinate representation of color #CCA86C: hue angle of 37.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCA86C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 108 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.2 |
| HSL | 37.5º | 0.48% | 0.61% | - |
| HSV(B) | 37.5º | 0.47% | 0.8% | - |
| XYZ | 41.61 | 41.93 | 20.09 | - |
| YUV | 171.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 108 | 0 | 0.18 | 0.47 | 0.2 | 37.5 | 0.48 | 0.61 |
| Hex | CC | A8 | 6C | 0 | 12 | 2F | 14 | 26 | 30 | 3D |
| Octal | 314 | 250 | 154 | 0 | 22 | 57 | 24 | 46 | 60 | 75 |
| Binary | 11001100 | 10101000 | 1101100 | 0 | 10010 | 101111 | 10100 | 100110 | 110000 | 111101 |
Color Harmonies of #CCA86C
Complementary color
Monochromatic Colors of #CCA86C
Black with #CCA86C
Text Example
Text Example
White with #CCA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA86C; }
p { color: rgb(204,168,108); }
H1.HeaderClassName
{
color: #CCA86C;
}
.AnyTagClassName
{
color: #CCA86C;
}
</style>
background-color css
<style>
a { background-color: #CCA86C; }
a { background-color: rgb(204,168,108); }
div.DivClassName
{
background-color: #CCA86C;
}
.BgClassName
{
background-color: #CCA86C;
}
</style>
border-color css
<style>
span { border-color: #CCA86C; }
span { border-color: rgb(204,168,108); }
td.TdClassName
{
border-color: #CCA86C;
}
.TagClassName
{
border-color: #CCA86C;
}
</style>