Shades of Parchment #CEC7B4
Tints of Parchment #CEC7B4
RGB
CMYK
RGB Variations
Color information
#CEC7B4 (or 0xCEC7B4) is known color: Parchment. HEX triplet: CE, C7 and B4. RGB value is (206,199,180). Sum of RGB (Red+Green+Blue) = 206+199+180=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7B4 is #31384B. Grayscale: #C7C7C7. Windows color (decimal): -3225676 or 11847630. OLE color: 11847630.
HSL color Cylindrical-coordinate representation of color #CEC7B4: hue angle of 43.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC7B4 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 180 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.19 |
| HSL | 43.85º | 0.21% | 0.76% | - |
| HSV(B) | 43.85º | 0.13% | 0.81% | - |
| XYZ | 54.12 | 57.26 | 51.38 | - |
| YUV | 198.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 180 | 0 | 0.03 | 0.13 | 0.19 | 43.85 | 0.21 | 0.76 |
| Hex | CE | C7 | B4 | 0 | 3 | D | 13 | 2C | 15 | 4C |
| Octal | 316 | 307 | 264 | 0 | 3 | 15 | 23 | 54 | 25 | 114 |
| Binary | 11001110 | 11000111 | 10110100 | 0 | 11 | 1101 | 10011 | 101100 | 10101 | 1001100 |
Color Harmonies of #CEC7B4
Complementary color
Monochromatic Colors of #CEC7B4
Black with #CEC7B4
Text Example
Text Example
White with #CEC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7B4; }
p { color: rgb(206,199,180); }
H1.HeaderClassName
{
color: #CEC7B4;
}
.AnyTagClassName
{
color: #CEC7B4;
}
</style>
background-color css
<style>
a { background-color: #CEC7B4; }
a { background-color: rgb(206,199,180); }
div.DivClassName
{
background-color: #CEC7B4;
}
.BgClassName
{
background-color: #CEC7B4;
}
</style>
border-color css
<style>
span { border-color: #CEC7B4; }
span { border-color: rgb(206,199,180); }
td.TdClassName
{
border-color: #CEC7B4;
}
.TagClassName
{
border-color: #CEC7B4;
}
</style>