Shades of Putty #CDA46A
Tints of Putty #CDA46A
RGB
CMYK
RGB Variations
Color information
#CDA46A (or 0xCDA46A) is known color: Putty. HEX triplet: CD, A4 and 6A. RGB value is (205,164,106). Sum of RGB (Red+Green+Blue) = 205+164+106=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA46A is #325B95. Grayscale: #A9A9A9. Windows color (decimal): -3300246 or 6989005. OLE color: 6989005.
HSL color Cylindrical-coordinate representation of color #CDA46A: hue angle of 35.15º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDA46A is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 106 | - |
| CMYK | 0 | 0.2 | 0.48 | 0.20 |
| HSL | 35.15º | 0.5% | 0.61% | - |
| HSV(B) | 35.15º | 0.48% | 0.8% | - |
| XYZ | 41.05 | 40.57 | 19.3 | - |
| YUV | 169.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 106 | 0 | 0.2 | 0.48 | 0.20 | 35.15 | 0.5 | 0.61 |
| Hex | CD | A4 | 6A | 0 | 14 | 30 | 14 | 23 | 32 | 3D |
| Octal | 315 | 244 | 152 | 0 | 24 | 60 | 24 | 43 | 62 | 75 |
| Binary | 11001101 | 10100100 | 1101010 | 0 | 10100 | 110000 | 10100 | 100011 | 110010 | 111101 |
Color Harmonies of #CDA46A
Complementary color
Monochromatic Colors of #CDA46A
Black with #CDA46A
Text Example
Text Example
White with #CDA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA46A; }
p { color: rgb(205,164,106); }
H1.HeaderClassName
{
color: #CDA46A;
}
.AnyTagClassName
{
color: #CDA46A;
}
</style>
background-color css
<style>
a { background-color: #CDA46A; }
a { background-color: rgb(205,164,106); }
div.DivClassName
{
background-color: #CDA46A;
}
.BgClassName
{
background-color: #CDA46A;
}
</style>
border-color css
<style>
span { border-color: #CDA46A; }
span { border-color: rgb(205,164,106); }
td.TdClassName
{
border-color: #CDA46A;
}
.TagClassName
{
border-color: #CDA46A;
}
</style>