Shades of Parchment #CFC9AC
Tints of Parchment #CFC9AC
RGB
CMYK
RGB Variations
Color information
#CFC9AC (or 0xCFC9AC) is known color: Parchment. HEX triplet: CF, C9 and AC. RGB value is (207,201,172). Sum of RGB (Red+Green+Blue) = 207+201+172=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC9AC is #303653. Grayscale: #C7C7C7. Windows color (decimal): -3159636 or 11323855. OLE color: 11323855.
HSL color Cylindrical-coordinate representation of color #CFC9AC: hue angle of 49.71º 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 #CFC9AC is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 172 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.19 |
| HSL | 49.71º | 0.27% | 0.74% | - |
| HSV(B) | 49.71º | 0.17% | 0.81% | - |
| XYZ | 54.07 | 58.02 | 47.38 | - |
| YUV | 199.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 172 | 0 | 0.03 | 0.17 | 0.19 | 49.71 | 0.27 | 0.74 |
| Hex | CF | C9 | AC | 0 | 3 | 11 | 13 | 32 | 1B | 4A |
| Octal | 317 | 311 | 254 | 0 | 3 | 21 | 23 | 62 | 33 | 112 |
| Binary | 11001111 | 11001001 | 10101100 | 0 | 11 | 10001 | 10011 | 110010 | 11011 | 1001010 |
Color Harmonies of #CFC9AC
Complementary color
Monochromatic Colors of #CFC9AC
Black with #CFC9AC
Text Example
Text Example
White with #CFC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9AC; }
p { color: rgb(207,201,172); }
H1.HeaderClassName
{
color: #CFC9AC;
}
.AnyTagClassName
{
color: #CFC9AC;
}
</style>
background-color css
<style>
a { background-color: #CFC9AC; }
a { background-color: rgb(207,201,172); }
div.DivClassName
{
background-color: #CFC9AC;
}
.BgClassName
{
background-color: #CFC9AC;
}
</style>
border-color css
<style>
span { border-color: #CFC9AC; }
span { border-color: rgb(207,201,172); }
td.TdClassName
{
border-color: #CFC9AC;
}
.TagClassName
{
border-color: #CFC9AC;
}
</style>