Shades of Putty #CEA86C
Tints of Putty #CEA86C
RGB
CMYK
RGB Variations
Color information
#CEA86C (or 0xCEA86C) is known color: Putty. HEX triplet: CE, A8 and 6C. RGB value is (206,168,108). Sum of RGB (Red+Green+Blue) = 206+168+108=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA86C is #315793. Grayscale: #ACACAC. Windows color (decimal): -3233684 or 7121102. OLE color: 7121102.
HSL color Cylindrical-coordinate representation of color #CEA86C: hue angle of 36.73º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEA86C is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 108 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.19 |
| HSL | 36.73º | 0.5% | 0.62% | - |
| HSV(B) | 36.73º | 0.48% | 0.81% | - |
| XYZ | 42.16 | 42.21 | 20.11 | - |
| YUV | 172.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 108 | 0 | 0.18 | 0.48 | 0.19 | 36.73 | 0.5 | 0.62 |
| Hex | CE | A8 | 6C | 0 | 12 | 30 | 13 | 25 | 32 | 3E |
| Octal | 316 | 250 | 154 | 0 | 22 | 60 | 23 | 45 | 62 | 76 |
| Binary | 11001110 | 10101000 | 1101100 | 0 | 10010 | 110000 | 10011 | 100101 | 110010 | 111110 |
Color Harmonies of #CEA86C
Complementary color
Monochromatic Colors of #CEA86C
Black with #CEA86C
Text Example
Text Example
White with #CEA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA86C; }
p { color: rgb(206,168,108); }
H1.HeaderClassName
{
color: #CEA86C;
}
.AnyTagClassName
{
color: #CEA86C;
}
</style>
background-color css
<style>
a { background-color: #CEA86C; }
a { background-color: rgb(206,168,108); }
div.DivClassName
{
background-color: #CEA86C;
}
.BgClassName
{
background-color: #CEA86C;
}
</style>
border-color css
<style>
span { border-color: #CEA86C; }
span { border-color: rgb(206,168,108); }
td.TdClassName
{
border-color: #CEA86C;
}
.TagClassName
{
border-color: #CEA86C;
}
</style>