Shades of Putty #CDA46E
Tints of Putty #CDA46E
RGB
CMYK
RGB Variations
Color information
#CDA46E (or 0xCDA46E) is known color: Putty. HEX triplet: CD, A4 and 6E. RGB value is (205,164,110). Sum of RGB (Red+Green+Blue) = 205+164+110=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA46E is #325B91. Grayscale: #AAAAAA. Windows color (decimal): -3300242 or 7251149. OLE color: 7251149.
HSL color Cylindrical-coordinate representation of color #CDA46E: hue angle of 34.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDA46E is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 110 | - |
| CMYK | 0 | 0.2 | 0.46 | 0.20 |
| HSL | 34.11º | 0.49% | 0.62% | - |
| HSV(B) | 34.11º | 0.46% | 0.8% | - |
| XYZ | 41.27 | 40.66 | 20.42 | - |
| YUV | 170.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 110 | 0 | 0.2 | 0.46 | 0.20 | 34.11 | 0.49 | 0.62 |
| Hex | CD | A4 | 6E | 0 | 14 | 2E | 14 | 22 | 31 | 3E |
| Octal | 315 | 244 | 156 | 0 | 24 | 56 | 24 | 42 | 61 | 76 |
| Binary | 11001101 | 10100100 | 1101110 | 0 | 10100 | 101110 | 10100 | 100010 | 110001 | 111110 |
Color Harmonies of #CDA46E
Complementary color
Monochromatic Colors of #CDA46E
Black with #CDA46E
Text Example
Text Example
White with #CDA46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA46E; }
p { color: rgb(205,164,110); }
H1.HeaderClassName
{
color: #CDA46E;
}
.AnyTagClassName
{
color: #CDA46E;
}
</style>
background-color css
<style>
a { background-color: #CDA46E; }
a { background-color: rgb(205,164,110); }
div.DivClassName
{
background-color: #CDA46E;
}
.BgClassName
{
background-color: #CDA46E;
}
</style>
border-color css
<style>
span { border-color: #CDA46E; }
span { border-color: rgb(205,164,110); }
td.TdClassName
{
border-color: #CDA46E;
}
.TagClassName
{
border-color: #CDA46E;
}
</style>