Shades of Putty #CDA96C
Tints of Putty #CDA96C
RGB
CMYK
RGB Variations
Color information
#CDA96C (or 0xCDA96C) is known color: Putty. HEX triplet: CD, A9 and 6C. RGB value is (205,169,108). Sum of RGB (Red+Green+Blue) = 205+169+108=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA96C is #325693. Grayscale: #ADADAD. Windows color (decimal): -3298964 or 7121357. OLE color: 7121357.
HSL color Cylindrical-coordinate representation of color #CDA96C: hue angle of 37.73º degrees, saturation: 0.49, 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 #CDA96C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 108 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.20 |
| HSL | 37.73º | 0.49% | 0.61% | - |
| HSV(B) | 37.73º | 0.47% | 0.8% | - |
| XYZ | 42.07 | 42.44 | 20.16 | - |
| YUV | 172.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 108 | 0 | 0.18 | 0.47 | 0.20 | 37.73 | 0.49 | 0.61 |
| Hex | CD | A9 | 6C | 0 | 12 | 2F | 14 | 26 | 31 | 3D |
| Octal | 315 | 251 | 154 | 0 | 22 | 57 | 24 | 46 | 61 | 75 |
| Binary | 11001101 | 10101001 | 1101100 | 0 | 10010 | 101111 | 10100 | 100110 | 110001 | 111101 |
Color Harmonies of #CDA96C
Complementary color
Monochromatic Colors of #CDA96C
Black with #CDA96C
Text Example
Text Example
White with #CDA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA96C; }
p { color: rgb(205,169,108); }
H1.HeaderClassName
{
color: #CDA96C;
}
.AnyTagClassName
{
color: #CDA96C;
}
</style>
background-color css
<style>
a { background-color: #CDA96C; }
a { background-color: rgb(205,169,108); }
div.DivClassName
{
background-color: #CDA96C;
}
.BgClassName
{
background-color: #CDA96C;
}
</style>
border-color css
<style>
span { border-color: #CDA96C; }
span { border-color: rgb(205,169,108); }
td.TdClassName
{
border-color: #CDA96C;
}
.TagClassName
{
border-color: #CDA96C;
}
</style>