Shades of Putty #CCAA7A
Tints of Putty #CCAA7A
RGB
CMYK
RGB Variations
Color information
#CCAA7A (or 0xCCAA7A) is known color: Putty. HEX triplet: CC, AA and 7A. RGB value is (204,170,122). Sum of RGB (Red+Green+Blue) = 204+170+122=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA7A is #335585. Grayscale: #AEAEAE. Windows color (decimal): -3364230 or 8039116. OLE color: 8039116.
HSL color Cylindrical-coordinate representation of color #CCAA7A: hue angle of 35.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCAA7A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 122 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.2 |
| HSL | 35.12º | 0.45% | 0.64% | - |
| HSV(B) | 35.12º | 0.4% | 0.8% | - |
| XYZ | 42.79 | 42.99 | 24.46 | - |
| YUV | 174.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 122 | 0 | 0.17 | 0.40 | 0.2 | 35.12 | 0.45 | 0.64 |
| Hex | CC | AA | 7A | 0 | 11 | 28 | 14 | 23 | 2D | 40 |
| Octal | 314 | 252 | 172 | 0 | 21 | 50 | 24 | 43 | 55 | 100 |
| Binary | 11001100 | 10101010 | 1111010 | 0 | 10001 | 101000 | 10100 | 100011 | 101101 | 1000000 |
Color Harmonies of #CCAA7A
Complementary color
Monochromatic Colors of #CCAA7A
Black with #CCAA7A
Text Example
Text Example
White with #CCAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA7A; }
p { color: rgb(204,170,122); }
H1.HeaderClassName
{
color: #CCAA7A;
}
.AnyTagClassName
{
color: #CCAA7A;
}
</style>
background-color css
<style>
a { background-color: #CCAA7A; }
a { background-color: rgb(204,170,122); }
div.DivClassName
{
background-color: #CCAA7A;
}
.BgClassName
{
background-color: #CCAA7A;
}
</style>
border-color css
<style>
span { border-color: #CCAA7A; }
span { border-color: rgb(204,170,122); }
td.TdClassName
{
border-color: #CCAA7A;
}
.TagClassName
{
border-color: #CCAA7A;
}
</style>