Shades of Putty #CDA776
Tints of Putty #CDA776
RGB
CMYK
RGB Variations
Color information
#CDA776 (or 0xCDA776) is known color: Putty. HEX triplet: CD, A7 and 76. RGB value is (205,167,118). Sum of RGB (Red+Green+Blue) = 205+167+118=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA776 is #325889. Grayscale: #ADADAD. Windows color (decimal): -3299466 or 7776205. OLE color: 7776205.
HSL color Cylindrical-coordinate representation of color #CDA776: hue angle of 33.79º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDA776 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 118 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.20 |
| HSL | 33.79º | 0.47% | 0.63% | - |
| HSV(B) | 33.79º | 0.42% | 0.8% | - |
| XYZ | 42.27 | 41.92 | 23 | - |
| YUV | 172.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 118 | 0 | 0.19 | 0.42 | 0.20 | 33.79 | 0.47 | 0.63 |
| Hex | CD | A7 | 76 | 0 | 13 | 2A | 14 | 22 | 2F | 3F |
| Octal | 315 | 247 | 166 | 0 | 23 | 52 | 24 | 42 | 57 | 77 |
| Binary | 11001101 | 10100111 | 1110110 | 0 | 10011 | 101010 | 10100 | 100010 | 101111 | 111111 |
Color Harmonies of #CDA776
Complementary color
Monochromatic Colors of #CDA776
Black with #CDA776
Text Example
Text Example
White with #CDA776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA776; }
p { color: rgb(205,167,118); }
H1.HeaderClassName
{
color: #CDA776;
}
.AnyTagClassName
{
color: #CDA776;
}
</style>
background-color css
<style>
a { background-color: #CDA776; }
a { background-color: rgb(205,167,118); }
div.DivClassName
{
background-color: #CDA776;
}
.BgClassName
{
background-color: #CDA776;
}
</style>
border-color css
<style>
span { border-color: #CDA776; }
span { border-color: rgb(205,167,118); }
td.TdClassName
{
border-color: #CDA776;
}
.TagClassName
{
border-color: #CDA776;
}
</style>