Shades of Putty #CDA675
Tints of Putty #CDA675
RGB
CMYK
RGB Variations
Color information
#CDA675 (or 0xCDA675) is known color: Putty. HEX triplet: CD, A6 and 75. RGB value is (205,166,117). Sum of RGB (Red+Green+Blue) = 205+166+117=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA675 is #32598A. Grayscale: #ACACAC. Windows color (decimal): -3299723 or 7710413. OLE color: 7710413.
HSL color Cylindrical-coordinate representation of color #CDA675: hue angle of 33.41º 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 #CDA675 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 117 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.20 |
| HSL | 33.41º | 0.47% | 0.63% | - |
| HSV(B) | 33.41º | 0.43% | 0.8% | - |
| XYZ | 42.02 | 41.54 | 22.63 | - |
| YUV | 172.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 117 | 0 | 0.19 | 0.43 | 0.20 | 33.41 | 0.47 | 0.63 |
| Hex | CD | A6 | 75 | 0 | 13 | 2B | 14 | 21 | 2F | 3F |
| Octal | 315 | 246 | 165 | 0 | 23 | 53 | 24 | 41 | 57 | 77 |
| Binary | 11001101 | 10100110 | 1110101 | 0 | 10011 | 101011 | 10100 | 100001 | 101111 | 111111 |
Color Harmonies of #CDA675
Complementary color
Monochromatic Colors of #CDA675
Black with #CDA675
Text Example
Text Example
White with #CDA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA675; }
p { color: rgb(205,166,117); }
H1.HeaderClassName
{
color: #CDA675;
}
.AnyTagClassName
{
color: #CDA675;
}
</style>
background-color css
<style>
a { background-color: #CDA675; }
a { background-color: rgb(205,166,117); }
div.DivClassName
{
background-color: #CDA675;
}
.BgClassName
{
background-color: #CDA675;
}
</style>
border-color css
<style>
span { border-color: #CDA675; }
span { border-color: rgb(205,166,117); }
td.TdClassName
{
border-color: #CDA675;
}
.TagClassName
{
border-color: #CDA675;
}
</style>