Shades of Parchment #CFC9A9
Tints of Parchment #CFC9A9
RGB
CMYK
RGB Variations
Color information
#CFC9A9 (or 0xCFC9A9) is known color: Parchment. HEX triplet: CF, C9 and A9. RGB value is (207,201,169). Sum of RGB (Red+Green+Blue) = 207+201+169=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC9A9 is #303656. Grayscale: #C7C7C7. Windows color (decimal): -3159639 or 11127247. OLE color: 11127247.
HSL color Cylindrical-coordinate representation of color #CFC9A9: hue angle of 50.53º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFC9A9 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 169 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.19 |
| HSL | 50.53º | 0.28% | 0.74% | - |
| HSV(B) | 50.53º | 0.18% | 0.81% | - |
| XYZ | 53.78 | 57.9 | 45.88 | - |
| YUV | 199.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 169 | 0 | 0.03 | 0.18 | 0.19 | 50.53 | 0.28 | 0.74 |
| Hex | CF | C9 | A9 | 0 | 3 | 12 | 13 | 33 | 1C | 4A |
| Octal | 317 | 311 | 251 | 0 | 3 | 22 | 23 | 63 | 34 | 112 |
| Binary | 11001111 | 11001001 | 10101001 | 0 | 11 | 10010 | 10011 | 110011 | 11100 | 1001010 |
Color Harmonies of #CFC9A9
Complementary color
Monochromatic Colors of #CFC9A9
Black with #CFC9A9
Text Example
Text Example
White with #CFC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9A9; }
p { color: rgb(207,201,169); }
H1.HeaderClassName
{
color: #CFC9A9;
}
.AnyTagClassName
{
color: #CFC9A9;
}
</style>
background-color css
<style>
a { background-color: #CFC9A9; }
a { background-color: rgb(207,201,169); }
div.DivClassName
{
background-color: #CFC9A9;
}
.BgClassName
{
background-color: #CFC9A9;
}
</style>
border-color css
<style>
span { border-color: #CFC9A9; }
span { border-color: rgb(207,201,169); }
td.TdClassName
{
border-color: #CFC9A9;
}
.TagClassName
{
border-color: #CFC9A9;
}
</style>