Shades of Parchment #CEC6B4
Tints of Parchment #CEC6B4
RGB
CMYK
RGB Variations
Color information
#CEC6B4 (or 0xCEC6B4) is known color: Parchment. HEX triplet: CE, C6 and B4. RGB value is (206,198,180). Sum of RGB (Red+Green+Blue) = 206+198+180=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6B4 is #31394B. Grayscale: #C6C6C6. Windows color (decimal): -3225932 or 11847374. OLE color: 11847374.
HSL color Cylindrical-coordinate representation of color #CEC6B4: hue angle of 41.54º 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 #CEC6B4 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 180 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.19 |
| HSL | 41.54º | 0.21% | 0.76% | - |
| HSV(B) | 41.54º | 0.13% | 0.81% | - |
| XYZ | 53.89 | 56.81 | 51.3 | - |
| YUV | 198.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 180 | 0 | 0.04 | 0.13 | 0.19 | 41.54 | 0.21 | 0.76 |
| Hex | CE | C6 | B4 | 0 | 4 | D | 13 | 2A | 15 | 4C |
| Octal | 316 | 306 | 264 | 0 | 4 | 15 | 23 | 52 | 25 | 114 |
| Binary | 11001110 | 11000110 | 10110100 | 0 | 100 | 1101 | 10011 | 101010 | 10101 | 1001100 |
Color Harmonies of #CEC6B4
Complementary color
Monochromatic Colors of #CEC6B4
Black with #CEC6B4
Text Example
Text Example
White with #CEC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6B4; }
p { color: rgb(206,198,180); }
H1.HeaderClassName
{
color: #CEC6B4;
}
.AnyTagClassName
{
color: #CEC6B4;
}
</style>
background-color css
<style>
a { background-color: #CEC6B4; }
a { background-color: rgb(206,198,180); }
div.DivClassName
{
background-color: #CEC6B4;
}
.BgClassName
{
background-color: #CEC6B4;
}
</style>
border-color css
<style>
span { border-color: #CEC6B4; }
span { border-color: rgb(206,198,180); }
td.TdClassName
{
border-color: #CEC6B4;
}
.TagClassName
{
border-color: #CEC6B4;
}
</style>