Shades of Parchment #CEC6AC
Tints of Parchment #CEC6AC
RGB
CMYK
RGB Variations
Color information
#CEC6AC (or 0xCEC6AC) is known color: Parchment. HEX triplet: CE, C6 and AC. RGB value is (206,198,172). Sum of RGB (Red+Green+Blue) = 206+198+172=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6AC is #313953. Grayscale: #C5C5C5. Windows color (decimal): -3225940 or 11323086. OLE color: 11323086.
HSL color Cylindrical-coordinate representation of color #CEC6AC: hue angle of 45.88º 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 #CEC6AC is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 172 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.19 |
| HSL | 45.88º | 0.26% | 0.74% | - |
| HSV(B) | 45.88º | 0.17% | 0.81% | - |
| XYZ | 53.09 | 56.49 | 47.13 | - |
| YUV | 197.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 172 | 0 | 0.04 | 0.17 | 0.19 | 45.88 | 0.26 | 0.74 |
| Hex | CE | C6 | AC | 0 | 4 | 11 | 13 | 2E | 1A | 4A |
| Octal | 316 | 306 | 254 | 0 | 4 | 21 | 23 | 56 | 32 | 112 |
| Binary | 11001110 | 11000110 | 10101100 | 0 | 100 | 10001 | 10011 | 101110 | 11010 | 1001010 |
Color Harmonies of #CEC6AC
Complementary color
Monochromatic Colors of #CEC6AC
Black with #CEC6AC
Text Example
Text Example
White with #CEC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6AC; }
p { color: rgb(206,198,172); }
H1.HeaderClassName
{
color: #CEC6AC;
}
.AnyTagClassName
{
color: #CEC6AC;
}
</style>
background-color css
<style>
a { background-color: #CEC6AC; }
a { background-color: rgb(206,198,172); }
div.DivClassName
{
background-color: #CEC6AC;
}
.BgClassName
{
background-color: #CEC6AC;
}
</style>
border-color css
<style>
span { border-color: #CEC6AC; }
span { border-color: rgb(206,198,172); }
td.TdClassName
{
border-color: #CEC6AC;
}
.TagClassName
{
border-color: #CEC6AC;
}
</style>