Shades of Putty #CCAA68
Tints of Putty #CCAA68
RGB
CMYK
RGB Variations
Color information
#CCAA68 (or 0xCCAA68) is known color: Putty. HEX triplet: CC, AA and 68. RGB value is (204,170,104). Sum of RGB (Red+Green+Blue) = 204+170+104=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA68 is #335597. Grayscale: #ACACAC. Windows color (decimal): -3364248 or 6859468. OLE color: 6859468.
HSL color Cylindrical-coordinate representation of color #CCAA68: hue angle of 39.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCAA68 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 104 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.2 |
| HSL | 39.6º | 0.5% | 0.6% | - |
| HSV(B) | 39.6º | 0.49% | 0.8% | - |
| XYZ | 41.78 | 42.59 | 19.11 | - |
| YUV | 172.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 104 | 0 | 0.17 | 0.49 | 0.2 | 39.6 | 0.5 | 0.6 |
| Hex | CC | AA | 68 | 0 | 11 | 31 | 14 | 28 | 32 | 3C |
| Octal | 314 | 252 | 150 | 0 | 21 | 61 | 24 | 50 | 62 | 74 |
| Binary | 11001100 | 10101010 | 1101000 | 0 | 10001 | 110001 | 10100 | 101000 | 110010 | 111100 |
Color Harmonies of #CCAA68
Complementary color
Monochromatic Colors of #CCAA68
Black with #CCAA68
Text Example
Text Example
White with #CCAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA68; }
p { color: rgb(204,170,104); }
H1.HeaderClassName
{
color: #CCAA68;
}
.AnyTagClassName
{
color: #CCAA68;
}
</style>
background-color css
<style>
a { background-color: #CCAA68; }
a { background-color: rgb(204,170,104); }
div.DivClassName
{
background-color: #CCAA68;
}
.BgClassName
{
background-color: #CCAA68;
}
</style>
border-color css
<style>
span { border-color: #CCAA68; }
span { border-color: rgb(204,170,104); }
td.TdClassName
{
border-color: #CCAA68;
}
.TagClassName
{
border-color: #CCAA68;
}
</style>