Shades of Parchment #CFC7A6
Tints of Parchment #CFC7A6
RGB
CMYK
RGB Variations
Color information
#CFC7A6 (or 0xCFC7A6) is known color: Parchment. HEX triplet: CF, C7 and A6. RGB value is (207,199,166). Sum of RGB (Red+Green+Blue) = 207+199+166=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC7A6 is #303859. Grayscale: #C5C5C5. Windows color (decimal): -3160154 or 10930127. OLE color: 10930127.
HSL color Cylindrical-coordinate representation of color #CFC7A6: hue angle of 48.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFC7A6 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 166 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.19 |
| HSL | 48.29º | 0.3% | 0.73% | - |
| HSV(B) | 48.29º | 0.2% | 0.81% | - |
| XYZ | 53.04 | 56.87 | 44.26 | - |
| YUV | 197.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 166 | 0 | 0.04 | 0.20 | 0.19 | 48.29 | 0.3 | 0.73 |
| Hex | CF | C7 | A6 | 0 | 4 | 14 | 13 | 30 | 1E | 49 |
| Octal | 317 | 307 | 246 | 0 | 4 | 24 | 23 | 60 | 36 | 111 |
| Binary | 11001111 | 11000111 | 10100110 | 0 | 100 | 10100 | 10011 | 110000 | 11110 | 1001001 |
Color Harmonies of #CFC7A6
Complementary color
Monochromatic Colors of #CFC7A6
Black with #CFC7A6
Text Example
Text Example
White with #CFC7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7A6; }
p { color: rgb(207,199,166); }
H1.HeaderClassName
{
color: #CFC7A6;
}
.AnyTagClassName
{
color: #CFC7A6;
}
</style>
background-color css
<style>
a { background-color: #CFC7A6; }
a { background-color: rgb(207,199,166); }
div.DivClassName
{
background-color: #CFC7A6;
}
.BgClassName
{
background-color: #CFC7A6;
}
</style>
border-color css
<style>
span { border-color: #CFC7A6; }
span { border-color: rgb(207,199,166); }
td.TdClassName
{
border-color: #CFC7A6;
}
.TagClassName
{
border-color: #CFC7A6;
}
</style>