Shades of Parchment #CEC7AF
Tints of Parchment #CEC7AF
RGB
CMYK
RGB Variations
Color information
#CEC7AF (or 0xCEC7AF) is known color: Parchment. HEX triplet: CE, C7 and AF. RGB value is (206,199,175). Sum of RGB (Red+Green+Blue) = 206+199+175=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7AF is #313850. Grayscale: #C6C6C6. Windows color (decimal): -3225681 or 11519950. OLE color: 11519950.
HSL color Cylindrical-coordinate representation of color #CEC7AF: hue angle of 46.45º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC7AF is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 199 | 175 | - |
CMYK | 0 | 0.03 | 0.15 | 0.19 |
HSL | 46.45º | 0.24% | 0.75% | - |
HSV(B) | 46.45º | 0.15% | 0.81% | - |
XYZ | 53.61 | 57.06 | 48.75 | - |
YUV | 198.36 | 114.82 | 133.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 175 | 0 | 0.03 | 0.15 | 0.19 | 46.45 | 0.24 | 0.75 |
Hex | CE | C7 | AF | 0 | 3 | F | 13 | 2E | 18 | 4B |
Octal | 316 | 307 | 257 | 0 | 3 | 17 | 23 | 56 | 30 | 113 |
Binary | 11001110 | 11000111 | 10101111 | 0 | 11 | 1111 | 10011 | 101110 | 11000 | 1001011 |
Color Harmonies of #CEC7AF
Complementary color
Monochromatic Colors of #CEC7AF
Black with #CEC7AF
Text Example
Text Example
White with #CEC7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7AF; }
p { color: rgb(206,199,175); }
H1.HeaderClassName
{
color: #CEC7AF;
}
.AnyTagClassName
{
color: #CEC7AF;
}
</style>
background-color css
<style>
a { background-color: #CEC7AF; }
a { background-color: rgb(206,199,175); }
div.DivClassName
{
background-color: #CEC7AF;
}
.BgClassName
{
background-color: #CEC7AF;
}
</style>
border-color css
<style>
span { border-color: #CEC7AF; }
span { border-color: rgb(206,199,175); }
td.TdClassName
{
border-color: #CEC7AF;
}
.TagClassName
{
border-color: #CEC7AF;
}
</style>