Shades of Parchment #CEC9B1
Tints of Parchment #CEC9B1
RGB
CMYK
RGB Variations
Color information
#CEC9B1 (or 0xCEC9B1) is known color: Parchment. HEX triplet: CE, C9 and B1. RGB value is (206,201,177). Sum of RGB (Red+Green+Blue) = 206+201+177=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9B1 is #31364E. Grayscale: #C7C7C7. Windows color (decimal): -3225167 or 11651534. OLE color: 11651534.
HSL color Cylindrical-coordinate representation of color #CEC9B1: hue angle of 49.66º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC9B1 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 177 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.19 |
| HSL | 49.66º | 0.23% | 0.75% | - |
| HSV(B) | 49.66º | 0.14% | 0.81% | - |
| XYZ | 54.28 | 58.07 | 49.94 | - |
| YUV | 199.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 177 | 0 | 0.02 | 0.14 | 0.19 | 49.66 | 0.23 | 0.75 |
| Hex | CE | C9 | B1 | 0 | 2 | E | 13 | 32 | 17 | 4B |
| Octal | 316 | 311 | 261 | 0 | 2 | 16 | 23 | 62 | 27 | 113 |
| Binary | 11001110 | 11001001 | 10110001 | 0 | 10 | 1110 | 10011 | 110010 | 10111 | 1001011 |
Color Harmonies of #CEC9B1
Complementary color
Monochromatic Colors of #CEC9B1
Black with #CEC9B1
Text Example
Text Example
White with #CEC9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9B1; }
p { color: rgb(206,201,177); }
H1.HeaderClassName
{
color: #CEC9B1;
}
.AnyTagClassName
{
color: #CEC9B1;
}
</style>
background-color css
<style>
a { background-color: #CEC9B1; }
a { background-color: rgb(206,201,177); }
div.DivClassName
{
background-color: #CEC9B1;
}
.BgClassName
{
background-color: #CEC9B1;
}
</style>
border-color css
<style>
span { border-color: #CEC9B1; }
span { border-color: rgb(206,201,177); }
td.TdClassName
{
border-color: #CEC9B1;
}
.TagClassName
{
border-color: #CEC9B1;
}
</style>