Shades of Putty #CEAB73
Tints of Putty #CEAB73
RGB
CMYK
RGB Variations
Color information
#CEAB73 (or 0xCEAB73) is known color: Putty. HEX triplet: CE, AB and 73. RGB value is (206,171,115). Sum of RGB (Red+Green+Blue) = 206+171+115=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB73 is #31548C. Grayscale: #AFAFAF. Windows color (decimal): -3232909 or 7580622. OLE color: 7580622.
HSL color Cylindrical-coordinate representation of color #CEAB73: hue angle of 36.92º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEAB73 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 115 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.19 |
| HSL | 36.92º | 0.48% | 0.63% | - |
| HSV(B) | 36.92º | 0.44% | 0.81% | - |
| XYZ | 43.11 | 43.49 | 22.34 | - |
| YUV | 175.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 115 | 0 | 0.17 | 0.44 | 0.19 | 36.92 | 0.48 | 0.63 |
| Hex | CE | AB | 73 | 0 | 11 | 2C | 13 | 25 | 30 | 3F |
| Octal | 316 | 253 | 163 | 0 | 21 | 54 | 23 | 45 | 60 | 77 |
| Binary | 11001110 | 10101011 | 1110011 | 0 | 10001 | 101100 | 10011 | 100101 | 110000 | 111111 |
Color Harmonies of #CEAB73
Complementary color
Monochromatic Colors of #CEAB73
Black with #CEAB73
Text Example
Text Example
White with #CEAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB73; }
p { color: rgb(206,171,115); }
H1.HeaderClassName
{
color: #CEAB73;
}
.AnyTagClassName
{
color: #CEAB73;
}
</style>
background-color css
<style>
a { background-color: #CEAB73; }
a { background-color: rgb(206,171,115); }
div.DivClassName
{
background-color: #CEAB73;
}
.BgClassName
{
background-color: #CEAB73;
}
</style>
border-color css
<style>
span { border-color: #CEAB73; }
span { border-color: rgb(206,171,115); }
td.TdClassName
{
border-color: #CEAB73;
}
.TagClassName
{
border-color: #CEAB73;
}
</style>