Shades of Parchment #CEC8AF
Tints of Parchment #CEC8AF
RGB
CMYK
RGB Variations
Color information
#CEC8AF (or 0xCEC8AF) is known color: Parchment. HEX triplet: CE, C8 and AF. RGB value is (206,200,175). Sum of RGB (Red+Green+Blue) = 206+200+175=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8AF is #313750. Grayscale: #C7C7C7. Windows color (decimal): -3225425 or 11520206. OLE color: 11520206.
HSL color Cylindrical-coordinate representation of color #CEC8AF: hue angle of 48.39º 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 #CEC8AF is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 175 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.19 |
| HSL | 48.39º | 0.24% | 0.75% | - |
| HSV(B) | 48.39º | 0.15% | 0.81% | - |
| XYZ | 53.85 | 57.53 | 48.82 | - |
| YUV | 198.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 175 | 0 | 0.03 | 0.15 | 0.19 | 48.39 | 0.24 | 0.75 |
| Hex | CE | C8 | AF | 0 | 3 | F | 13 | 30 | 18 | 4B |
| Octal | 316 | 310 | 257 | 0 | 3 | 17 | 23 | 60 | 30 | 113 |
| Binary | 11001110 | 11001000 | 10101111 | 0 | 11 | 1111 | 10011 | 110000 | 11000 | 1001011 |
Color Harmonies of #CEC8AF
Complementary color
Monochromatic Colors of #CEC8AF
Black with #CEC8AF
Text Example
Text Example
White with #CEC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8AF; }
p { color: rgb(206,200,175); }
H1.HeaderClassName
{
color: #CEC8AF;
}
.AnyTagClassName
{
color: #CEC8AF;
}
</style>
background-color css
<style>
a { background-color: #CEC8AF; }
a { background-color: rgb(206,200,175); }
div.DivClassName
{
background-color: #CEC8AF;
}
.BgClassName
{
background-color: #CEC8AF;
}
</style>
border-color css
<style>
span { border-color: #CEC8AF; }
span { border-color: rgb(206,200,175); }
td.TdClassName
{
border-color: #CEC8AF;
}
.TagClassName
{
border-color: #CEC8AF;
}
</style>