Shades of Putty #CEA96A
Tints of Putty #CEA96A
RGB
CMYK
RGB Variations
Color information
#CEA96A (or 0xCEA96A) is known color: Putty. HEX triplet: CE, A9 and 6A. RGB value is (206,169,106). Sum of RGB (Red+Green+Blue) = 206+169+106=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA96A is #315695. Grayscale: #ADADAD. Windows color (decimal): -3233430 or 6990286. OLE color: 6990286.
HSL color Cylindrical-coordinate representation of color #CEA96A: hue angle of 37.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEA96A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 106 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.19 |
| HSL | 37.8º | 0.51% | 0.61% | - |
| HSV(B) | 37.8º | 0.49% | 0.81% | - |
| XYZ | 42.24 | 42.54 | 19.62 | - |
| YUV | 172.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 106 | 0 | 0.18 | 0.49 | 0.19 | 37.8 | 0.51 | 0.61 |
| Hex | CE | A9 | 6A | 0 | 12 | 31 | 13 | 26 | 33 | 3D |
| Octal | 316 | 251 | 152 | 0 | 22 | 61 | 23 | 46 | 63 | 75 |
| Binary | 11001110 | 10101001 | 1101010 | 0 | 10010 | 110001 | 10011 | 100110 | 110011 | 111101 |
Color Harmonies of #CEA96A
Complementary color
Monochromatic Colors of #CEA96A
Black with #CEA96A
Text Example
Text Example
White with #CEA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA96A; }
p { color: rgb(206,169,106); }
H1.HeaderClassName
{
color: #CEA96A;
}
.AnyTagClassName
{
color: #CEA96A;
}
</style>
background-color css
<style>
a { background-color: #CEA96A; }
a { background-color: rgb(206,169,106); }
div.DivClassName
{
background-color: #CEA96A;
}
.BgClassName
{
background-color: #CEA96A;
}
</style>
border-color css
<style>
span { border-color: #CEA96A; }
span { border-color: rgb(206,169,106); }
td.TdClassName
{
border-color: #CEA96A;
}
.TagClassName
{
border-color: #CEA96A;
}
</style>