Shades of Parchment #CEC7B1
Tints of Parchment #CEC7B1
RGB
CMYK
RGB Variations
Color information
#CEC7B1 (or 0xCEC7B1) is known color: Parchment. HEX triplet: CE, C7 and B1. RGB value is (206,199,177). Sum of RGB (Red+Green+Blue) = 206+199+177=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7B1 is #31384E. Grayscale: #C6C6C6. Windows color (decimal): -3225679 or 11651022. OLE color: 11651022.
HSL color Cylindrical-coordinate representation of color #CEC7B1: hue angle of 45.52º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC7B1 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 177 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.19 |
| HSL | 45.52º | 0.23% | 0.75% | - |
| HSV(B) | 45.52º | 0.14% | 0.81% | - |
| XYZ | 53.81 | 57.14 | 49.79 | - |
| YUV | 198.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 177 | 0 | 0.03 | 0.14 | 0.19 | 45.52 | 0.23 | 0.75 |
| Hex | CE | C7 | B1 | 0 | 3 | E | 13 | 2E | 17 | 4B |
| Octal | 316 | 307 | 261 | 0 | 3 | 16 | 23 | 56 | 27 | 113 |
| Binary | 11001110 | 11000111 | 10110001 | 0 | 11 | 1110 | 10011 | 101110 | 10111 | 1001011 |
Color Harmonies of #CEC7B1
Complementary color
Monochromatic Colors of #CEC7B1
Black with #CEC7B1
Text Example
Text Example
White with #CEC7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7B1; }
p { color: rgb(206,199,177); }
H1.HeaderClassName
{
color: #CEC7B1;
}
.AnyTagClassName
{
color: #CEC7B1;
}
</style>
background-color css
<style>
a { background-color: #CEC7B1; }
a { background-color: rgb(206,199,177); }
div.DivClassName
{
background-color: #CEC7B1;
}
.BgClassName
{
background-color: #CEC7B1;
}
</style>
border-color css
<style>
span { border-color: #CEC7B1; }
span { border-color: rgb(206,199,177); }
td.TdClassName
{
border-color: #CEC7B1;
}
.TagClassName
{
border-color: #CEC7B1;
}
</style>