Shades of Putty #CDAA6E
Tints of Putty #CDAA6E
RGB
CMYK
RGB Variations
Color information
#CDAA6E (or 0xCDAA6E) is known color: Putty. HEX triplet: CD, AA and 6E. RGB value is (205,170,110). Sum of RGB (Red+Green+Blue) = 205+170+110=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA6E is #325591. Grayscale: #ADADAD. Windows color (decimal): -3298706 or 7252685. OLE color: 7252685.
HSL color Cylindrical-coordinate representation of color #CDAA6E: hue angle of 37.89º 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 #CDAA6E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 110 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.20 |
| HSL | 37.89º | 0.49% | 0.62% | - |
| HSV(B) | 37.89º | 0.46% | 0.8% | - |
| XYZ | 42.37 | 42.85 | 20.79 | - |
| YUV | 173.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 110 | 0 | 0.17 | 0.46 | 0.20 | 37.89 | 0.49 | 0.62 |
| Hex | CD | AA | 6E | 0 | 11 | 2E | 14 | 26 | 31 | 3E |
| Octal | 315 | 252 | 156 | 0 | 21 | 56 | 24 | 46 | 61 | 76 |
| Binary | 11001101 | 10101010 | 1101110 | 0 | 10001 | 101110 | 10100 | 100110 | 110001 | 111110 |
Color Harmonies of #CDAA6E
Complementary color
Monochromatic Colors of #CDAA6E
Black with #CDAA6E
Text Example
Text Example
White with #CDAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAA6E; }
p { color: rgb(205,170,110); }
H1.HeaderClassName
{
color: #CDAA6E;
}
.AnyTagClassName
{
color: #CDAA6E;
}
</style>
background-color css
<style>
a { background-color: #CDAA6E; }
a { background-color: rgb(205,170,110); }
div.DivClassName
{
background-color: #CDAA6E;
}
.BgClassName
{
background-color: #CDAA6E;
}
</style>
border-color css
<style>
span { border-color: #CDAA6E; }
span { border-color: rgb(205,170,110); }
td.TdClassName
{
border-color: #CDAA6E;
}
.TagClassName
{
border-color: #CDAA6E;
}
</style>