Shades of Putty #CEAA6E
Tints of Putty #CEAA6E
RGB
CMYK
RGB Variations
Color information
#CEAA6E (or 0xCEAA6E) is known color: Putty. HEX triplet: CE, AA and 6E. RGB value is (206,170,110). Sum of RGB (Red+Green+Blue) = 206+170+110=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA6E is #315591. Grayscale: #AEAEAE. Windows color (decimal): -3233170 or 7252686. OLE color: 7252686.
HSL color Cylindrical-coordinate representation of color #CEAA6E: hue angle of 37.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEAA6E is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 110 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.19 |
| HSL | 37.5º | 0.49% | 0.62% | - |
| HSV(B) | 37.5º | 0.47% | 0.81% | - |
| XYZ | 42.64 | 43 | 20.8 | - |
| YUV | 173.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 110 | 0 | 0.17 | 0.47 | 0.19 | 37.5 | 0.49 | 0.62 |
| Hex | CE | AA | 6E | 0 | 11 | 2F | 13 | 26 | 31 | 3E |
| Octal | 316 | 252 | 156 | 0 | 21 | 57 | 23 | 46 | 61 | 76 |
| Binary | 11001110 | 10101010 | 1101110 | 0 | 10001 | 101111 | 10011 | 100110 | 110001 | 111110 |
Color Harmonies of #CEAA6E
Complementary color
Monochromatic Colors of #CEAA6E
Black with #CEAA6E
Text Example
Text Example
White with #CEAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA6E; }
p { color: rgb(206,170,110); }
H1.HeaderClassName
{
color: #CEAA6E;
}
.AnyTagClassName
{
color: #CEAA6E;
}
</style>
background-color css
<style>
a { background-color: #CEAA6E; }
a { background-color: rgb(206,170,110); }
div.DivClassName
{
background-color: #CEAA6E;
}
.BgClassName
{
background-color: #CEAA6E;
}
</style>
border-color css
<style>
span { border-color: #CEAA6E; }
span { border-color: rgb(206,170,110); }
td.TdClassName
{
border-color: #CEAA6E;
}
.TagClassName
{
border-color: #CEAA6E;
}
</style>