Shades of Parchment #CEC9AA
Tints of Parchment #CEC9AA
RGB
CMYK
RGB Variations
Color information
#CEC9AA (or 0xCEC9AA) is known color: Parchment. HEX triplet: CE, C9 and AA. RGB value is (206,201,170). Sum of RGB (Red+Green+Blue) = 206+201+170=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9AA is #313655. Grayscale: #C7C7C7. Windows color (decimal): -3225174 or 11192782. OLE color: 11192782.
HSL color Cylindrical-coordinate representation of color #CEC9AA: hue angle of 51.67º 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 #CEC9AA is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 170 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.19 |
| HSL | 51.67º | 0.27% | 0.74% | - |
| HSV(B) | 51.67º | 0.17% | 0.81% | - |
| XYZ | 53.6 | 57.8 | 46.36 | - |
| YUV | 198.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 170 | 0 | 0.02 | 0.17 | 0.19 | 51.67 | 0.27 | 0.74 |
| Hex | CE | C9 | AA | 0 | 2 | 11 | 13 | 34 | 1B | 4A |
| Octal | 316 | 311 | 252 | 0 | 2 | 21 | 23 | 64 | 33 | 112 |
| Binary | 11001110 | 11001001 | 10101010 | 0 | 10 | 10001 | 10011 | 110100 | 11011 | 1001010 |
Color Harmonies of #CEC9AA
Complementary color
Monochromatic Colors of #CEC9AA
Black with #CEC9AA
Text Example
Text Example
White with #CEC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9AA; }
p { color: rgb(206,201,170); }
H1.HeaderClassName
{
color: #CEC9AA;
}
.AnyTagClassName
{
color: #CEC9AA;
}
</style>
background-color css
<style>
a { background-color: #CEC9AA; }
a { background-color: rgb(206,201,170); }
div.DivClassName
{
background-color: #CEC9AA;
}
.BgClassName
{
background-color: #CEC9AA;
}
</style>
border-color css
<style>
span { border-color: #CEC9AA; }
span { border-color: rgb(206,201,170); }
td.TdClassName
{
border-color: #CEC9AA;
}
.TagClassName
{
border-color: #CEC9AA;
}
</style>