Shades of Parchment #CFC6AB
Tints of Parchment #CFC6AB
RGB
CMYK
RGB Variations
Color information
#CFC6AB (or 0xCFC6AB) is known color: Parchment. HEX triplet: CF, C6 and AB. RGB value is (207,198,171). Sum of RGB (Red+Green+Blue) = 207+198+171=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC6AB is #303954. Grayscale: #C5C5C5. Windows color (decimal): -3160405 or 11257551. OLE color: 11257551.
HSL color Cylindrical-coordinate representation of color #CFC6AB: hue angle of 45º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC6AB is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 171 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.19 |
| HSL | 45º | 0.27% | 0.74% | - |
| HSV(B) | 45º | 0.17% | 0.81% | - |
| XYZ | 53.28 | 56.59 | 46.64 | - |
| YUV | 197.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 171 | 0 | 0.04 | 0.17 | 0.19 | 45 | 0.27 | 0.74 |
| Hex | CF | C6 | AB | 0 | 4 | 11 | 13 | 2D | 1B | 4A |
| Octal | 317 | 306 | 253 | 0 | 4 | 21 | 23 | 55 | 33 | 112 |
| Binary | 11001111 | 11000110 | 10101011 | 0 | 100 | 10001 | 10011 | 101101 | 11011 | 1001010 |
Color Harmonies of #CFC6AB
Complementary color
Monochromatic Colors of #CFC6AB
Black with #CFC6AB
Text Example
Text Example
White with #CFC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6AB; }
p { color: rgb(207,198,171); }
H1.HeaderClassName
{
color: #CFC6AB;
}
.AnyTagClassName
{
color: #CFC6AB;
}
</style>
background-color css
<style>
a { background-color: #CFC6AB; }
a { background-color: rgb(207,198,171); }
div.DivClassName
{
background-color: #CFC6AB;
}
.BgClassName
{
background-color: #CFC6AB;
}
</style>
border-color css
<style>
span { border-color: #CFC6AB; }
span { border-color: rgb(207,198,171); }
td.TdClassName
{
border-color: #CFC6AB;
}
.TagClassName
{
border-color: #CFC6AB;
}
</style>