Shades of Parchment #CEC4AA
Tints of Parchment #CEC4AA
RGB
CMYK
RGB Variations
Color information
#CEC4AA (or 0xCEC4AA) is known color: Parchment. HEX triplet: CE, C4 and AA. RGB value is (206,196,170). Sum of RGB (Red+Green+Blue) = 206+196+170=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4AA is #313B55. Grayscale: #C4C4C4. Windows color (decimal): -3226454 or 11191502. OLE color: 11191502.
HSL color Cylindrical-coordinate representation of color #CEC4AA: hue angle of 43.33º degrees, saturation: 0.27, 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 #CEC4AA is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 170 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.19 |
| HSL | 43.33º | 0.27% | 0.74% | - |
| HSV(B) | 43.33º | 0.17% | 0.81% | - |
| XYZ | 52.45 | 55.5 | 45.98 | - |
| YUV | 196.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 170 | 0 | 0.05 | 0.17 | 0.19 | 43.33 | 0.27 | 0.74 |
| Hex | CE | C4 | AA | 0 | 5 | 11 | 13 | 2B | 1B | 4A |
| Octal | 316 | 304 | 252 | 0 | 5 | 21 | 23 | 53 | 33 | 112 |
| Binary | 11001110 | 11000100 | 10101010 | 0 | 101 | 10001 | 10011 | 101011 | 11011 | 1001010 |
Color Harmonies of #CEC4AA
Complementary color
Monochromatic Colors of #CEC4AA
Black with #CEC4AA
Text Example
Text Example
White with #CEC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4AA; }
p { color: rgb(206,196,170); }
H1.HeaderClassName
{
color: #CEC4AA;
}
.AnyTagClassName
{
color: #CEC4AA;
}
</style>
background-color css
<style>
a { background-color: #CEC4AA; }
a { background-color: rgb(206,196,170); }
div.DivClassName
{
background-color: #CEC4AA;
}
.BgClassName
{
background-color: #CEC4AA;
}
</style>
border-color css
<style>
span { border-color: #CEC4AA; }
span { border-color: rgb(206,196,170); }
td.TdClassName
{
border-color: #CEC4AA;
}
.TagClassName
{
border-color: #CEC4AA;
}
</style>