Shades of Parchment #CEC5AC
Tints of Parchment #CEC5AC
RGB
CMYK
RGB Variations
Color information
#CEC5AC (or 0xCEC5AC) is known color: Parchment. HEX triplet: CE, C5 and AC. RGB value is (206,197,172). Sum of RGB (Red+Green+Blue) = 206+197+172=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5AC is #313A53. Grayscale: #C4C4C4. Windows color (decimal): -3226196 or 11322830. OLE color: 11322830.
HSL color Cylindrical-coordinate representation of color #CEC5AC: hue angle of 44.12º 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 #CEC5AC is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 172 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.19 |
| HSL | 44.12º | 0.26% | 0.74% | - |
| HSV(B) | 44.12º | 0.17% | 0.81% | - |
| XYZ | 52.87 | 56.03 | 47.06 | - |
| YUV | 196.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 172 | 0 | 0.04 | 0.17 | 0.19 | 44.12 | 0.26 | 0.74 |
| Hex | CE | C5 | AC | 0 | 4 | 11 | 13 | 2C | 1A | 4A |
| Octal | 316 | 305 | 254 | 0 | 4 | 21 | 23 | 54 | 32 | 112 |
| Binary | 11001110 | 11000101 | 10101100 | 0 | 100 | 10001 | 10011 | 101100 | 11010 | 1001010 |
Color Harmonies of #CEC5AC
Complementary color
Monochromatic Colors of #CEC5AC
Black with #CEC5AC
Text Example
Text Example
White with #CEC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5AC; }
p { color: rgb(206,197,172); }
H1.HeaderClassName
{
color: #CEC5AC;
}
.AnyTagClassName
{
color: #CEC5AC;
}
</style>
background-color css
<style>
a { background-color: #CEC5AC; }
a { background-color: rgb(206,197,172); }
div.DivClassName
{
background-color: #CEC5AC;
}
.BgClassName
{
background-color: #CEC5AC;
}
</style>
border-color css
<style>
span { border-color: #CEC5AC; }
span { border-color: rgb(206,197,172); }
td.TdClassName
{
border-color: #CEC5AC;
}
.TagClassName
{
border-color: #CEC5AC;
}
</style>