Shades of Parchment #CEC5AA
Tints of Parchment #CEC5AA
RGB
CMYK
RGB Variations
Color information
#CEC5AA (or 0xCEC5AA) is known color: Parchment. HEX triplet: CE, C5 and AA. RGB value is (206,197,170). Sum of RGB (Red+Green+Blue) = 206+197+170=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5AA is #313A55. Grayscale: #C4C4C4. Windows color (decimal): -3226198 or 11191758. OLE color: 11191758.
HSL color Cylindrical-coordinate representation of color #CEC5AA: hue angle of 45º 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 #CEC5AA is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 170 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.19 |
| HSL | 45º | 0.27% | 0.74% | - |
| HSV(B) | 45º | 0.17% | 0.81% | - |
| XYZ | 52.68 | 55.96 | 46.05 | - |
| YUV | 196.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 170 | 0 | 0.04 | 0.17 | 0.19 | 45 | 0.27 | 0.74 |
| Hex | CE | C5 | AA | 0 | 4 | 11 | 13 | 2D | 1B | 4A |
| Octal | 316 | 305 | 252 | 0 | 4 | 21 | 23 | 55 | 33 | 112 |
| Binary | 11001110 | 11000101 | 10101010 | 0 | 100 | 10001 | 10011 | 101101 | 11011 | 1001010 |
Color Harmonies of #CEC5AA
Complementary color
Monochromatic Colors of #CEC5AA
Black with #CEC5AA
Text Example
Text Example
White with #CEC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5AA; }
p { color: rgb(206,197,170); }
H1.HeaderClassName
{
color: #CEC5AA;
}
.AnyTagClassName
{
color: #CEC5AA;
}
</style>
background-color css
<style>
a { background-color: #CEC5AA; }
a { background-color: rgb(206,197,170); }
div.DivClassName
{
background-color: #CEC5AA;
}
.BgClassName
{
background-color: #CEC5AA;
}
</style>
border-color css
<style>
span { border-color: #CEC5AA; }
span { border-color: rgb(206,197,170); }
td.TdClassName
{
border-color: #CEC5AA;
}
.TagClassName
{
border-color: #CEC5AA;
}
</style>