Shades of Parchment #CFC7AD
Tints of Parchment #CFC7AD
RGB
CMYK
RGB Variations
Color information
#CFC7AD (or 0xCFC7AD) is known color: Parchment. HEX triplet: CF, C7 and AD. RGB value is (207,199,173). Sum of RGB (Red+Green+Blue) = 207+199+173=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC7AD is #303852. Grayscale: #C6C6C6. Windows color (decimal): -3160147 or 11388879. OLE color: 11388879.
HSL color Cylindrical-coordinate representation of color #CFC7AD: hue angle of 45.88º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC7AD is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 173 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.19 |
| HSL | 45.88º | 0.26% | 0.75% | - |
| HSV(B) | 45.88º | 0.16% | 0.81% | - |
| XYZ | 53.7 | 57.13 | 47.73 | - |
| YUV | 198.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 173 | 0 | 0.04 | 0.16 | 0.19 | 45.88 | 0.26 | 0.75 |
| Hex | CF | C7 | AD | 0 | 4 | 10 | 13 | 2E | 1A | 4B |
| Octal | 317 | 307 | 255 | 0 | 4 | 20 | 23 | 56 | 32 | 113 |
| Binary | 11001111 | 11000111 | 10101101 | 0 | 100 | 10000 | 10011 | 101110 | 11010 | 1001011 |
Color Harmonies of #CFC7AD
Complementary color
Monochromatic Colors of #CFC7AD
Black with #CFC7AD
Text Example
Text Example
White with #CFC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7AD; }
p { color: rgb(207,199,173); }
H1.HeaderClassName
{
color: #CFC7AD;
}
.AnyTagClassName
{
color: #CFC7AD;
}
</style>
background-color css
<style>
a { background-color: #CFC7AD; }
a { background-color: rgb(207,199,173); }
div.DivClassName
{
background-color: #CFC7AD;
}
.BgClassName
{
background-color: #CFC7AD;
}
</style>
border-color css
<style>
span { border-color: #CFC7AD; }
span { border-color: rgb(207,199,173); }
td.TdClassName
{
border-color: #CFC7AD;
}
.TagClassName
{
border-color: #CFC7AD;
}
</style>