Shades of Parchment #CFC6B4
Tints of Parchment #CFC6B4
RGB
CMYK
RGB Variations
Color information
#CFC6B4 (or 0xCFC6B4) is known color: Parchment. HEX triplet: CF, C6 and B4. RGB value is (207,198,180). Sum of RGB (Red+Green+Blue) = 207+198+180=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6B4 is #30394B. Grayscale: #C6C6C6. Windows color (decimal): -3160396 or 11847375. OLE color: 11847375.
HSL color Cylindrical-coordinate representation of color #CFC6B4: hue angle of 40º 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 #CFC6B4 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 180 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.19 |
| HSL | 40º | 0.22% | 0.76% | - |
| HSV(B) | 40º | 0.13% | 0.81% | - |
| XYZ | 54.16 | 56.95 | 51.32 | - |
| YUV | 198.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 180 | 0 | 0.04 | 0.13 | 0.19 | 40 | 0.22 | 0.76 |
| Hex | CF | C6 | B4 | 0 | 4 | D | 13 | 28 | 16 | 4C |
| Octal | 317 | 306 | 264 | 0 | 4 | 15 | 23 | 50 | 26 | 114 |
| Binary | 11001111 | 11000110 | 10110100 | 0 | 100 | 1101 | 10011 | 101000 | 10110 | 1001100 |
Color Harmonies of #CFC6B4
Complementary color
Monochromatic Colors of #CFC6B4
Black with #CFC6B4
Text Example
Text Example
White with #CFC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6B4; }
p { color: rgb(207,198,180); }
H1.HeaderClassName
{
color: #CFC6B4;
}
.AnyTagClassName
{
color: #CFC6B4;
}
</style>
background-color css
<style>
a { background-color: #CFC6B4; }
a { background-color: rgb(207,198,180); }
div.DivClassName
{
background-color: #CFC6B4;
}
.BgClassName
{
background-color: #CFC6B4;
}
</style>
border-color css
<style>
span { border-color: #CFC6B4; }
span { border-color: rgb(207,198,180); }
td.TdClassName
{
border-color: #CFC6B4;
}
.TagClassName
{
border-color: #CFC6B4;
}
</style>