Shades of Parchment #CFC7A7
Tints of Parchment #CFC7A7
RGB
CMYK
RGB Variations
Color information
#CFC7A7 (or 0xCFC7A7) is known color: Parchment. HEX triplet: CF, C7 and A7. RGB value is (207,199,167). Sum of RGB (Red+Green+Blue) = 207+199+167=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC7A7 is #303858. Grayscale: #C5C5C5. Windows color (decimal): -3160153 or 10995663. OLE color: 10995663.
HSL color Cylindrical-coordinate representation of color #CFC7A7: hue angle of 48º degrees, saturation: 0.29, 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 #CFC7A7 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 167 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.19 |
| HSL | 48º | 0.29% | 0.73% | - |
| HSV(B) | 48º | 0.19% | 0.81% | - |
| XYZ | 53.13 | 56.9 | 44.74 | - |
| YUV | 197.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 167 | 0 | 0.04 | 0.19 | 0.19 | 48 | 0.29 | 0.73 |
| Hex | CF | C7 | A7 | 0 | 4 | 13 | 13 | 30 | 1D | 49 |
| Octal | 317 | 307 | 247 | 0 | 4 | 23 | 23 | 60 | 35 | 111 |
| Binary | 11001111 | 11000111 | 10100111 | 0 | 100 | 10011 | 10011 | 110000 | 11101 | 1001001 |
Color Harmonies of #CFC7A7
Complementary color
Monochromatic Colors of #CFC7A7
Black with #CFC7A7
Text Example
Text Example
White with #CFC7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7A7; }
p { color: rgb(207,199,167); }
H1.HeaderClassName
{
color: #CFC7A7;
}
.AnyTagClassName
{
color: #CFC7A7;
}
</style>
background-color css
<style>
a { background-color: #CFC7A7; }
a { background-color: rgb(207,199,167); }
div.DivClassName
{
background-color: #CFC7A7;
}
.BgClassName
{
background-color: #CFC7A7;
}
</style>
border-color css
<style>
span { border-color: #CFC7A7; }
span { border-color: rgb(207,199,167); }
td.TdClassName
{
border-color: #CFC7A7;
}
.TagClassName
{
border-color: #CFC7A7;
}
</style>