Shades of Putty #CCAC6C
Tints of Putty #CCAC6C
RGB
CMYK
RGB Variations
Color information
#CCAC6C (or 0xCCAC6C) is known color: Putty. HEX triplet: CC, AC and 6C. RGB value is (204,172,108). Sum of RGB (Red+Green+Blue) = 204+172+108=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC6C is #335393. Grayscale: #AEAEAE. Windows color (decimal): -3363732 or 7122124. OLE color: 7122124.
HSL color Cylindrical-coordinate representation of color #CCAC6C: hue angle of 40º 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 #CCAC6C is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 108 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.2 |
| HSL | 40º | 0.48% | 0.61% | - |
| HSV(B) | 40º | 0.47% | 0.8% | - |
| XYZ | 42.36 | 43.43 | 20.34 | - |
| YUV | 174.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 108 | 0 | 0.16 | 0.47 | 0.2 | 40 | 0.48 | 0.61 |
| Hex | CC | AC | 6C | 0 | 10 | 2F | 14 | 28 | 30 | 3D |
| Octal | 314 | 254 | 154 | 0 | 20 | 57 | 24 | 50 | 60 | 75 |
| Binary | 11001100 | 10101100 | 1101100 | 0 | 10000 | 101111 | 10100 | 101000 | 110000 | 111101 |
Color Harmonies of #CCAC6C
Complementary color
Monochromatic Colors of #CCAC6C
Black with #CCAC6C
Text Example
Text Example
White with #CCAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC6C; }
p { color: rgb(204,172,108); }
H1.HeaderClassName
{
color: #CCAC6C;
}
.AnyTagClassName
{
color: #CCAC6C;
}
</style>
background-color css
<style>
a { background-color: #CCAC6C; }
a { background-color: rgb(204,172,108); }
div.DivClassName
{
background-color: #CCAC6C;
}
.BgClassName
{
background-color: #CCAC6C;
}
</style>
border-color css
<style>
span { border-color: #CCAC6C; }
span { border-color: rgb(204,172,108); }
td.TdClassName
{
border-color: #CCAC6C;
}
.TagClassName
{
border-color: #CCAC6C;
}
</style>