Shades of Putty #CDA878
Tints of Putty #CDA878
RGB
CMYK
RGB Variations
Color information
#CDA878 (or 0xCDA878) is known color: Putty. HEX triplet: CD, A8 and 78. RGB value is (205,168,120). Sum of RGB (Red+Green+Blue) = 205+168+120=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA878 is #325787. Grayscale: #ADADAD. Windows color (decimal): -3299208 or 7907533. OLE color: 7907533.
HSL color Cylindrical-coordinate representation of color #CDA878: hue angle of 33.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDA878 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 120 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.20 |
| HSL | 33.88º | 0.46% | 0.64% | - |
| HSV(B) | 33.88º | 0.41% | 0.8% | - |
| XYZ | 42.57 | 42.34 | 23.7 | - |
| YUV | 173.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 120 | 0 | 0.18 | 0.41 | 0.20 | 33.88 | 0.46 | 0.64 |
| Hex | CD | A8 | 78 | 0 | 12 | 29 | 14 | 22 | 2E | 40 |
| Octal | 315 | 250 | 170 | 0 | 22 | 51 | 24 | 42 | 56 | 100 |
| Binary | 11001101 | 10101000 | 1111000 | 0 | 10010 | 101001 | 10100 | 100010 | 101110 | 1000000 |
Color Harmonies of #CDA878
Complementary color
Monochromatic Colors of #CDA878
Black with #CDA878
Text Example
Text Example
White with #CDA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA878; }
p { color: rgb(205,168,120); }
H1.HeaderClassName
{
color: #CDA878;
}
.AnyTagClassName
{
color: #CDA878;
}
</style>
background-color css
<style>
a { background-color: #CDA878; }
a { background-color: rgb(205,168,120); }
div.DivClassName
{
background-color: #CDA878;
}
.BgClassName
{
background-color: #CDA878;
}
</style>
border-color css
<style>
span { border-color: #CDA878; }
span { border-color: rgb(205,168,120); }
td.TdClassName
{
border-color: #CDA878;
}
.TagClassName
{
border-color: #CDA878;
}
</style>