Shades of Parchment #CFC8AC
Tints of Parchment #CFC8AC
RGB
CMYK
RGB Variations
Color information
#CFC8AC (or 0xCFC8AC) is known color: Parchment. HEX triplet: CF, C8 and AC. RGB value is (207,200,172). Sum of RGB (Red+Green+Blue) = 207+200+172=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC8AC is #303753. Grayscale: #C7C7C7. Windows color (decimal): -3159892 or 11323599. OLE color: 11323599.
HSL color Cylindrical-coordinate representation of color #CFC8AC: hue angle of 48º 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 #CFC8AC is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 172 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.19 |
| HSL | 48º | 0.27% | 0.74% | - |
| HSV(B) | 48º | 0.17% | 0.81% | - |
| XYZ | 53.83 | 57.55 | 47.3 | - |
| YUV | 198.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 172 | 0 | 0.03 | 0.17 | 0.19 | 48 | 0.27 | 0.74 |
| Hex | CF | C8 | AC | 0 | 3 | 11 | 13 | 30 | 1B | 4A |
| Octal | 317 | 310 | 254 | 0 | 3 | 21 | 23 | 60 | 33 | 112 |
| Binary | 11001111 | 11001000 | 10101100 | 0 | 11 | 10001 | 10011 | 110000 | 11011 | 1001010 |
Color Harmonies of #CFC8AC
Complementary color
Monochromatic Colors of #CFC8AC
Black with #CFC8AC
Text Example
Text Example
White with #CFC8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8AC; }
p { color: rgb(207,200,172); }
H1.HeaderClassName
{
color: #CFC8AC;
}
.AnyTagClassName
{
color: #CFC8AC;
}
</style>
background-color css
<style>
a { background-color: #CFC8AC; }
a { background-color: rgb(207,200,172); }
div.DivClassName
{
background-color: #CFC8AC;
}
.BgClassName
{
background-color: #CFC8AC;
}
</style>
border-color css
<style>
span { border-color: #CFC8AC; }
span { border-color: rgb(207,200,172); }
td.TdClassName
{
border-color: #CFC8AC;
}
.TagClassName
{
border-color: #CFC8AC;
}
</style>