Shades of Parchment #CFC7A8
Tints of Parchment #CFC7A8
RGB
CMYK
RGB Variations
Color information
#CFC7A8 (or 0xCFC7A8) is known color: Parchment. HEX triplet: CF, C7 and A8. RGB value is (207,199,168). Sum of RGB (Red+Green+Blue) = 207+199+168=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC7A8 is #303857. Grayscale: #C5C5C5. Windows color (decimal): -3160152 or 11061199. OLE color: 11061199.
HSL color Cylindrical-coordinate representation of color #CFC7A8: hue angle of 47.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC7A8 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 199 | 168 | - |
CMYK | 0 | 0.04 | 0.19 | 0.19 |
HSL | 47.69º | 0.29% | 0.74% | - |
HSV(B) | 47.69º | 0.19% | 0.81% | - |
XYZ | 53.22 | 56.94 | 45.23 | - |
YUV | 197.86 | 111.15 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 168 | 0 | 0.04 | 0.19 | 0.19 | 47.69 | 0.29 | 0.74 |
Hex | CF | C7 | A8 | 0 | 4 | 13 | 13 | 30 | 1D | 4A |
Octal | 317 | 307 | 250 | 0 | 4 | 23 | 23 | 60 | 35 | 112 |
Binary | 11001111 | 11000111 | 10101000 | 0 | 100 | 10011 | 10011 | 110000 | 11101 | 1001010 |
Color Harmonies of #CFC7A8
Complementary color
Monochromatic Colors of #CFC7A8
Black with #CFC7A8
Text Example
Text Example
White with #CFC7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7A8; }
p { color: rgb(207,199,168); }
H1.HeaderClassName
{
color: #CFC7A8;
}
.AnyTagClassName
{
color: #CFC7A8;
}
</style>
background-color css
<style>
a { background-color: #CFC7A8; }
a { background-color: rgb(207,199,168); }
div.DivClassName
{
background-color: #CFC7A8;
}
.BgClassName
{
background-color: #CFC7A8;
}
</style>
border-color css
<style>
span { border-color: #CFC7A8; }
span { border-color: rgb(207,199,168); }
td.TdClassName
{
border-color: #CFC7A8;
}
.TagClassName
{
border-color: #CFC7A8;
}
</style>