Shades of Putty #CDA875
Tints of Putty #CDA875
RGB
CMYK
RGB Variations
Color information
#CDA875 (or 0xCDA875) is known color: Putty. HEX triplet: CD, A8 and 75. RGB value is (205,168,117). Sum of RGB (Red+Green+Blue) = 205+168+117=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA875 is #32578A. Grayscale: #ADADAD. Windows color (decimal): -3299211 or 7710925. OLE color: 7710925.
HSL color Cylindrical-coordinate representation of color #CDA875: hue angle of 34.77º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDA875 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 117 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.20 |
| HSL | 34.77º | 0.47% | 0.63% | - |
| HSV(B) | 34.77º | 0.43% | 0.8% | - |
| XYZ | 42.39 | 42.27 | 22.75 | - |
| YUV | 173.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 117 | 0 | 0.18 | 0.43 | 0.20 | 34.77 | 0.47 | 0.63 |
| Hex | CD | A8 | 75 | 0 | 12 | 2B | 14 | 23 | 2F | 3F |
| Octal | 315 | 250 | 165 | 0 | 22 | 53 | 24 | 43 | 57 | 77 |
| Binary | 11001101 | 10101000 | 1110101 | 0 | 10010 | 101011 | 10100 | 100011 | 101111 | 111111 |
Color Harmonies of #CDA875
Complementary color
Monochromatic Colors of #CDA875
Black with #CDA875
Text Example
Text Example
White with #CDA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA875; }
p { color: rgb(205,168,117); }
H1.HeaderClassName
{
color: #CDA875;
}
.AnyTagClassName
{
color: #CDA875;
}
</style>
background-color css
<style>
a { background-color: #CDA875; }
a { background-color: rgb(205,168,117); }
div.DivClassName
{
background-color: #CDA875;
}
.BgClassName
{
background-color: #CDA875;
}
</style>
border-color css
<style>
span { border-color: #CDA875; }
span { border-color: rgb(205,168,117); }
td.TdClassName
{
border-color: #CDA875;
}
.TagClassName
{
border-color: #CDA875;
}
</style>