Shades of Putty #CCAC68
Tints of Putty #CCAC68
RGB
CMYK
RGB Variations
Color information
#CCAC68 (or 0xCCAC68) is known color: Putty. HEX triplet: CC, AC and 68. RGB value is (204,172,104). Sum of RGB (Red+Green+Blue) = 204+172+104=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC68 is #335397. Grayscale: #AEAEAE. Windows color (decimal): -3363736 or 6859980. OLE color: 6859980.
HSL color Cylindrical-coordinate representation of color #CCAC68: hue angle of 40.8º 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 #CCAC68 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 104 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.2 |
| HSL | 40.8º | 0.5% | 0.6% | - |
| HSV(B) | 40.8º | 0.49% | 0.8% | - |
| XYZ | 42.15 | 43.34 | 19.24 | - |
| YUV | 173.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 104 | 0 | 0.16 | 0.49 | 0.2 | 40.8 | 0.5 | 0.6 |
| Hex | CC | AC | 68 | 0 | 10 | 31 | 14 | 29 | 32 | 3C |
| Octal | 314 | 254 | 150 | 0 | 20 | 61 | 24 | 51 | 62 | 74 |
| Binary | 11001100 | 10101100 | 1101000 | 0 | 10000 | 110001 | 10100 | 101001 | 110010 | 111100 |
Color Harmonies of #CCAC68
Complementary color
Monochromatic Colors of #CCAC68
Black with #CCAC68
Text Example
Text Example
White with #CCAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC68; }
p { color: rgb(204,172,104); }
H1.HeaderClassName
{
color: #CCAC68;
}
.AnyTagClassName
{
color: #CCAC68;
}
</style>
background-color css
<style>
a { background-color: #CCAC68; }
a { background-color: rgb(204,172,104); }
div.DivClassName
{
background-color: #CCAC68;
}
.BgClassName
{
background-color: #CCAC68;
}
</style>
border-color css
<style>
span { border-color: #CCAC68; }
span { border-color: rgb(204,172,104); }
td.TdClassName
{
border-color: #CCAC68;
}
.TagClassName
{
border-color: #CCAC68;
}
</style>