Shades of Putty #CEA868
Tints of Putty #CEA868
RGB
CMYK
RGB Variations
Color information
#CEA868 (or 0xCEA868) is known color: Putty. HEX triplet: CE, A8 and 68. RGB value is (206,168,104). Sum of RGB (Red+Green+Blue) = 206+168+104=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA868 is #315797. Grayscale: #ACACAC. Windows color (decimal): -3233688 or 6858958. OLE color: 6858958.
HSL color Cylindrical-coordinate representation of color #CEA868: hue angle of 37.65º 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 #CEA868 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 104 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.19 |
| HSL | 37.65º | 0.51% | 0.61% | - |
| HSV(B) | 37.65º | 0.5% | 0.81% | - |
| XYZ | 41.95 | 42.13 | 19.02 | - |
| YUV | 172.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 104 | 0 | 0.18 | 0.50 | 0.19 | 37.65 | 0.51 | 0.61 |
| Hex | CE | A8 | 68 | 0 | 12 | 32 | 13 | 26 | 33 | 3D |
| Octal | 316 | 250 | 150 | 0 | 22 | 62 | 23 | 46 | 63 | 75 |
| Binary | 11001110 | 10101000 | 1101000 | 0 | 10010 | 110010 | 10011 | 100110 | 110011 | 111101 |
Color Harmonies of #CEA868
Complementary color
Monochromatic Colors of #CEA868
Black with #CEA868
Text Example
Text Example
White with #CEA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA868; }
p { color: rgb(206,168,104); }
H1.HeaderClassName
{
color: #CEA868;
}
.AnyTagClassName
{
color: #CEA868;
}
</style>
background-color css
<style>
a { background-color: #CEA868; }
a { background-color: rgb(206,168,104); }
div.DivClassName
{
background-color: #CEA868;
}
.BgClassName
{
background-color: #CEA868;
}
</style>
border-color css
<style>
span { border-color: #CEA868; }
span { border-color: rgb(206,168,104); }
td.TdClassName
{
border-color: #CEA868;
}
.TagClassName
{
border-color: #CEA868;
}
</style>