Shades of Parchment #CFC8AE
Tints of Parchment #CFC8AE
RGB
CMYK
RGB Variations
Color information
#CFC8AE (or 0xCFC8AE) is known color: Parchment. HEX triplet: CF, C8 and AE. RGB value is (207,200,174). Sum of RGB (Red+Green+Blue) = 207+200+174=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC8AE is #303751. Grayscale: #C7C7C7. Windows color (decimal): -3159890 or 11454671. OLE color: 11454671.
HSL color Cylindrical-coordinate representation of color #CFC8AE: hue angle of 47.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC8AE is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 174 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.19 |
| HSL | 47.27º | 0.26% | 0.75% | - |
| HSV(B) | 47.27º | 0.16% | 0.81% | - |
| XYZ | 54.03 | 57.63 | 48.32 | - |
| YUV | 199.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 174 | 0 | 0.03 | 0.16 | 0.19 | 47.27 | 0.26 | 0.75 |
| Hex | CF | C8 | AE | 0 | 3 | 10 | 13 | 2F | 1A | 4B |
| Octal | 317 | 310 | 256 | 0 | 3 | 20 | 23 | 57 | 32 | 113 |
| Binary | 11001111 | 11001000 | 10101110 | 0 | 11 | 10000 | 10011 | 101111 | 11010 | 1001011 |
Color Harmonies of #CFC8AE
Complementary color
Monochromatic Colors of #CFC8AE
Black with #CFC8AE
Text Example
Text Example
White with #CFC8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8AE; }
p { color: rgb(207,200,174); }
H1.HeaderClassName
{
color: #CFC8AE;
}
.AnyTagClassName
{
color: #CFC8AE;
}
</style>
background-color css
<style>
a { background-color: #CFC8AE; }
a { background-color: rgb(207,200,174); }
div.DivClassName
{
background-color: #CFC8AE;
}
.BgClassName
{
background-color: #CFC8AE;
}
</style>
border-color css
<style>
span { border-color: #CFC8AE; }
span { border-color: rgb(207,200,174); }
td.TdClassName
{
border-color: #CFC8AE;
}
.TagClassName
{
border-color: #CFC8AE;
}
</style>