Shades of Parchment #CEC8B4
Tints of Parchment #CEC8B4
RGB
CMYK
RGB Variations
Color information
#CEC8B4 (or 0xCEC8B4) is known color: Parchment. HEX triplet: CE, C8 and B4. RGB value is (206,200,180). Sum of RGB (Red+Green+Blue) = 206+200+180=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8B4 is #31374B. Grayscale: #C7C7C7. Windows color (decimal): -3225420 or 11847886. OLE color: 11847886.
HSL color Cylindrical-coordinate representation of color #CEC8B4: hue angle of 46.15º 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 #CEC8B4 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 180 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.19 |
| HSL | 46.15º | 0.21% | 0.76% | - |
| HSV(B) | 46.15º | 0.13% | 0.81% | - |
| XYZ | 54.35 | 57.73 | 51.46 | - |
| YUV | 199.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 180 | 0 | 0.03 | 0.13 | 0.19 | 46.15 | 0.21 | 0.76 |
| Hex | CE | C8 | B4 | 0 | 3 | D | 13 | 2E | 15 | 4C |
| Octal | 316 | 310 | 264 | 0 | 3 | 15 | 23 | 56 | 25 | 114 |
| Binary | 11001110 | 11001000 | 10110100 | 0 | 11 | 1101 | 10011 | 101110 | 10101 | 1001100 |
Color Harmonies of #CEC8B4
Complementary color
Monochromatic Colors of #CEC8B4
Black with #CEC8B4
Text Example
Text Example
White with #CEC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8B4; }
p { color: rgb(206,200,180); }
H1.HeaderClassName
{
color: #CEC8B4;
}
.AnyTagClassName
{
color: #CEC8B4;
}
</style>
background-color css
<style>
a { background-color: #CEC8B4; }
a { background-color: rgb(206,200,180); }
div.DivClassName
{
background-color: #CEC8B4;
}
.BgClassName
{
background-color: #CEC8B4;
}
</style>
border-color css
<style>
span { border-color: #CEC8B4; }
span { border-color: rgb(206,200,180); }
td.TdClassName
{
border-color: #CEC8B4;
}
.TagClassName
{
border-color: #CEC8B4;
}
</style>