Shades of Putty #CEA668
Tints of Putty #CEA668
RGB
CMYK
RGB Variations
Color information
#CEA668 (or 0xCEA668) is known color: Putty. HEX triplet: CE, A6 and 68. RGB value is (206,166,104). Sum of RGB (Red+Green+Blue) = 206+166+104=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA668 is #315997. Grayscale: #ABABAB. Windows color (decimal): -3234200 or 6858446. OLE color: 6858446.
HSL color Cylindrical-coordinate representation of color #CEA668: hue angle of 36.47º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEA668 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 104 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.19 |
| HSL | 36.47º | 0.51% | 0.61% | - |
| HSV(B) | 36.47º | 0.5% | 0.81% | - |
| XYZ | 41.59 | 41.39 | 18.89 | - |
| YUV | 170.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 104 | 0 | 0.19 | 0.50 | 0.19 | 36.47 | 0.51 | 0.61 |
| Hex | CE | A6 | 68 | 0 | 13 | 32 | 13 | 24 | 33 | 3D |
| Octal | 316 | 246 | 150 | 0 | 23 | 62 | 23 | 44 | 63 | 75 |
| Binary | 11001110 | 10100110 | 1101000 | 0 | 10011 | 110010 | 10011 | 100100 | 110011 | 111101 |
Color Harmonies of #CEA668
Complementary color
Monochromatic Colors of #CEA668
Black with #CEA668
Text Example
Text Example
White with #CEA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA668; }
p { color: rgb(206,166,104); }
H1.HeaderClassName
{
color: #CEA668;
}
.AnyTagClassName
{
color: #CEA668;
}
</style>
background-color css
<style>
a { background-color: #CEA668; }
a { background-color: rgb(206,166,104); }
div.DivClassName
{
background-color: #CEA668;
}
.BgClassName
{
background-color: #CEA668;
}
</style>
border-color css
<style>
span { border-color: #CEA668; }
span { border-color: rgb(206,166,104); }
td.TdClassName
{
border-color: #CEA668;
}
.TagClassName
{
border-color: #CEA668;
}
</style>