Shades of Putty #CEAA73
Tints of Putty #CEAA73
RGB
CMYK
RGB Variations
Color information
#CEAA73 (or 0xCEAA73) is known color: Putty. HEX triplet: CE, AA and 73. RGB value is (206,170,115). Sum of RGB (Red+Green+Blue) = 206+170+115=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA73 is #31558C. Grayscale: #AEAEAE. Windows color (decimal): -3233165 or 7580366. OLE color: 7580366.
HSL color Cylindrical-coordinate representation of color #CEAA73: hue angle of 36.26º 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 #CEAA73 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 115 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.19 |
| HSL | 36.26º | 0.48% | 0.63% | - |
| HSV(B) | 36.26º | 0.44% | 0.81% | - |
| XYZ | 42.92 | 43.11 | 22.28 | - |
| YUV | 174.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 115 | 0 | 0.17 | 0.44 | 0.19 | 36.26 | 0.48 | 0.63 |
| Hex | CE | AA | 73 | 0 | 11 | 2C | 13 | 24 | 30 | 3F |
| Octal | 316 | 252 | 163 | 0 | 21 | 54 | 23 | 44 | 60 | 77 |
| Binary | 11001110 | 10101010 | 1110011 | 0 | 10001 | 101100 | 10011 | 100100 | 110000 | 111111 |
Color Harmonies of #CEAA73
Complementary color
Monochromatic Colors of #CEAA73
Black with #CEAA73
Text Example
Text Example
White with #CEAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA73; }
p { color: rgb(206,170,115); }
H1.HeaderClassName
{
color: #CEAA73;
}
.AnyTagClassName
{
color: #CEAA73;
}
</style>
background-color css
<style>
a { background-color: #CEAA73; }
a { background-color: rgb(206,170,115); }
div.DivClassName
{
background-color: #CEAA73;
}
.BgClassName
{
background-color: #CEAA73;
}
</style>
border-color css
<style>
span { border-color: #CEAA73; }
span { border-color: rgb(206,170,115); }
td.TdClassName
{
border-color: #CEAA73;
}
.TagClassName
{
border-color: #CEAA73;
}
</style>