Shades of Parchment #CEC4AF
Tints of Parchment #CEC4AF
RGB
CMYK
RGB Variations
Color information
#CEC4AF (or 0xCEC4AF) is known color: Parchment. HEX triplet: CE, C4 and AF. RGB value is (206,196,175). Sum of RGB (Red+Green+Blue) = 206+196+175=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4AF is #313B50. Grayscale: #C4C4C4. Windows color (decimal): -3226449 or 11519182. OLE color: 11519182.
HSL color Cylindrical-coordinate representation of color #CEC4AF: hue angle of 40.65º 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 #CEC4AF is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 175 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.19 |
| HSL | 40.65º | 0.24% | 0.75% | - |
| HSV(B) | 40.65º | 0.15% | 0.81% | - |
| XYZ | 52.93 | 55.7 | 48.52 | - |
| YUV | 196.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 175 | 0 | 0.05 | 0.15 | 0.19 | 40.65 | 0.24 | 0.75 |
| Hex | CE | C4 | AF | 0 | 5 | F | 13 | 29 | 18 | 4B |
| Octal | 316 | 304 | 257 | 0 | 5 | 17 | 23 | 51 | 30 | 113 |
| Binary | 11001110 | 11000100 | 10101111 | 0 | 101 | 1111 | 10011 | 101001 | 11000 | 1001011 |
Color Harmonies of #CEC4AF
Complementary color
Monochromatic Colors of #CEC4AF
Black with #CEC4AF
Text Example
Text Example
White with #CEC4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4AF; }
p { color: rgb(206,196,175); }
H1.HeaderClassName
{
color: #CEC4AF;
}
.AnyTagClassName
{
color: #CEC4AF;
}
</style>
background-color css
<style>
a { background-color: #CEC4AF; }
a { background-color: rgb(206,196,175); }
div.DivClassName
{
background-color: #CEC4AF;
}
.BgClassName
{
background-color: #CEC4AF;
}
</style>
border-color css
<style>
span { border-color: #CEC4AF; }
span { border-color: rgb(206,196,175); }
td.TdClassName
{
border-color: #CEC4AF;
}
.TagClassName
{
border-color: #CEC4AF;
}
</style>