Shades of Parchment #CEC9AF
Tints of Parchment #CEC9AF
RGB
CMYK
RGB Variations
Color information
#CEC9AF (or 0xCEC9AF) is known color: Parchment. HEX triplet: CE, C9 and AF. RGB value is (206,201,175). Sum of RGB (Red+Green+Blue) = 206+201+175=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9AF is #313650. Grayscale: #C7C7C7. Windows color (decimal): -3225169 or 11520462. OLE color: 11520462.
HSL color Cylindrical-coordinate representation of color #CEC9AF: hue angle of 50.32º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC9AF is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 175 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.19 |
| HSL | 50.32º | 0.24% | 0.75% | - |
| HSV(B) | 50.32º | 0.15% | 0.81% | - |
| XYZ | 54.08 | 57.99 | 48.9 | - |
| YUV | 199.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 175 | 0 | 0.02 | 0.15 | 0.19 | 50.32 | 0.24 | 0.75 |
| Hex | CE | C9 | AF | 0 | 2 | F | 13 | 32 | 18 | 4B |
| Octal | 316 | 311 | 257 | 0 | 2 | 17 | 23 | 62 | 30 | 113 |
| Binary | 11001110 | 11001001 | 10101111 | 0 | 10 | 1111 | 10011 | 110010 | 11000 | 1001011 |
Color Harmonies of #CEC9AF
Complementary color
Monochromatic Colors of #CEC9AF
Black with #CEC9AF
Text Example
Text Example
White with #CEC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9AF; }
p { color: rgb(206,201,175); }
H1.HeaderClassName
{
color: #CEC9AF;
}
.AnyTagClassName
{
color: #CEC9AF;
}
</style>
background-color css
<style>
a { background-color: #CEC9AF; }
a { background-color: rgb(206,201,175); }
div.DivClassName
{
background-color: #CEC9AF;
}
.BgClassName
{
background-color: #CEC9AF;
}
</style>
border-color css
<style>
span { border-color: #CEC9AF; }
span { border-color: rgb(206,201,175); }
td.TdClassName
{
border-color: #CEC9AF;
}
.TagClassName
{
border-color: #CEC9AF;
}
</style>