Shades of Parchment #CEC7B7
Tints of Parchment #CEC7B7
RGB
CMYK
RGB Variations
Color information
#CEC7B7 (or 0xCEC7B7) is known color: Parchment. HEX triplet: CE, C7 and B7. RGB value is (206,199,183). Sum of RGB (Red+Green+Blue) = 206+199+183=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7B7 is #313848. Grayscale: #C7C7C7. Windows color (decimal): -3225673 or 12044238. OLE color: 12044238.
HSL color Cylindrical-coordinate representation of color #CEC7B7: hue angle of 41.74º degrees, saturation: 0.19, 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 #CEC7B7 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 183 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.19 |
| HSL | 41.74º | 0.19% | 0.76% | - |
| HSV(B) | 41.74º | 0.11% | 0.81% | - |
| XYZ | 54.42 | 57.39 | 53.01 | - |
| YUV | 199.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 183 | 0 | 0.03 | 0.11 | 0.19 | 41.74 | 0.19 | 0.76 |
| Hex | CE | C7 | B7 | 0 | 3 | B | 13 | 2A | 13 | 4C |
| Octal | 316 | 307 | 267 | 0 | 3 | 13 | 23 | 52 | 23 | 114 |
| Binary | 11001110 | 11000111 | 10110111 | 0 | 11 | 1011 | 10011 | 101010 | 10011 | 1001100 |
Color Harmonies of #CEC7B7
Complementary color
Monochromatic Colors of #CEC7B7
Black with #CEC7B7
Text Example
Text Example
White with #CEC7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7B7; }
p { color: rgb(206,199,183); }
H1.HeaderClassName
{
color: #CEC7B7;
}
.AnyTagClassName
{
color: #CEC7B7;
}
</style>
background-color css
<style>
a { background-color: #CEC7B7; }
a { background-color: rgb(206,199,183); }
div.DivClassName
{
background-color: #CEC7B7;
}
.BgClassName
{
background-color: #CEC7B7;
}
</style>
border-color css
<style>
span { border-color: #CEC7B7; }
span { border-color: rgb(206,199,183); }
td.TdClassName
{
border-color: #CEC7B7;
}
.TagClassName
{
border-color: #CEC7B7;
}
</style>