Shades of Putty #CCA373
Tints of Putty #CCA373
RGB
CMYK
RGB Variations
Color information
#CCA373 (or 0xCCA373) is known color: Putty. HEX triplet: CC, A3 and 73. RGB value is (204,163,115). Sum of RGB (Red+Green+Blue) = 204+163+115=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA373 is #335C8C. Grayscale: #AAAAAA. Windows color (decimal): -3366029 or 7578572. OLE color: 7578572.
HSL color Cylindrical-coordinate representation of color #CCA373: hue angle of 32.36º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCA373 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 115 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.2 |
| HSL | 32.36º | 0.47% | 0.63% | - |
| HSV(B) | 32.36º | 0.44% | 0.8% | - |
| XYZ | 41.09 | 40.27 | 21.83 | - |
| YUV | 169.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 115 | 0 | 0.20 | 0.44 | 0.2 | 32.36 | 0.47 | 0.63 |
| Hex | CC | A3 | 73 | 0 | 14 | 2C | 14 | 20 | 2F | 3F |
| Octal | 314 | 243 | 163 | 0 | 24 | 54 | 24 | 40 | 57 | 77 |
| Binary | 11001100 | 10100011 | 1110011 | 0 | 10100 | 101100 | 10100 | 100000 | 101111 | 111111 |
Color Harmonies of #CCA373
Complementary color
Monochromatic Colors of #CCA373
Black with #CCA373
Text Example
Text Example
White with #CCA373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA373; }
p { color: rgb(204,163,115); }
H1.HeaderClassName
{
color: #CCA373;
}
.AnyTagClassName
{
color: #CCA373;
}
</style>
background-color css
<style>
a { background-color: #CCA373; }
a { background-color: rgb(204,163,115); }
div.DivClassName
{
background-color: #CCA373;
}
.BgClassName
{
background-color: #CCA373;
}
</style>
border-color css
<style>
span { border-color: #CCA373; }
span { border-color: rgb(204,163,115); }
td.TdClassName
{
border-color: #CCA373;
}
.TagClassName
{
border-color: #CCA373;
}
</style>