Shades of Parchment #CEC7B2
Tints of Parchment #CEC7B2
RGB
CMYK
RGB Variations
Color information
#CEC7B2 (or 0xCEC7B2) is known color: Parchment. HEX triplet: CE, C7 and B2. RGB value is (206,199,178). Sum of RGB (Red+Green+Blue) = 206+199+178=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7B2 is #31384D. Grayscale: #C6C6C6. Windows color (decimal): -3225678 or 11716558. OLE color: 11716558.
HSL color Cylindrical-coordinate representation of color #CEC7B2: hue angle of 45º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC7B2 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 178 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.19 |
| HSL | 45º | 0.22% | 0.75% | - |
| HSV(B) | 45º | 0.14% | 0.81% | - |
| XYZ | 53.91 | 57.18 | 50.32 | - |
| YUV | 198.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 178 | 0 | 0.03 | 0.14 | 0.19 | 45 | 0.22 | 0.75 |
| Hex | CE | C7 | B2 | 0 | 3 | E | 13 | 2D | 16 | 4B |
| Octal | 316 | 307 | 262 | 0 | 3 | 16 | 23 | 55 | 26 | 113 |
| Binary | 11001110 | 11000111 | 10110010 | 0 | 11 | 1110 | 10011 | 101101 | 10110 | 1001011 |
Color Harmonies of #CEC7B2
Complementary color
Monochromatic Colors of #CEC7B2
Black with #CEC7B2
Text Example
Text Example
White with #CEC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7B2; }
p { color: rgb(206,199,178); }
H1.HeaderClassName
{
color: #CEC7B2;
}
.AnyTagClassName
{
color: #CEC7B2;
}
</style>
background-color css
<style>
a { background-color: #CEC7B2; }
a { background-color: rgb(206,199,178); }
div.DivClassName
{
background-color: #CEC7B2;
}
.BgClassName
{
background-color: #CEC7B2;
}
</style>
border-color css
<style>
span { border-color: #CEC7B2; }
span { border-color: rgb(206,199,178); }
td.TdClassName
{
border-color: #CEC7B2;
}
.TagClassName
{
border-color: #CEC7B2;
}
</style>