Shades of Parchment #CFC5AE
Tints of Parchment #CFC5AE
RGB
CMYK
RGB Variations
Color information
#CFC5AE (or 0xCFC5AE) is known color: Parchment. HEX triplet: CF, C5 and AE. RGB value is (207,197,174). Sum of RGB (Red+Green+Blue) = 207+197+174=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5AE is #303A51. Grayscale: #C5C5C5. Windows color (decimal): -3160658 or 11453903. OLE color: 11453903.
HSL color Cylindrical-coordinate representation of color #CFC5AE: hue angle of 41.82º 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 #CFC5AE is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 174 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.19 |
| HSL | 41.82º | 0.26% | 0.75% | - |
| HSV(B) | 41.82º | 0.16% | 0.81% | - |
| XYZ | 53.34 | 56.25 | 48.09 | - |
| YUV | 197.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 174 | 0 | 0.05 | 0.16 | 0.19 | 41.82 | 0.26 | 0.75 |
| Hex | CF | C5 | AE | 0 | 5 | 10 | 13 | 2A | 1A | 4B |
| Octal | 317 | 305 | 256 | 0 | 5 | 20 | 23 | 52 | 32 | 113 |
| Binary | 11001111 | 11000101 | 10101110 | 0 | 101 | 10000 | 10011 | 101010 | 11010 | 1001011 |
Color Harmonies of #CFC5AE
Complementary color
Monochromatic Colors of #CFC5AE
Black with #CFC5AE
Text Example
Text Example
White with #CFC5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5AE; }
p { color: rgb(207,197,174); }
H1.HeaderClassName
{
color: #CFC5AE;
}
.AnyTagClassName
{
color: #CFC5AE;
}
</style>
background-color css
<style>
a { background-color: #CFC5AE; }
a { background-color: rgb(207,197,174); }
div.DivClassName
{
background-color: #CFC5AE;
}
.BgClassName
{
background-color: #CFC5AE;
}
</style>
border-color css
<style>
span { border-color: #CFC5AE; }
span { border-color: rgb(207,197,174); }
td.TdClassName
{
border-color: #CFC5AE;
}
.TagClassName
{
border-color: #CFC5AE;
}
</style>