Shades of Parchment #CEC7A7
Tints of Parchment #CEC7A7
RGB
CMYK
RGB Variations
Color information
#CEC7A7 (or 0xCEC7A7) is known color: Parchment. HEX triplet: CE, C7 and A7. RGB value is (206,199,167). Sum of RGB (Red+Green+Blue) = 206+199+167=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7A7 is #313858. Grayscale: #C5C5C5. Windows color (decimal): -3225689 or 10995662. OLE color: 10995662.
HSL color Cylindrical-coordinate representation of color #CEC7A7: hue angle of 49.23º 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 #CEC7A7 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 167 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.19 |
| HSL | 49.23º | 0.28% | 0.73% | - |
| HSV(B) | 49.23º | 0.19% | 0.81% | - |
| XYZ | 52.85 | 56.76 | 44.73 | - |
| YUV | 197.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 167 | 0 | 0.03 | 0.19 | 0.19 | 49.23 | 0.28 | 0.73 |
| Hex | CE | C7 | A7 | 0 | 3 | 13 | 13 | 31 | 1C | 49 |
| Octal | 316 | 307 | 247 | 0 | 3 | 23 | 23 | 61 | 34 | 111 |
| Binary | 11001110 | 11000111 | 10100111 | 0 | 11 | 10011 | 10011 | 110001 | 11100 | 1001001 |
Color Harmonies of #CEC7A7
Complementary color
Monochromatic Colors of #CEC7A7
Black with #CEC7A7
Text Example
Text Example
White with #CEC7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7A7; }
p { color: rgb(206,199,167); }
H1.HeaderClassName
{
color: #CEC7A7;
}
.AnyTagClassName
{
color: #CEC7A7;
}
</style>
background-color css
<style>
a { background-color: #CEC7A7; }
a { background-color: rgb(206,199,167); }
div.DivClassName
{
background-color: #CEC7A7;
}
.BgClassName
{
background-color: #CEC7A7;
}
</style>
border-color css
<style>
span { border-color: #CEC7A7; }
span { border-color: rgb(206,199,167); }
td.TdClassName
{
border-color: #CEC7A7;
}
.TagClassName
{
border-color: #CEC7A7;
}
</style>