Shades of Parchment #CEC7AA
Tints of Parchment #CEC7AA
RGB
CMYK
RGB Variations
Color information
#CEC7AA (or 0xCEC7AA) is known color: Parchment. HEX triplet: CE, C7 and AA. RGB value is (206,199,170). Sum of RGB (Red+Green+Blue) = 206+199+170=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7AA is #313855. Grayscale: #C5C5C5. Windows color (decimal): -3225686 or 11192270. OLE color: 11192270.
HSL color Cylindrical-coordinate representation of color #CEC7AA: hue angle of 48.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 #CEC7AA is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 170 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.19 |
| HSL | 48.33º | 0.27% | 0.74% | - |
| HSV(B) | 48.33º | 0.17% | 0.81% | - |
| XYZ | 53.13 | 56.87 | 46.21 | - |
| YUV | 197.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 170 | 0 | 0.03 | 0.17 | 0.19 | 48.33 | 0.27 | 0.74 |
| Hex | CE | C7 | AA | 0 | 3 | 11 | 13 | 30 | 1B | 4A |
| Octal | 316 | 307 | 252 | 0 | 3 | 21 | 23 | 60 | 33 | 112 |
| Binary | 11001110 | 11000111 | 10101010 | 0 | 11 | 10001 | 10011 | 110000 | 11011 | 1001010 |
Color Harmonies of #CEC7AA
Complementary color
Monochromatic Colors of #CEC7AA
Black with #CEC7AA
Text Example
Text Example
White with #CEC7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7AA; }
p { color: rgb(206,199,170); }
H1.HeaderClassName
{
color: #CEC7AA;
}
.AnyTagClassName
{
color: #CEC7AA;
}
</style>
background-color css
<style>
a { background-color: #CEC7AA; }
a { background-color: rgb(206,199,170); }
div.DivClassName
{
background-color: #CEC7AA;
}
.BgClassName
{
background-color: #CEC7AA;
}
</style>
border-color css
<style>
span { border-color: #CEC7AA; }
span { border-color: rgb(206,199,170); }
td.TdClassName
{
border-color: #CEC7AA;
}
.TagClassName
{
border-color: #CEC7AA;
}
</style>