Shades of Parchment #CEC7AC
Tints of Parchment #CEC7AC
RGB
CMYK
RGB Variations
Color information
#CEC7AC (or 0xCEC7AC) is known color: Parchment. HEX triplet: CE, C7 and AC. RGB value is (206,199,172). Sum of RGB (Red+Green+Blue) = 206+199+172=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7AC is #313853. Grayscale: #C6C6C6. Windows color (decimal): -3225684 or 11323342. OLE color: 11323342.
HSL color Cylindrical-coordinate representation of color #CEC7AC: hue angle of 47.65º 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 #CEC7AC is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 199 | 172 | - |
CMYK | 0 | 0.03 | 0.17 | 0.19 |
HSL | 47.65º | 0.26% | 0.74% | - |
HSV(B) | 47.65º | 0.17% | 0.81% | - |
XYZ | 53.32 | 56.95 | 47.21 | - |
YUV | 198.02 | 113.32 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 172 | 0 | 0.03 | 0.17 | 0.19 | 47.65 | 0.26 | 0.74 |
Hex | CE | C7 | AC | 0 | 3 | 11 | 13 | 30 | 1A | 4A |
Octal | 316 | 307 | 254 | 0 | 3 | 21 | 23 | 60 | 32 | 112 |
Binary | 11001110 | 11000111 | 10101100 | 0 | 11 | 10001 | 10011 | 110000 | 11010 | 1001010 |
Color Harmonies of #CEC7AC
Complementary color
Monochromatic Colors of #CEC7AC
Black with #CEC7AC
Text Example
Text Example
White with #CEC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7AC; }
p { color: rgb(206,199,172); }
H1.HeaderClassName
{
color: #CEC7AC;
}
.AnyTagClassName
{
color: #CEC7AC;
}
</style>
background-color css
<style>
a { background-color: #CEC7AC; }
a { background-color: rgb(206,199,172); }
div.DivClassName
{
background-color: #CEC7AC;
}
.BgClassName
{
background-color: #CEC7AC;
}
</style>
border-color css
<style>
span { border-color: #CEC7AC; }
span { border-color: rgb(206,199,172); }
td.TdClassName
{
border-color: #CEC7AC;
}
.TagClassName
{
border-color: #CEC7AC;
}
</style>