Shades of Parchment #CEC4AC
Tints of Parchment #CEC4AC
RGB
CMYK
RGB Variations
Color information
#CEC4AC (or 0xCEC4AC) is known color: Parchment. HEX triplet: CE, C4 and AC. RGB value is (206,196,172). Sum of RGB (Red+Green+Blue) = 206+196+172=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4AC is #313B53. Grayscale: #C4C4C4. Windows color (decimal): -3226452 or 11322574. OLE color: 11322574.
HSL color Cylindrical-coordinate representation of color #CEC4AC: hue angle of 42.35º 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 #CEC4AC is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 196 | 172 | - |
CMYK | 0 | 0.05 | 0.17 | 0.19 |
HSL | 42.35º | 0.26% | 0.74% | - |
HSV(B) | 42.35º | 0.17% | 0.81% | - |
XYZ | 52.64 | 55.58 | 46.98 | - |
YUV | 196.25 | 114.31 | 134.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 172 | 0 | 0.05 | 0.17 | 0.19 | 42.35 | 0.26 | 0.74 |
Hex | CE | C4 | AC | 0 | 5 | 11 | 13 | 2A | 1A | 4A |
Octal | 316 | 304 | 254 | 0 | 5 | 21 | 23 | 52 | 32 | 112 |
Binary | 11001110 | 11000100 | 10101100 | 0 | 101 | 10001 | 10011 | 101010 | 11010 | 1001010 |
Color Harmonies of #CEC4AC
Complementary color
Monochromatic Colors of #CEC4AC
Black with #CEC4AC
Text Example
Text Example
White with #CEC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4AC; }
p { color: rgb(206,196,172); }
H1.HeaderClassName
{
color: #CEC4AC;
}
.AnyTagClassName
{
color: #CEC4AC;
}
</style>
background-color css
<style>
a { background-color: #CEC4AC; }
a { background-color: rgb(206,196,172); }
div.DivClassName
{
background-color: #CEC4AC;
}
.BgClassName
{
background-color: #CEC4AC;
}
</style>
border-color css
<style>
span { border-color: #CEC4AC; }
span { border-color: rgb(206,196,172); }
td.TdClassName
{
border-color: #CEC4AC;
}
.TagClassName
{
border-color: #CEC4AC;
}
</style>