Shades of Parchment #CEC8A6
Tints of Parchment #CEC8A6
RGB
CMYK
RGB Variations
Color information
#CEC8A6 (or 0xCEC8A6) is known color: Parchment. HEX triplet: CE, C8 and A6. RGB value is (206,200,166). Sum of RGB (Red+Green+Blue) = 206+200+166=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8A6 is #313759. Grayscale: #C6C6C6. Windows color (decimal): -3225434 or 10930382. OLE color: 10930382.
HSL color Cylindrical-coordinate representation of color #CEC8A6: hue angle of 51º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC8A6 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 166 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.19 |
| HSL | 51º | 0.29% | 0.73% | - |
| HSV(B) | 51º | 0.19% | 0.81% | - |
| XYZ | 52.99 | 57.18 | 44.32 | - |
| YUV | 197.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 166 | 0 | 0.03 | 0.19 | 0.19 | 51 | 0.29 | 0.73 |
| Hex | CE | C8 | A6 | 0 | 3 | 13 | 13 | 33 | 1D | 49 |
| Octal | 316 | 310 | 246 | 0 | 3 | 23 | 23 | 63 | 35 | 111 |
| Binary | 11001110 | 11001000 | 10100110 | 0 | 11 | 10011 | 10011 | 110011 | 11101 | 1001001 |
Color Harmonies of #CEC8A6
Complementary color
Monochromatic Colors of #CEC8A6
Black with #CEC8A6
Text Example
Text Example
White with #CEC8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8A6; }
p { color: rgb(206,200,166); }
H1.HeaderClassName
{
color: #CEC8A6;
}
.AnyTagClassName
{
color: #CEC8A6;
}
</style>
background-color css
<style>
a { background-color: #CEC8A6; }
a { background-color: rgb(206,200,166); }
div.DivClassName
{
background-color: #CEC8A6;
}
.BgClassName
{
background-color: #CEC8A6;
}
</style>
border-color css
<style>
span { border-color: #CEC8A6; }
span { border-color: rgb(206,200,166); }
td.TdClassName
{
border-color: #CEC8A6;
}
.TagClassName
{
border-color: #CEC8A6;
}
</style>