Shades of Putty #CCAA77
Tints of Putty #CCAA77
RGB
CMYK
RGB Variations
Color information
#CCAA77 (or 0xCCAA77) is known color: Putty. HEX triplet: CC, AA and 77. RGB value is (204,170,119). Sum of RGB (Red+Green+Blue) = 204+170+119=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA77 is #335588. Grayscale: #AEAEAE. Windows color (decimal): -3364233 or 7842508. OLE color: 7842508.
HSL color Cylindrical-coordinate representation of color #CCAA77: hue angle of 36º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCAA77 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 119 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.2 |
| HSL | 36º | 0.45% | 0.63% | - |
| HSV(B) | 36º | 0.42% | 0.8% | - |
| XYZ | 42.61 | 42.92 | 23.49 | - |
| YUV | 174.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 119 | 0 | 0.17 | 0.42 | 0.2 | 36 | 0.45 | 0.63 |
| Hex | CC | AA | 77 | 0 | 11 | 2A | 14 | 24 | 2D | 3F |
| Octal | 314 | 252 | 167 | 0 | 21 | 52 | 24 | 44 | 55 | 77 |
| Binary | 11001100 | 10101010 | 1110111 | 0 | 10001 | 101010 | 10100 | 100100 | 101101 | 111111 |
Color Harmonies of #CCAA77
Complementary color
Monochromatic Colors of #CCAA77
Black with #CCAA77
Text Example
Text Example
White with #CCAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA77; }
p { color: rgb(204,170,119); }
H1.HeaderClassName
{
color: #CCAA77;
}
.AnyTagClassName
{
color: #CCAA77;
}
</style>
background-color css
<style>
a { background-color: #CCAA77; }
a { background-color: rgb(204,170,119); }
div.DivClassName
{
background-color: #CCAA77;
}
.BgClassName
{
background-color: #CCAA77;
}
</style>
border-color css
<style>
span { border-color: #CCAA77; }
span { border-color: rgb(204,170,119); }
td.TdClassName
{
border-color: #CCAA77;
}
.TagClassName
{
border-color: #CCAA77;
}
</style>