Shades of Putty #CCA76D
Tints of Putty #CCA76D
RGB
CMYK
RGB Variations
Color information
#CCA76D (or 0xCCA76D) is known color: Putty. HEX triplet: CC, A7 and 6D. RGB value is (204,167,109). Sum of RGB (Red+Green+Blue) = 204+167+109=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA76D is #335892. Grayscale: #ABABAB. Windows color (decimal): -3365011 or 7186380. OLE color: 7186380.
HSL color Cylindrical-coordinate representation of color #CCA76D: hue angle of 36.63º 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 #CCA76D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 109 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.2 |
| HSL | 36.63º | 0.48% | 0.61% | - |
| HSV(B) | 36.63º | 0.47% | 0.8% | - |
| XYZ | 41.48 | 41.58 | 20.31 | - |
| YUV | 171.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 109 | 0 | 0.18 | 0.47 | 0.2 | 36.63 | 0.48 | 0.61 |
| Hex | CC | A7 | 6D | 0 | 12 | 2F | 14 | 25 | 30 | 3D |
| Octal | 314 | 247 | 155 | 0 | 22 | 57 | 24 | 45 | 60 | 75 |
| Binary | 11001100 | 10100111 | 1101101 | 0 | 10010 | 101111 | 10100 | 100101 | 110000 | 111101 |
Color Harmonies of #CCA76D
Complementary color
Monochromatic Colors of #CCA76D
Black with #CCA76D
Text Example
Text Example
White with #CCA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA76D; }
p { color: rgb(204,167,109); }
H1.HeaderClassName
{
color: #CCA76D;
}
.AnyTagClassName
{
color: #CCA76D;
}
</style>
background-color css
<style>
a { background-color: #CCA76D; }
a { background-color: rgb(204,167,109); }
div.DivClassName
{
background-color: #CCA76D;
}
.BgClassName
{
background-color: #CCA76D;
}
</style>
border-color css
<style>
span { border-color: #CCA76D; }
span { border-color: rgb(204,167,109); }
td.TdClassName
{
border-color: #CCA76D;
}
.TagClassName
{
border-color: #CCA76D;
}
</style>