Shades of Parchment #CFC7B4
Tints of Parchment #CFC7B4
RGB
CMYK
RGB Variations
Color information
#CFC7B4 (or 0xCFC7B4) is known color: Parchment. HEX triplet: CF, C7 and B4. RGB value is (207,199,180). Sum of RGB (Red+Green+Blue) = 207+199+180=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7B4 is #30384B. Grayscale: #C7C7C7. Windows color (decimal): -3160140 or 11847631. OLE color: 11847631.
HSL color Cylindrical-coordinate representation of color #CFC7B4: hue angle of 42.22º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC7B4 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 180 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.19 |
| HSL | 42.22º | 0.22% | 0.76% | - |
| HSV(B) | 42.22º | 0.13% | 0.81% | - |
| XYZ | 54.39 | 57.41 | 51.39 | - |
| YUV | 199.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 180 | 0 | 0.04 | 0.13 | 0.19 | 42.22 | 0.22 | 0.76 |
| Hex | CF | C7 | B4 | 0 | 4 | D | 13 | 2A | 16 | 4C |
| Octal | 317 | 307 | 264 | 0 | 4 | 15 | 23 | 52 | 26 | 114 |
| Binary | 11001111 | 11000111 | 10110100 | 0 | 100 | 1101 | 10011 | 101010 | 10110 | 1001100 |
Color Harmonies of #CFC7B4
Complementary color
Monochromatic Colors of #CFC7B4
Black with #CFC7B4
Text Example
Text Example
White with #CFC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7B4; }
p { color: rgb(207,199,180); }
H1.HeaderClassName
{
color: #CFC7B4;
}
.AnyTagClassName
{
color: #CFC7B4;
}
</style>
background-color css
<style>
a { background-color: #CFC7B4; }
a { background-color: rgb(207,199,180); }
div.DivClassName
{
background-color: #CFC7B4;
}
.BgClassName
{
background-color: #CFC7B4;
}
</style>
border-color css
<style>
span { border-color: #CFC7B4; }
span { border-color: rgb(207,199,180); }
td.TdClassName
{
border-color: #CFC7B4;
}
.TagClassName
{
border-color: #CFC7B4;
}
</style>