Shades of Putty #CCA36D
Tints of Putty #CCA36D
RGB
CMYK
RGB Variations
Color information
#CCA36D (or 0xCCA36D) is known color: Putty. HEX triplet: CC, A3 and 6D. RGB value is (204,163,109). Sum of RGB (Red+Green+Blue) = 204+163+109=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA36D is #335C92. Grayscale: #A9A9A9. Windows color (decimal): -3366035 or 7185356. OLE color: 7185356.
HSL color Cylindrical-coordinate representation of color #CCA36D: hue angle of 34.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCA36D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 109 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.2 |
| HSL | 34.11º | 0.48% | 0.61% | - |
| HSV(B) | 34.11º | 0.47% | 0.8% | - |
| XYZ | 40.76 | 40.14 | 20.07 | - |
| YUV | 169.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 109 | 0 | 0.20 | 0.47 | 0.2 | 34.11 | 0.48 | 0.61 |
| Hex | CC | A3 | 6D | 0 | 14 | 2F | 14 | 22 | 30 | 3D |
| Octal | 314 | 243 | 155 | 0 | 24 | 57 | 24 | 42 | 60 | 75 |
| Binary | 11001100 | 10100011 | 1101101 | 0 | 10100 | 101111 | 10100 | 100010 | 110000 | 111101 |
Color Harmonies of #CCA36D
Complementary color
Monochromatic Colors of #CCA36D
Black with #CCA36D
Text Example
Text Example
White with #CCA36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA36D; }
p { color: rgb(204,163,109); }
H1.HeaderClassName
{
color: #CCA36D;
}
.AnyTagClassName
{
color: #CCA36D;
}
</style>
background-color css
<style>
a { background-color: #CCA36D; }
a { background-color: rgb(204,163,109); }
div.DivClassName
{
background-color: #CCA36D;
}
.BgClassName
{
background-color: #CCA36D;
}
</style>
border-color css
<style>
span { border-color: #CCA36D; }
span { border-color: rgb(204,163,109); }
td.TdClassName
{
border-color: #CCA36D;
}
.TagClassName
{
border-color: #CCA36D;
}
</style>