Shades of Parchment #CEC7B5
Tints of Parchment #CEC7B5
RGB
CMYK
RGB Variations
Color information
#CEC7B5 (or 0xCEC7B5) is known color: Parchment. HEX triplet: CE, C7 and B5. RGB value is (206,199,181). Sum of RGB (Red+Green+Blue) = 206+199+181=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7B5 is #31384A. Grayscale: #C7C7C7. Windows color (decimal): -3225675 or 11913166. OLE color: 11913166.
HSL color Cylindrical-coordinate representation of color #CEC7B5: hue angle of 43.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC7B5 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 199 | 181 | - |
CMYK | 0 | 0.03 | 0.12 | 0.19 |
HSL | 43.2º | 0.2% | 0.76% | - |
HSV(B) | 43.2º | 0.12% | 0.81% | - |
XYZ | 54.22 | 57.3 | 51.92 | - |
YUV | 199.04 | 117.82 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 181 | 0 | 0.03 | 0.12 | 0.19 | 43.2 | 0.2 | 0.76 |
Hex | CE | C7 | B5 | 0 | 3 | C | 13 | 2B | 14 | 4C |
Octal | 316 | 307 | 265 | 0 | 3 | 14 | 23 | 53 | 24 | 114 |
Binary | 11001110 | 11000111 | 10110101 | 0 | 11 | 1100 | 10011 | 101011 | 10100 | 1001100 |
Color Harmonies of #CEC7B5
Complementary color
Monochromatic Colors of #CEC7B5
Black with #CEC7B5
Text Example
Text Example
White with #CEC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7B5; }
p { color: rgb(206,199,181); }
H1.HeaderClassName
{
color: #CEC7B5;
}
.AnyTagClassName
{
color: #CEC7B5;
}
</style>
background-color css
<style>
a { background-color: #CEC7B5; }
a { background-color: rgb(206,199,181); }
div.DivClassName
{
background-color: #CEC7B5;
}
.BgClassName
{
background-color: #CEC7B5;
}
</style>
border-color css
<style>
span { border-color: #CEC7B5; }
span { border-color: rgb(206,199,181); }
td.TdClassName
{
border-color: #CEC7B5;
}
.TagClassName
{
border-color: #CEC7B5;
}
</style>