Shades of Putty #CDAB76
Tints of Putty #CDAB76
RGB
CMYK
RGB Variations
Color information
#CDAB76 (or 0xCDAB76) is known color: Putty. HEX triplet: CD, AB and 76. RGB value is (205,171,118). Sum of RGB (Red+Green+Blue) = 205+171+118=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB76 is #325489. Grayscale: #AFAFAF. Windows color (decimal): -3298442 or 7777229. OLE color: 7777229.
HSL color Cylindrical-coordinate representation of color #CDAB76: hue angle of 36.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDAB76 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 118 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.20 |
| HSL | 36.55º | 0.47% | 0.63% | - |
| HSV(B) | 36.55º | 0.42% | 0.8% | - |
| XYZ | 43.01 | 43.41 | 23.25 | - |
| YUV | 175.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 118 | 0 | 0.17 | 0.42 | 0.20 | 36.55 | 0.47 | 0.63 |
| Hex | CD | AB | 76 | 0 | 11 | 2A | 14 | 25 | 2F | 3F |
| Octal | 315 | 253 | 166 | 0 | 21 | 52 | 24 | 45 | 57 | 77 |
| Binary | 11001101 | 10101011 | 1110110 | 0 | 10001 | 101010 | 10100 | 100101 | 101111 | 111111 |
Color Harmonies of #CDAB76
Complementary color
Monochromatic Colors of #CDAB76
Black with #CDAB76
Text Example
Text Example
White with #CDAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB76; }
p { color: rgb(205,171,118); }
H1.HeaderClassName
{
color: #CDAB76;
}
.AnyTagClassName
{
color: #CDAB76;
}
</style>
background-color css
<style>
a { background-color: #CDAB76; }
a { background-color: rgb(205,171,118); }
div.DivClassName
{
background-color: #CDAB76;
}
.BgClassName
{
background-color: #CDAB76;
}
</style>
border-color css
<style>
span { border-color: #CDAB76; }
span { border-color: rgb(205,171,118); }
td.TdClassName
{
border-color: #CDAB76;
}
.TagClassName
{
border-color: #CDAB76;
}
</style>