Shades of Parchment #CEC5AF
Tints of Parchment #CEC5AF
RGB
CMYK
RGB Variations
Color information
#CEC5AF (or 0xCEC5AF) is known color: Parchment. HEX triplet: CE, C5 and AF. RGB value is (206,197,175). Sum of RGB (Red+Green+Blue) = 206+197+175=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5AF is #313A50. Grayscale: #C5C5C5. Windows color (decimal): -3226193 or 11519438. OLE color: 11519438.
HSL color Cylindrical-coordinate representation of color #CEC5AF: hue angle of 42.58º 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 #CEC5AF is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 175 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.19 |
| HSL | 42.58º | 0.24% | 0.75% | - |
| HSV(B) | 42.58º | 0.15% | 0.81% | - |
| XYZ | 53.16 | 56.15 | 48.59 | - |
| YUV | 197.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 175 | 0 | 0.04 | 0.15 | 0.19 | 42.58 | 0.24 | 0.75 |
| Hex | CE | C5 | AF | 0 | 4 | F | 13 | 2B | 18 | 4B |
| Octal | 316 | 305 | 257 | 0 | 4 | 17 | 23 | 53 | 30 | 113 |
| Binary | 11001110 | 11000101 | 10101111 | 0 | 100 | 1111 | 10011 | 101011 | 11000 | 1001011 |
Color Harmonies of #CEC5AF
Complementary color
Monochromatic Colors of #CEC5AF
Black with #CEC5AF
Text Example
Text Example
White with #CEC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5AF; }
p { color: rgb(206,197,175); }
H1.HeaderClassName
{
color: #CEC5AF;
}
.AnyTagClassName
{
color: #CEC5AF;
}
</style>
background-color css
<style>
a { background-color: #CEC5AF; }
a { background-color: rgb(206,197,175); }
div.DivClassName
{
background-color: #CEC5AF;
}
.BgClassName
{
background-color: #CEC5AF;
}
</style>
border-color css
<style>
span { border-color: #CEC5AF; }
span { border-color: rgb(206,197,175); }
td.TdClassName
{
border-color: #CEC5AF;
}
.TagClassName
{
border-color: #CEC5AF;
}
</style>