Shades of Parchment #CEC6A7
Tints of Parchment #CEC6A7
RGB
CMYK
RGB Variations
Color information
#CEC6A7 (or 0xCEC6A7) is known color: Parchment. HEX triplet: CE, C6 and A7. RGB value is (206,198,167). Sum of RGB (Red+Green+Blue) = 206+198+167=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 167 (65.62% from 255 or 29.25% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6A7 is #313958. Grayscale: #C4C4C4. Windows color (decimal): -3225945 or 10995406. OLE color: 10995406.
HSL color Cylindrical-coordinate representation of color #CEC6A7: hue angle of 47.69º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC6A7 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 167 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.19 |
| HSL | 47.69º | 0.28% | 0.73% | - |
| HSV(B) | 47.69º | 0.19% | 0.81% | - |
| XYZ | 52.62 | 56.3 | 44.65 | - |
| YUV | 196.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 167 | 0 | 0.04 | 0.19 | 0.19 | 47.69 | 0.28 | 0.73 |
| Hex | CE | C6 | A7 | 0 | 4 | 13 | 13 | 30 | 1C | 49 |
| Octal | 316 | 306 | 247 | 0 | 4 | 23 | 23 | 60 | 34 | 111 |
| Binary | 11001110 | 11000110 | 10100111 | 0 | 100 | 10011 | 10011 | 110000 | 11100 | 1001001 |
Color Harmonies of #CEC6A7
Complementary color
Monochromatic Colors of #CEC6A7
Black with #CEC6A7
Text Example
Text Example
White with #CEC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6A7; }
p { color: rgb(206,198,167); }
H1.HeaderClassName
{
color: #CEC6A7;
}
.AnyTagClassName
{
color: #CEC6A7;
}
</style>
background-color css
<style>
a { background-color: #CEC6A7; }
a { background-color: rgb(206,198,167); }
div.DivClassName
{
background-color: #CEC6A7;
}
.BgClassName
{
background-color: #CEC6A7;
}
</style>
border-color css
<style>
span { border-color: #CEC6A7; }
span { border-color: rgb(206,198,167); }
td.TdClassName
{
border-color: #CEC6A7;
}
.TagClassName
{
border-color: #CEC6A7;
}
</style>