Shades of Parchment #CFC9B6
Tints of Parchment #CFC9B6
RGB
CMYK
RGB Variations
Color information
#CFC9B6 (or 0xCFC9B6) is known color: Parchment. HEX triplet: CF, C9 and B6. RGB value is (207,201,182). Sum of RGB (Red+Green+Blue) = 207+201+182=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9B6 is #303649. Grayscale: #C8C8C8. Windows color (decimal): -3159626 or 11979215. OLE color: 11979215.
HSL color Cylindrical-coordinate representation of color #CFC9B6: hue angle of 45.6º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC9B6 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 182 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.19 |
| HSL | 45.6º | 0.21% | 0.76% | - |
| HSV(B) | 45.6º | 0.12% | 0.81% | - |
| XYZ | 55.06 | 58.42 | 52.63 | - |
| YUV | 200.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 182 | 0 | 0.03 | 0.12 | 0.19 | 45.6 | 0.21 | 0.76 |
| Hex | CF | C9 | B6 | 0 | 3 | C | 13 | 2E | 15 | 4C |
| Octal | 317 | 311 | 266 | 0 | 3 | 14 | 23 | 56 | 25 | 114 |
| Binary | 11001111 | 11001001 | 10110110 | 0 | 11 | 1100 | 10011 | 101110 | 10101 | 1001100 |
Color Harmonies of #CFC9B6
Complementary color
Monochromatic Colors of #CFC9B6
Black with #CFC9B6
Text Example
Text Example
White with #CFC9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9B6; }
p { color: rgb(207,201,182); }
H1.HeaderClassName
{
color: #CFC9B6;
}
.AnyTagClassName
{
color: #CFC9B6;
}
</style>
background-color css
<style>
a { background-color: #CFC9B6; }
a { background-color: rgb(207,201,182); }
div.DivClassName
{
background-color: #CFC9B6;
}
.BgClassName
{
background-color: #CFC9B6;
}
</style>
border-color css
<style>
span { border-color: #CFC9B6; }
span { border-color: rgb(207,201,182); }
td.TdClassName
{
border-color: #CFC9B6;
}
.TagClassName
{
border-color: #CFC9B6;
}
</style>