Shades of Parchment #CEC8B8
Tints of Parchment #CEC8B8
RGB
CMYK
RGB Variations
Color information
#CEC8B8 (or 0xCEC8B8) is known color: Parchment. HEX triplet: CE, C8 and B8. RGB value is (206,200,184). Sum of RGB (Red+Green+Blue) = 206+200+184=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8B8 is #313747. Grayscale: #C8C8C8. Windows color (decimal): -3225416 or 12110030. OLE color: 12110030.
HSL color Cylindrical-coordinate representation of color #CEC8B8: hue angle of 43.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC8B8 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 184 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.19 |
| HSL | 43.64º | 0.18% | 0.76% | - |
| HSV(B) | 43.64º | 0.11% | 0.81% | - |
| XYZ | 54.76 | 57.89 | 53.64 | - |
| YUV | 199.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 184 | 0 | 0.03 | 0.11 | 0.19 | 43.64 | 0.18 | 0.76 |
| Hex | CE | C8 | B8 | 0 | 3 | B | 13 | 2C | 12 | 4C |
| Octal | 316 | 310 | 270 | 0 | 3 | 13 | 23 | 54 | 22 | 114 |
| Binary | 11001110 | 11001000 | 10111000 | 0 | 11 | 1011 | 10011 | 101100 | 10010 | 1001100 |
Color Harmonies of #CEC8B8
Complementary color
Monochromatic Colors of #CEC8B8
Black with #CEC8B8
Text Example
Text Example
White with #CEC8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8B8; }
p { color: rgb(206,200,184); }
H1.HeaderClassName
{
color: #CEC8B8;
}
.AnyTagClassName
{
color: #CEC8B8;
}
</style>
background-color css
<style>
a { background-color: #CEC8B8; }
a { background-color: rgb(206,200,184); }
div.DivClassName
{
background-color: #CEC8B8;
}
.BgClassName
{
background-color: #CEC8B8;
}
</style>
border-color css
<style>
span { border-color: #CEC8B8; }
span { border-color: rgb(206,200,184); }
td.TdClassName
{
border-color: #CEC8B8;
}
.TagClassName
{
border-color: #CEC8B8;
}
</style>