Shades of Putty #CDAC77
Tints of Putty #CDAC77
RGB
CMYK
RGB Variations
Color information
#CDAC77 (or 0xCDAC77) is known color: Putty. HEX triplet: CD, AC and 77. RGB value is (205,172,119). Sum of RGB (Red+Green+Blue) = 205+172+119=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC77 is #325388. Grayscale: #B0B0B0. Windows color (decimal): -3298185 or 7843021. OLE color: 7843021.
HSL color Cylindrical-coordinate representation of color #CDAC77: hue angle of 36.98º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDAC77 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 119 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.20 |
| HSL | 36.98º | 0.46% | 0.64% | - |
| HSV(B) | 36.98º | 0.42% | 0.8% | - |
| XYZ | 43.26 | 43.82 | 23.63 | - |
| YUV | 175.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 119 | 0 | 0.16 | 0.42 | 0.20 | 36.98 | 0.46 | 0.64 |
| Hex | CD | AC | 77 | 0 | 10 | 2A | 14 | 25 | 2E | 40 |
| Octal | 315 | 254 | 167 | 0 | 20 | 52 | 24 | 45 | 56 | 100 |
| Binary | 11001101 | 10101100 | 1110111 | 0 | 10000 | 101010 | 10100 | 100101 | 101110 | 1000000 |
Color Harmonies of #CDAC77
Complementary color
Monochromatic Colors of #CDAC77
Black with #CDAC77
Text Example
Text Example
White with #CDAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC77; }
p { color: rgb(205,172,119); }
H1.HeaderClassName
{
color: #CDAC77;
}
.AnyTagClassName
{
color: #CDAC77;
}
</style>
background-color css
<style>
a { background-color: #CDAC77; }
a { background-color: rgb(205,172,119); }
div.DivClassName
{
background-color: #CDAC77;
}
.BgClassName
{
background-color: #CDAC77;
}
</style>
border-color css
<style>
span { border-color: #CDAC77; }
span { border-color: rgb(205,172,119); }
td.TdClassName
{
border-color: #CDAC77;
}
.TagClassName
{
border-color: #CDAC77;
}
</style>