Shades of Parchment #CFC9B4
Tints of Parchment #CFC9B4
RGB
CMYK
RGB Variations
Color information
#CFC9B4 (or 0xCFC9B4) is known color: Parchment. HEX triplet: CF, C9 and B4. RGB value is (207,201,180). Sum of RGB (Red+Green+Blue) = 207+201+180=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9B4 is #30364B. Grayscale: #C8C8C8. Windows color (decimal): -3159628 or 11848143. OLE color: 11848143.
HSL color Cylindrical-coordinate representation of color #CFC9B4: hue angle of 46.67º 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 #CFC9B4 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 180 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.19 |
| HSL | 46.67º | 0.22% | 0.76% | - |
| HSV(B) | 46.67º | 0.13% | 0.81% | - |
| XYZ | 54.86 | 58.33 | 51.55 | - |
| YUV | 200.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 180 | 0 | 0.03 | 0.13 | 0.19 | 46.67 | 0.22 | 0.76 |
| Hex | CF | C9 | B4 | 0 | 3 | D | 13 | 2F | 16 | 4C |
| Octal | 317 | 311 | 264 | 0 | 3 | 15 | 23 | 57 | 26 | 114 |
| Binary | 11001111 | 11001001 | 10110100 | 0 | 11 | 1101 | 10011 | 101111 | 10110 | 1001100 |
Color Harmonies of #CFC9B4
Complementary color
Monochromatic Colors of #CFC9B4
Black with #CFC9B4
Text Example
Text Example
White with #CFC9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9B4; }
p { color: rgb(207,201,180); }
H1.HeaderClassName
{
color: #CFC9B4;
}
.AnyTagClassName
{
color: #CFC9B4;
}
</style>
background-color css
<style>
a { background-color: #CFC9B4; }
a { background-color: rgb(207,201,180); }
div.DivClassName
{
background-color: #CFC9B4;
}
.BgClassName
{
background-color: #CFC9B4;
}
</style>
border-color css
<style>
span { border-color: #CFC9B4; }
span { border-color: rgb(207,201,180); }
td.TdClassName
{
border-color: #CFC9B4;
}
.TagClassName
{
border-color: #CFC9B4;
}
</style>