Shades of Parchment #CEC5A8
Tints of Parchment #CEC5A8
RGB
CMYK
RGB Variations
Color information
#CEC5A8 (or 0xCEC5A8) is known color: Parchment. HEX triplet: CE, C5 and A8. RGB value is (206,197,168). Sum of RGB (Red+Green+Blue) = 206+197+168=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5A8 is #313A57. Grayscale: #C4C4C4. Windows color (decimal): -3226200 or 11060686. OLE color: 11060686.
HSL color Cylindrical-coordinate representation of color #CEC5A8: hue angle of 45.79º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC5A8 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 168 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.19 |
| HSL | 45.79º | 0.28% | 0.73% | - |
| HSV(B) | 45.79º | 0.18% | 0.81% | - |
| XYZ | 52.49 | 55.88 | 45.07 | - |
| YUV | 196.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 168 | 0 | 0.04 | 0.18 | 0.19 | 45.79 | 0.28 | 0.73 |
| Hex | CE | C5 | A8 | 0 | 4 | 12 | 13 | 2E | 1C | 49 |
| Octal | 316 | 305 | 250 | 0 | 4 | 22 | 23 | 56 | 34 | 111 |
| Binary | 11001110 | 11000101 | 10101000 | 0 | 100 | 10010 | 10011 | 101110 | 11100 | 1001001 |
Color Harmonies of #CEC5A8
Complementary color
Monochromatic Colors of #CEC5A8
Black with #CEC5A8
Text Example
Text Example
White with #CEC5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5A8; }
p { color: rgb(206,197,168); }
H1.HeaderClassName
{
color: #CEC5A8;
}
.AnyTagClassName
{
color: #CEC5A8;
}
</style>
background-color css
<style>
a { background-color: #CEC5A8; }
a { background-color: rgb(206,197,168); }
div.DivClassName
{
background-color: #CEC5A8;
}
.BgClassName
{
background-color: #CEC5A8;
}
</style>
border-color css
<style>
span { border-color: #CEC5A8; }
span { border-color: rgb(206,197,168); }
td.TdClassName
{
border-color: #CEC5A8;
}
.TagClassName
{
border-color: #CEC5A8;
}
</style>