Shades of Parchment #CFC5AC
Tints of Parchment #CFC5AC
RGB
CMYK
RGB Variations
Color information
#CFC5AC (or 0xCFC5AC) is known color: Parchment. HEX triplet: CF, C5 and AC. RGB value is (207,197,172). Sum of RGB (Red+Green+Blue) = 207+197+172=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5AC is #303A53. Grayscale: #C5C5C5. Windows color (decimal): -3160660 or 11322831. OLE color: 11322831.
HSL color Cylindrical-coordinate representation of color #CFC5AC: hue angle of 42.86º 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 #CFC5AC is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 172 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.19 |
| HSL | 42.86º | 0.27% | 0.74% | - |
| HSV(B) | 42.86º | 0.17% | 0.81% | - |
| XYZ | 53.14 | 56.18 | 47.07 | - |
| YUV | 197.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 172 | 0 | 0.05 | 0.17 | 0.19 | 42.86 | 0.27 | 0.74 |
| Hex | CF | C5 | AC | 0 | 5 | 11 | 13 | 2B | 1B | 4A |
| Octal | 317 | 305 | 254 | 0 | 5 | 21 | 23 | 53 | 33 | 112 |
| Binary | 11001111 | 11000101 | 10101100 | 0 | 101 | 10001 | 10011 | 101011 | 11011 | 1001010 |
Color Harmonies of #CFC5AC
Complementary color
Monochromatic Colors of #CFC5AC
Black with #CFC5AC
Text Example
Text Example
White with #CFC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5AC; }
p { color: rgb(207,197,172); }
H1.HeaderClassName
{
color: #CFC5AC;
}
.AnyTagClassName
{
color: #CFC5AC;
}
</style>
background-color css
<style>
a { background-color: #CFC5AC; }
a { background-color: rgb(207,197,172); }
div.DivClassName
{
background-color: #CFC5AC;
}
.BgClassName
{
background-color: #CFC5AC;
}
</style>
border-color css
<style>
span { border-color: #CFC5AC; }
span { border-color: rgb(207,197,172); }
td.TdClassName
{
border-color: #CFC5AC;
}
.TagClassName
{
border-color: #CFC5AC;
}
</style>