Shades of Parchment #CEC8AB
Tints of Parchment #CEC8AB
RGB
CMYK
RGB Variations
Color information
#CEC8AB (or 0xCEC8AB) is known color: Parchment. HEX triplet: CE, C8 and AB. RGB value is (206,200,171). Sum of RGB (Red+Green+Blue) = 206+200+171=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8AB is #313754. Grayscale: #C6C6C6. Windows color (decimal): -3225429 or 11258062. OLE color: 11258062.
HSL color Cylindrical-coordinate representation of color #CEC8AB: hue angle of 49.71º 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 #CEC8AB is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 171 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.19 |
| HSL | 49.71º | 0.26% | 0.74% | - |
| HSV(B) | 49.71º | 0.17% | 0.81% | - |
| XYZ | 53.46 | 57.37 | 46.78 | - |
| YUV | 198.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 171 | 0 | 0.03 | 0.17 | 0.19 | 49.71 | 0.26 | 0.74 |
| Hex | CE | C8 | AB | 0 | 3 | 11 | 13 | 32 | 1A | 4A |
| Octal | 316 | 310 | 253 | 0 | 3 | 21 | 23 | 62 | 32 | 112 |
| Binary | 11001110 | 11001000 | 10101011 | 0 | 11 | 10001 | 10011 | 110010 | 11010 | 1001010 |
Color Harmonies of #CEC8AB
Complementary color
Monochromatic Colors of #CEC8AB
Black with #CEC8AB
Text Example
Text Example
White with #CEC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8AB; }
p { color: rgb(206,200,171); }
H1.HeaderClassName
{
color: #CEC8AB;
}
.AnyTagClassName
{
color: #CEC8AB;
}
</style>
background-color css
<style>
a { background-color: #CEC8AB; }
a { background-color: rgb(206,200,171); }
div.DivClassName
{
background-color: #CEC8AB;
}
.BgClassName
{
background-color: #CEC8AB;
}
</style>
border-color css
<style>
span { border-color: #CEC8AB; }
span { border-color: rgb(206,200,171); }
td.TdClassName
{
border-color: #CEC8AB;
}
.TagClassName
{
border-color: #CEC8AB;
}
</style>