Shades of Parchment #CEC7B0
Tints of Parchment #CEC7B0
RGB
CMYK
RGB Variations
Color information
#CEC7B0 (or 0xCEC7B0) is known color: Parchment. HEX triplet: CE, C7 and B0. RGB value is (206,199,176). Sum of RGB (Red+Green+Blue) = 206+199+176=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7B0 is #31384F. Grayscale: #C6C6C6. Windows color (decimal): -3225680 or 11585486. OLE color: 11585486.
HSL color Cylindrical-coordinate representation of color #CEC7B0: hue angle of 46º degrees, saturation: 0.23, 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 #CEC7B0 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 176 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.19 |
| HSL | 46º | 0.23% | 0.75% | - |
| HSV(B) | 46º | 0.15% | 0.81% | - |
| XYZ | 53.71 | 57.1 | 49.27 | - |
| YUV | 198.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 176 | 0 | 0.03 | 0.15 | 0.19 | 46 | 0.23 | 0.75 |
| Hex | CE | C7 | B0 | 0 | 3 | F | 13 | 2E | 17 | 4B |
| Octal | 316 | 307 | 260 | 0 | 3 | 17 | 23 | 56 | 27 | 113 |
| Binary | 11001110 | 11000111 | 10110000 | 0 | 11 | 1111 | 10011 | 101110 | 10111 | 1001011 |
Color Harmonies of #CEC7B0
Complementary color
Monochromatic Colors of #CEC7B0
Black with #CEC7B0
Text Example
Text Example
White with #CEC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7B0; }
p { color: rgb(206,199,176); }
H1.HeaderClassName
{
color: #CEC7B0;
}
.AnyTagClassName
{
color: #CEC7B0;
}
</style>
background-color css
<style>
a { background-color: #CEC7B0; }
a { background-color: rgb(206,199,176); }
div.DivClassName
{
background-color: #CEC7B0;
}
.BgClassName
{
background-color: #CEC7B0;
}
</style>
border-color css
<style>
span { border-color: #CEC7B0; }
span { border-color: rgb(206,199,176); }
td.TdClassName
{
border-color: #CEC7B0;
}
.TagClassName
{
border-color: #CEC7B0;
}
</style>