Shades of Parchment #CEC8A8
Tints of Parchment #CEC8A8
RGB
CMYK
RGB Variations
Color information
#CEC8A8 (or 0xCEC8A8) is known color: Parchment. HEX triplet: CE, C8 and A8. RGB value is (206,200,168). Sum of RGB (Red+Green+Blue) = 206+200+168=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8A8 is #313757. Grayscale: #C6C6C6. Windows color (decimal): -3225432 or 11061454. OLE color: 11061454.
HSL color Cylindrical-coordinate representation of color #CEC8A8: hue angle of 50.53º 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 #CEC8A8 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 168 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.19 |
| HSL | 50.53º | 0.28% | 0.73% | - |
| HSV(B) | 50.53º | 0.18% | 0.81% | - |
| XYZ | 53.18 | 57.26 | 45.29 | - |
| YUV | 198.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 168 | 0 | 0.03 | 0.18 | 0.19 | 50.53 | 0.28 | 0.73 |
| Hex | CE | C8 | A8 | 0 | 3 | 12 | 13 | 33 | 1C | 49 |
| Octal | 316 | 310 | 250 | 0 | 3 | 22 | 23 | 63 | 34 | 111 |
| Binary | 11001110 | 11001000 | 10101000 | 0 | 11 | 10010 | 10011 | 110011 | 11100 | 1001001 |
Color Harmonies of #CEC8A8
Complementary color
Monochromatic Colors of #CEC8A8
Black with #CEC8A8
Text Example
Text Example
White with #CEC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8A8; }
p { color: rgb(206,200,168); }
H1.HeaderClassName
{
color: #CEC8A8;
}
.AnyTagClassName
{
color: #CEC8A8;
}
</style>
background-color css
<style>
a { background-color: #CEC8A8; }
a { background-color: rgb(206,200,168); }
div.DivClassName
{
background-color: #CEC8A8;
}
.BgClassName
{
background-color: #CEC8A8;
}
</style>
border-color css
<style>
span { border-color: #CEC8A8; }
span { border-color: rgb(206,200,168); }
td.TdClassName
{
border-color: #CEC8A8;
}
.TagClassName
{
border-color: #CEC8A8;
}
</style>