Shades of Parchment #CEC9A6
Tints of Parchment #CEC9A6
RGB
CMYK
RGB Variations
Color information
#CEC9A6 (or 0xCEC9A6) is known color: Parchment. HEX triplet: CE, C9 and A6. RGB value is (206,201,166). Sum of RGB (Red+Green+Blue) = 206+201+166=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9A6 is #313659. Grayscale: #C6C6C6. Windows color (decimal): -3225178 or 10930638. OLE color: 10930638.
HSL color Cylindrical-coordinate representation of color #CEC9A6: hue angle of 52.5º 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 #CEC9A6 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 166 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.19 |
| HSL | 52.5º | 0.29% | 0.73% | - |
| HSV(B) | 52.5º | 0.19% | 0.81% | - |
| XYZ | 53.22 | 57.65 | 44.4 | - |
| YUV | 198.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 166 | 0 | 0.02 | 0.19 | 0.19 | 52.5 | 0.29 | 0.73 |
| Hex | CE | C9 | A6 | 0 | 2 | 13 | 13 | 34 | 1D | 49 |
| Octal | 316 | 311 | 246 | 0 | 2 | 23 | 23 | 64 | 35 | 111 |
| Binary | 11001110 | 11001001 | 10100110 | 0 | 10 | 10011 | 10011 | 110100 | 11101 | 1001001 |
Color Harmonies of #CEC9A6
Complementary color
Monochromatic Colors of #CEC9A6
Black with #CEC9A6
Text Example
Text Example
White with #CEC9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9A6; }
p { color: rgb(206,201,166); }
H1.HeaderClassName
{
color: #CEC9A6;
}
.AnyTagClassName
{
color: #CEC9A6;
}
</style>
background-color css
<style>
a { background-color: #CEC9A6; }
a { background-color: rgb(206,201,166); }
div.DivClassName
{
background-color: #CEC9A6;
}
.BgClassName
{
background-color: #CEC9A6;
}
</style>
border-color css
<style>
span { border-color: #CEC9A6; }
span { border-color: rgb(206,201,166); }
td.TdClassName
{
border-color: #CEC9A6;
}
.TagClassName
{
border-color: #CEC9A6;
}
</style>