Shades of Parchment #CFC9AB
Tints of Parchment #CFC9AB
RGB
CMYK
RGB Variations
Color information
#CFC9AB (or 0xCFC9AB) is known color: Parchment. HEX triplet: CF, C9 and AB. RGB value is (207,201,171). Sum of RGB (Red+Green+Blue) = 207+201+171=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC9AB is #303654. Grayscale: #C7C7C7. Windows color (decimal): -3159637 or 11258319. OLE color: 11258319.
HSL color Cylindrical-coordinate representation of color #CFC9AB: hue angle of 50º 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 #CFC9AB is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 171 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.19 |
| HSL | 50º | 0.27% | 0.74% | - |
| HSV(B) | 50º | 0.17% | 0.81% | - |
| XYZ | 53.97 | 57.98 | 46.87 | - |
| YUV | 199.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 171 | 0 | 0.03 | 0.17 | 0.19 | 50 | 0.27 | 0.74 |
| Hex | CF | C9 | AB | 0 | 3 | 11 | 13 | 32 | 1B | 4A |
| Octal | 317 | 311 | 253 | 0 | 3 | 21 | 23 | 62 | 33 | 112 |
| Binary | 11001111 | 11001001 | 10101011 | 0 | 11 | 10001 | 10011 | 110010 | 11011 | 1001010 |
Color Harmonies of #CFC9AB
Complementary color
Monochromatic Colors of #CFC9AB
Black with #CFC9AB
Text Example
Text Example
White with #CFC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9AB; }
p { color: rgb(207,201,171); }
H1.HeaderClassName
{
color: #CFC9AB;
}
.AnyTagClassName
{
color: #CFC9AB;
}
</style>
background-color css
<style>
a { background-color: #CFC9AB; }
a { background-color: rgb(207,201,171); }
div.DivClassName
{
background-color: #CFC9AB;
}
.BgClassName
{
background-color: #CFC9AB;
}
</style>
border-color css
<style>
span { border-color: #CFC9AB; }
span { border-color: rgb(207,201,171); }
td.TdClassName
{
border-color: #CFC9AB;
}
.TagClassName
{
border-color: #CFC9AB;
}
</style>