Shades of Putty #CEAD76
Tints of Putty #CEAD76
RGB
CMYK
RGB Variations
Color information
#CEAD76 (or 0xCEAD76) is known color: Putty. HEX triplet: CE, AD and 76. RGB value is (206,173,118). Sum of RGB (Red+Green+Blue) = 206+173+118=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD76 is #315289. Grayscale: #B0B0B0. Windows color (decimal): -3232394 or 7777742. OLE color: 7777742.
HSL color Cylindrical-coordinate representation of color #CEAD76: hue angle of 37.5º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEAD76 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 118 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.19 |
| HSL | 37.5º | 0.47% | 0.64% | - |
| HSV(B) | 37.5º | 0.43% | 0.81% | - |
| XYZ | 43.67 | 44.32 | 23.39 | - |
| YUV | 176.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 118 | 0 | 0.16 | 0.43 | 0.19 | 37.5 | 0.47 | 0.64 |
| Hex | CE | AD | 76 | 0 | 10 | 2B | 13 | 26 | 2F | 40 |
| Octal | 316 | 255 | 166 | 0 | 20 | 53 | 23 | 46 | 57 | 100 |
| Binary | 11001110 | 10101101 | 1110110 | 0 | 10000 | 101011 | 10011 | 100110 | 101111 | 1000000 |
Color Harmonies of #CEAD76
Complementary color
Monochromatic Colors of #CEAD76
Black with #CEAD76
Text Example
Text Example
White with #CEAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD76; }
p { color: rgb(206,173,118); }
H1.HeaderClassName
{
color: #CEAD76;
}
.AnyTagClassName
{
color: #CEAD76;
}
</style>
background-color css
<style>
a { background-color: #CEAD76; }
a { background-color: rgb(206,173,118); }
div.DivClassName
{
background-color: #CEAD76;
}
.BgClassName
{
background-color: #CEAD76;
}
</style>
border-color css
<style>
span { border-color: #CEAD76; }
span { border-color: rgb(206,173,118); }
td.TdClassName
{
border-color: #CEAD76;
}
.TagClassName
{
border-color: #CEAD76;
}
</style>