Shades of Parchment #CEC7B3
Tints of Parchment #CEC7B3
RGB
CMYK
RGB Variations
Color information
#CEC7B3 (or 0xCEC7B3) is known color: Parchment. HEX triplet: CE, C7 and B3. RGB value is (206,199,179). Sum of RGB (Red+Green+Blue) = 206+199+179=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7B3 is #31384C. Grayscale: #C6C6C6. Windows color (decimal): -3225677 or 11782094. OLE color: 11782094.
HSL color Cylindrical-coordinate representation of color #CEC7B3: hue angle of 44.44º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC7B3 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 179 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.19 |
| HSL | 44.44º | 0.22% | 0.75% | - |
| HSV(B) | 44.44º | 0.13% | 0.81% | - |
| XYZ | 54.01 | 57.22 | 50.85 | - |
| YUV | 198.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 179 | 0 | 0.03 | 0.13 | 0.19 | 44.44 | 0.22 | 0.75 |
| Hex | CE | C7 | B3 | 0 | 3 | D | 13 | 2C | 16 | 4B |
| Octal | 316 | 307 | 263 | 0 | 3 | 15 | 23 | 54 | 26 | 113 |
| Binary | 11001110 | 11000111 | 10110011 | 0 | 11 | 1101 | 10011 | 101100 | 10110 | 1001011 |
Color Harmonies of #CEC7B3
Complementary color
Monochromatic Colors of #CEC7B3
Black with #CEC7B3
Text Example
Text Example
White with #CEC7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7B3; }
p { color: rgb(206,199,179); }
H1.HeaderClassName
{
color: #CEC7B3;
}
.AnyTagClassName
{
color: #CEC7B3;
}
</style>
background-color css
<style>
a { background-color: #CEC7B3; }
a { background-color: rgb(206,199,179); }
div.DivClassName
{
background-color: #CEC7B3;
}
.BgClassName
{
background-color: #CEC7B3;
}
</style>
border-color css
<style>
span { border-color: #CEC7B3; }
span { border-color: rgb(206,199,179); }
td.TdClassName
{
border-color: #CEC7B3;
}
.TagClassName
{
border-color: #CEC7B3;
}
</style>