Shades of Putty #CCA669
Tints of Putty #CCA669
RGB
CMYK
RGB Variations
Color information
#CCA669 (or 0xCCA669) is known color: Putty. HEX triplet: CC, A6 and 69. RGB value is (204,166,105). Sum of RGB (Red+Green+Blue) = 204+166+105=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA669 is #335996. Grayscale: #AAAAAA. Windows color (decimal): -3365271 or 6923980. OLE color: 6923980.
HSL color Cylindrical-coordinate representation of color #CCA669: hue angle of 36.97º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCA669 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 105 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.2 |
| HSL | 36.97º | 0.49% | 0.61% | - |
| HSV(B) | 36.97º | 0.49% | 0.8% | - |
| XYZ | 41.09 | 41.13 | 19.14 | - |
| YUV | 170.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 105 | 0 | 0.19 | 0.49 | 0.2 | 36.97 | 0.49 | 0.61 |
| Hex | CC | A6 | 69 | 0 | 13 | 31 | 14 | 25 | 31 | 3D |
| Octal | 314 | 246 | 151 | 0 | 23 | 61 | 24 | 45 | 61 | 75 |
| Binary | 11001100 | 10100110 | 1101001 | 0 | 10011 | 110001 | 10100 | 100101 | 110001 | 111101 |
Color Harmonies of #CCA669
Complementary color
Monochromatic Colors of #CCA669
Black with #CCA669
Text Example
Text Example
White with #CCA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA669; }
p { color: rgb(204,166,105); }
H1.HeaderClassName
{
color: #CCA669;
}
.AnyTagClassName
{
color: #CCA669;
}
</style>
background-color css
<style>
a { background-color: #CCA669; }
a { background-color: rgb(204,166,105); }
div.DivClassName
{
background-color: #CCA669;
}
.BgClassName
{
background-color: #CCA669;
}
</style>
border-color css
<style>
span { border-color: #CCA669; }
span { border-color: rgb(204,166,105); }
td.TdClassName
{
border-color: #CCA669;
}
.TagClassName
{
border-color: #CCA669;
}
</style>