Shades of Putty #CEAE6E
Tints of Putty #CEAE6E
RGB
CMYK
RGB Variations
Color information
#CEAE6E (or 0xCEAE6E) is known color: Putty. HEX triplet: CE, AE and 6E. RGB value is (206,174,110). Sum of RGB (Red+Green+Blue) = 206+174+110=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE6E is #315191. Grayscale: #B0B0B0. Windows color (decimal): -3232146 or 7253710. OLE color: 7253710.
HSL color Cylindrical-coordinate representation of color #CEAE6E: hue angle of 40º 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 #CEAE6E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 110 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.19 |
| HSL | 40º | 0.49% | 0.62% | - |
| HSV(B) | 40º | 0.47% | 0.81% | - |
| XYZ | 43.4 | 44.52 | 21.06 | - |
| YUV | 176.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 110 | 0 | 0.16 | 0.47 | 0.19 | 40 | 0.49 | 0.62 |
| Hex | CE | AE | 6E | 0 | 10 | 2F | 13 | 28 | 31 | 3E |
| Octal | 316 | 256 | 156 | 0 | 20 | 57 | 23 | 50 | 61 | 76 |
| Binary | 11001110 | 10101110 | 1101110 | 0 | 10000 | 101111 | 10011 | 101000 | 110001 | 111110 |
Color Harmonies of #CEAE6E
Complementary color
Monochromatic Colors of #CEAE6E
Black with #CEAE6E
Text Example
Text Example
White with #CEAE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE6E; }
p { color: rgb(206,174,110); }
H1.HeaderClassName
{
color: #CEAE6E;
}
.AnyTagClassName
{
color: #CEAE6E;
}
</style>
background-color css
<style>
a { background-color: #CEAE6E; }
a { background-color: rgb(206,174,110); }
div.DivClassName
{
background-color: #CEAE6E;
}
.BgClassName
{
background-color: #CEAE6E;
}
</style>
border-color css
<style>
span { border-color: #CEAE6E; }
span { border-color: rgb(206,174,110); }
td.TdClassName
{
border-color: #CEAE6E;
}
.TagClassName
{
border-color: #CEAE6E;
}
</style>