Shades of Parchment #CEC9B2
Tints of Parchment #CEC9B2
RGB
CMYK
RGB Variations
Color information
#CEC9B2 (or 0xCEC9B2) is known color: Parchment. HEX triplet: CE, C9 and B2. RGB value is (206,201,178). Sum of RGB (Red+Green+Blue) = 206+201+178=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9B2 is #31364D. Grayscale: #C7C7C7. Windows color (decimal): -3225166 or 11717070. OLE color: 11717070.
HSL color Cylindrical-coordinate representation of color #CEC9B2: hue angle of 49.29º degrees, saturation: 0.22, 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 #CEC9B2 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 178 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.19 |
| HSL | 49.29º | 0.22% | 0.75% | - |
| HSV(B) | 49.29º | 0.14% | 0.81% | - |
| XYZ | 54.38 | 58.11 | 50.47 | - |
| YUV | 199.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 178 | 0 | 0.02 | 0.14 | 0.19 | 49.29 | 0.22 | 0.75 |
| Hex | CE | C9 | B2 | 0 | 2 | E | 13 | 31 | 16 | 4B |
| Octal | 316 | 311 | 262 | 0 | 2 | 16 | 23 | 61 | 26 | 113 |
| Binary | 11001110 | 11001001 | 10110010 | 0 | 10 | 1110 | 10011 | 110001 | 10110 | 1001011 |
Color Harmonies of #CEC9B2
Complementary color
Monochromatic Colors of #CEC9B2
Black with #CEC9B2
Text Example
Text Example
White with #CEC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9B2; }
p { color: rgb(206,201,178); }
H1.HeaderClassName
{
color: #CEC9B2;
}
.AnyTagClassName
{
color: #CEC9B2;
}
</style>
background-color css
<style>
a { background-color: #CEC9B2; }
a { background-color: rgb(206,201,178); }
div.DivClassName
{
background-color: #CEC9B2;
}
.BgClassName
{
background-color: #CEC9B2;
}
</style>
border-color css
<style>
span { border-color: #CEC9B2; }
span { border-color: rgb(206,201,178); }
td.TdClassName
{
border-color: #CEC9B2;
}
.TagClassName
{
border-color: #CEC9B2;
}
</style>