Shades of Parchment #CEC8BA
Tints of Parchment #CEC8BA
RGB
CMYK
RGB Variations
Color information
#CEC8BA (or 0xCEC8BA) is known color: Parchment. HEX triplet: CE, C8 and BA. RGB value is (206,200,186). Sum of RGB (Red+Green+Blue) = 206+200+186=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8BA is #313745. Grayscale: #C8C8C8. Windows color (decimal): -3225414 or 12241102. OLE color: 12241102.
HSL color Cylindrical-coordinate representation of color #CEC8BA: hue angle of 42º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC8BA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 186 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.19 |
| HSL | 42º | 0.17% | 0.77% | - |
| HSV(B) | 42º | 0.1% | 0.81% | - |
| XYZ | 54.97 | 57.98 | 54.75 | - |
| YUV | 200.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 186 | 0 | 0.03 | 0.10 | 0.19 | 42 | 0.17 | 0.77 |
| Hex | CE | C8 | BA | 0 | 3 | A | 13 | 2A | 11 | 4D |
| Octal | 316 | 310 | 272 | 0 | 3 | 12 | 23 | 52 | 21 | 115 |
| Binary | 11001110 | 11001000 | 10111010 | 0 | 11 | 1010 | 10011 | 101010 | 10001 | 1001101 |
Color Harmonies of #CEC8BA
Complementary color
Monochromatic Colors of #CEC8BA
Black with #CEC8BA
Text Example
Text Example
White with #CEC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8BA; }
p { color: rgb(206,200,186); }
H1.HeaderClassName
{
color: #CEC8BA;
}
.AnyTagClassName
{
color: #CEC8BA;
}
</style>
background-color css
<style>
a { background-color: #CEC8BA; }
a { background-color: rgb(206,200,186); }
div.DivClassName
{
background-color: #CEC8BA;
}
.BgClassName
{
background-color: #CEC8BA;
}
</style>
border-color css
<style>
span { border-color: #CEC8BA; }
span { border-color: rgb(206,200,186); }
td.TdClassName
{
border-color: #CEC8BA;
}
.TagClassName
{
border-color: #CEC8BA;
}
</style>