Shades of Putty #CCA36F
Tints of Putty #CCA36F
RGB
CMYK
RGB Variations
Color information
#CCA36F (or 0xCCA36F) is known color: Putty. HEX triplet: CC, A3 and 6F. RGB value is (204,163,111). Sum of RGB (Red+Green+Blue) = 204+163+111=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA36F is #335C90. Grayscale: #A9A9A9. Windows color (decimal): -3366033 or 7316428. OLE color: 7316428.
HSL color Cylindrical-coordinate representation of color #CCA36F: hue angle of 33.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCA36F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 111 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.2 |
| HSL | 33.55º | 0.48% | 0.62% | - |
| HSV(B) | 33.55º | 0.46% | 0.8% | - |
| XYZ | 40.87 | 40.18 | 20.64 | - |
| YUV | 169.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 111 | 0 | 0.20 | 0.46 | 0.2 | 33.55 | 0.48 | 0.62 |
| Hex | CC | A3 | 6F | 0 | 14 | 2E | 14 | 22 | 30 | 3E |
| Octal | 314 | 243 | 157 | 0 | 24 | 56 | 24 | 42 | 60 | 76 |
| Binary | 11001100 | 10100011 | 1101111 | 0 | 10100 | 101110 | 10100 | 100010 | 110000 | 111110 |
Color Harmonies of #CCA36F
Complementary color
Monochromatic Colors of #CCA36F
Black with #CCA36F
Text Example
Text Example
White with #CCA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA36F; }
p { color: rgb(204,163,111); }
H1.HeaderClassName
{
color: #CCA36F;
}
.AnyTagClassName
{
color: #CCA36F;
}
</style>
background-color css
<style>
a { background-color: #CCA36F; }
a { background-color: rgb(204,163,111); }
div.DivClassName
{
background-color: #CCA36F;
}
.BgClassName
{
background-color: #CCA36F;
}
</style>
border-color css
<style>
span { border-color: #CCA36F; }
span { border-color: rgb(204,163,111); }
td.TdClassName
{
border-color: #CCA36F;
}
.TagClassName
{
border-color: #CCA36F;
}
</style>