Shades of Parchment #CEC9AB
Tints of Parchment #CEC9AB
RGB
CMYK
RGB Variations
Color information
#CEC9AB (or 0xCEC9AB) is known color: Parchment. HEX triplet: CE, C9 and AB. RGB value is (206,201,171). Sum of RGB (Red+Green+Blue) = 206+201+171=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9AB is #313654. Grayscale: #C7C7C7. Windows color (decimal): -3225173 or 11258318. OLE color: 11258318.
HSL color Cylindrical-coordinate representation of color #CEC9AB: hue angle of 51.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC9AB is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 171 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.19 |
| HSL | 51.43º | 0.26% | 0.74% | - |
| HSV(B) | 51.43º | 0.17% | 0.81% | - |
| XYZ | 53.69 | 57.84 | 46.86 | - |
| YUV | 199.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 171 | 0 | 0.02 | 0.17 | 0.19 | 51.43 | 0.26 | 0.74 |
| Hex | CE | C9 | AB | 0 | 2 | 11 | 13 | 33 | 1A | 4A |
| Octal | 316 | 311 | 253 | 0 | 2 | 21 | 23 | 63 | 32 | 112 |
| Binary | 11001110 | 11001001 | 10101011 | 0 | 10 | 10001 | 10011 | 110011 | 11010 | 1001010 |
Color Harmonies of #CEC9AB
Complementary color
Monochromatic Colors of #CEC9AB
Black with #CEC9AB
Text Example
Text Example
White with #CEC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9AB; }
p { color: rgb(206,201,171); }
H1.HeaderClassName
{
color: #CEC9AB;
}
.AnyTagClassName
{
color: #CEC9AB;
}
</style>
background-color css
<style>
a { background-color: #CEC9AB; }
a { background-color: rgb(206,201,171); }
div.DivClassName
{
background-color: #CEC9AB;
}
.BgClassName
{
background-color: #CEC9AB;
}
</style>
border-color css
<style>
span { border-color: #CEC9AB; }
span { border-color: rgb(206,201,171); }
td.TdClassName
{
border-color: #CEC9AB;
}
.TagClassName
{
border-color: #CEC9AB;
}
</style>