Shades of Putty #CCA575
Tints of Putty #CCA575
RGB
CMYK
RGB Variations
Color information
#CCA575 (or 0xCCA575) is known color: Putty. HEX triplet: CC, A5 and 75. RGB value is (204,165,117). Sum of RGB (Red+Green+Blue) = 204+165+117=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA575 is #335A8A. Grayscale: #ABABAB. Windows color (decimal): -3365515 or 7710156. OLE color: 7710156.
HSL color Cylindrical-coordinate representation of color #CCA575: hue angle of 33.1º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCA575 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 117 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.2 |
| HSL | 33.1º | 0.46% | 0.63% | - |
| HSV(B) | 33.1º | 0.43% | 0.8% | - |
| XYZ | 41.57 | 41.03 | 22.56 | - |
| YUV | 171.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 117 | 0 | 0.19 | 0.43 | 0.2 | 33.1 | 0.46 | 0.63 |
| Hex | CC | A5 | 75 | 0 | 13 | 2B | 14 | 21 | 2E | 3F |
| Octal | 314 | 245 | 165 | 0 | 23 | 53 | 24 | 41 | 56 | 77 |
| Binary | 11001100 | 10100101 | 1110101 | 0 | 10011 | 101011 | 10100 | 100001 | 101110 | 111111 |
Color Harmonies of #CCA575
Complementary color
Monochromatic Colors of #CCA575
Black with #CCA575
Text Example
Text Example
White with #CCA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA575; }
p { color: rgb(204,165,117); }
H1.HeaderClassName
{
color: #CCA575;
}
.AnyTagClassName
{
color: #CCA575;
}
</style>
background-color css
<style>
a { background-color: #CCA575; }
a { background-color: rgb(204,165,117); }
div.DivClassName
{
background-color: #CCA575;
}
.BgClassName
{
background-color: #CCA575;
}
</style>
border-color css
<style>
span { border-color: #CCA575; }
span { border-color: rgb(204,165,117); }
td.TdClassName
{
border-color: #CCA575;
}
.TagClassName
{
border-color: #CCA575;
}
</style>