Shades of Parchment #CFC6AF
Tints of Parchment #CFC6AF
RGB
CMYK
RGB Variations
Color information
#CFC6AF (or 0xCFC6AF) is known color: Parchment. HEX triplet: CF, C6 and AF. RGB value is (207,198,175). Sum of RGB (Red+Green+Blue) = 207+198+175=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC6AF is #303950. Grayscale: #C6C6C6. Windows color (decimal): -3160401 or 11519695. OLE color: 11519695.
HSL color Cylindrical-coordinate representation of color #CFC6AF: hue angle of 43.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFC6AF is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 175 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.19 |
| HSL | 43.13º | 0.25% | 0.75% | - |
| HSV(B) | 43.13º | 0.15% | 0.81% | - |
| XYZ | 53.66 | 56.75 | 48.68 | - |
| YUV | 198.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 175 | 0 | 0.04 | 0.15 | 0.19 | 43.13 | 0.25 | 0.75 |
| Hex | CF | C6 | AF | 0 | 4 | F | 13 | 2B | 19 | 4B |
| Octal | 317 | 306 | 257 | 0 | 4 | 17 | 23 | 53 | 31 | 113 |
| Binary | 11001111 | 11000110 | 10101111 | 0 | 100 | 1111 | 10011 | 101011 | 11001 | 1001011 |
Color Harmonies of #CFC6AF
Complementary color
Monochromatic Colors of #CFC6AF
Black with #CFC6AF
Text Example
Text Example
White with #CFC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6AF; }
p { color: rgb(207,198,175); }
H1.HeaderClassName
{
color: #CFC6AF;
}
.AnyTagClassName
{
color: #CFC6AF;
}
</style>
background-color css
<style>
a { background-color: #CFC6AF; }
a { background-color: rgb(207,198,175); }
div.DivClassName
{
background-color: #CFC6AF;
}
.BgClassName
{
background-color: #CFC6AF;
}
</style>
border-color css
<style>
span { border-color: #CFC6AF; }
span { border-color: rgb(207,198,175); }
td.TdClassName
{
border-color: #CFC6AF;
}
.TagClassName
{
border-color: #CFC6AF;
}
</style>