Shades of Putty #CCAA76
Tints of Putty #CCAA76
RGB
CMYK
RGB Variations
Color information
#CCAA76 (or 0xCCAA76) is known color: Putty. HEX triplet: CC, AA and 76. RGB value is (204,170,118). Sum of RGB (Red+Green+Blue) = 204+170+118=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA76 is #335589. Grayscale: #AEAEAE. Windows color (decimal): -3364234 or 7776972. OLE color: 7776972.
HSL color Cylindrical-coordinate representation of color #CCAA76: hue angle of 36.28º degrees, saturation: 0.46, 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 #CCAA76 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 118 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.2 |
| HSL | 36.28º | 0.46% | 0.63% | - |
| HSV(B) | 36.28º | 0.42% | 0.8% | - |
| XYZ | 42.55 | 42.89 | 23.18 | - |
| YUV | 174.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 118 | 0 | 0.17 | 0.42 | 0.2 | 36.28 | 0.46 | 0.63 |
| Hex | CC | AA | 76 | 0 | 11 | 2A | 14 | 24 | 2E | 3F |
| Octal | 314 | 252 | 166 | 0 | 21 | 52 | 24 | 44 | 56 | 77 |
| Binary | 11001100 | 10101010 | 1110110 | 0 | 10001 | 101010 | 10100 | 100100 | 101110 | 111111 |
Color Harmonies of #CCAA76
Complementary color
Monochromatic Colors of #CCAA76
Black with #CCAA76
Text Example
Text Example
White with #CCAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA76; }
p { color: rgb(204,170,118); }
H1.HeaderClassName
{
color: #CCAA76;
}
.AnyTagClassName
{
color: #CCAA76;
}
</style>
background-color css
<style>
a { background-color: #CCAA76; }
a { background-color: rgb(204,170,118); }
div.DivClassName
{
background-color: #CCAA76;
}
.BgClassName
{
background-color: #CCAA76;
}
</style>
border-color css
<style>
span { border-color: #CCAA76; }
span { border-color: rgb(204,170,118); }
td.TdClassName
{
border-color: #CCAA76;
}
.TagClassName
{
border-color: #CCAA76;
}
</style>