Shades of Parchment #CEC5A9
Tints of Parchment #CEC5A9
RGB
CMYK
RGB Variations
Color information
#CEC5A9 (or 0xCEC5A9) is known color: Parchment. HEX triplet: CE, C5 and A9. RGB value is (206,197,169). Sum of RGB (Red+Green+Blue) = 206+197+169=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5A9 is #313A56. Grayscale: #C4C4C4. Windows color (decimal): -3226199 or 11126222. OLE color: 11126222.
HSL color Cylindrical-coordinate representation of color #CEC5A9: hue angle of 45.41º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC5A9 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 169 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.19 |
| HSL | 45.41º | 0.27% | 0.74% | - |
| HSV(B) | 45.41º | 0.18% | 0.81% | - |
| XYZ | 52.58 | 55.92 | 45.56 | - |
| YUV | 196.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 169 | 0 | 0.04 | 0.18 | 0.19 | 45.41 | 0.27 | 0.74 |
| Hex | CE | C5 | A9 | 0 | 4 | 12 | 13 | 2D | 1B | 4A |
| Octal | 316 | 305 | 251 | 0 | 4 | 22 | 23 | 55 | 33 | 112 |
| Binary | 11001110 | 11000101 | 10101001 | 0 | 100 | 10010 | 10011 | 101101 | 11011 | 1001010 |
Color Harmonies of #CEC5A9
Complementary color
Monochromatic Colors of #CEC5A9
Black with #CEC5A9
Text Example
Text Example
White with #CEC5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5A9; }
p { color: rgb(206,197,169); }
H1.HeaderClassName
{
color: #CEC5A9;
}
.AnyTagClassName
{
color: #CEC5A9;
}
</style>
background-color css
<style>
a { background-color: #CEC5A9; }
a { background-color: rgb(206,197,169); }
div.DivClassName
{
background-color: #CEC5A9;
}
.BgClassName
{
background-color: #CEC5A9;
}
</style>
border-color css
<style>
span { border-color: #CEC5A9; }
span { border-color: rgb(206,197,169); }
td.TdClassName
{
border-color: #CEC5A9;
}
.TagClassName
{
border-color: #CEC5A9;
}
</style>