Shades of Parchment #CFC5AB
Tints of Parchment #CFC5AB
RGB
CMYK
RGB Variations
Color information
#CFC5AB (or 0xCFC5AB) is known color: Parchment. HEX triplet: CF, C5 and AB. RGB value is (207,197,171). Sum of RGB (Red+Green+Blue) = 207+197+171=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5AB is #303A54. Grayscale: #C5C5C5. Windows color (decimal): -3160661 or 11257295. OLE color: 11257295.
HSL color Cylindrical-coordinate representation of color #CFC5AB: hue angle of 43.33º 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 #CFC5AB is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 171 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.19 |
| HSL | 43.33º | 0.27% | 0.74% | - |
| HSV(B) | 43.33º | 0.17% | 0.81% | - |
| XYZ | 53.05 | 56.14 | 46.57 | - |
| YUV | 197.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 171 | 0 | 0.05 | 0.17 | 0.19 | 43.33 | 0.27 | 0.74 |
| Hex | CF | C5 | AB | 0 | 5 | 11 | 13 | 2B | 1B | 4A |
| Octal | 317 | 305 | 253 | 0 | 5 | 21 | 23 | 53 | 33 | 112 |
| Binary | 11001111 | 11000101 | 10101011 | 0 | 101 | 10001 | 10011 | 101011 | 11011 | 1001010 |
Color Harmonies of #CFC5AB
Complementary color
Monochromatic Colors of #CFC5AB
Black with #CFC5AB
Text Example
Text Example
White with #CFC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5AB; }
p { color: rgb(207,197,171); }
H1.HeaderClassName
{
color: #CFC5AB;
}
.AnyTagClassName
{
color: #CFC5AB;
}
</style>
background-color css
<style>
a { background-color: #CFC5AB; }
a { background-color: rgb(207,197,171); }
div.DivClassName
{
background-color: #CFC5AB;
}
.BgClassName
{
background-color: #CFC5AB;
}
</style>
border-color css
<style>
span { border-color: #CFC5AB; }
span { border-color: rgb(207,197,171); }
td.TdClassName
{
border-color: #CFC5AB;
}
.TagClassName
{
border-color: #CFC5AB;
}
</style>