Shades of Parchment #CFC5AA
Tints of Parchment #CFC5AA
RGB
CMYK
RGB Variations
Color information
#CFC5AA (or 0xCFC5AA) is known color: Parchment. HEX triplet: CF, C5 and AA. RGB value is (207,197,170). Sum of RGB (Red+Green+Blue) = 207+197+170=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5AA is #303A55. Grayscale: #C5C5C5. Windows color (decimal): -3160662 or 11191759. OLE color: 11191759.
HSL color Cylindrical-coordinate representation of color #CFC5AA: hue angle of 43.78º 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 #CFC5AA is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 170 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.19 |
| HSL | 43.78º | 0.28% | 0.74% | - |
| HSV(B) | 43.78º | 0.18% | 0.81% | - |
| XYZ | 52.95 | 56.1 | 46.07 | - |
| YUV | 196.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 170 | 0 | 0.05 | 0.18 | 0.19 | 43.78 | 0.28 | 0.74 |
| Hex | CF | C5 | AA | 0 | 5 | 12 | 13 | 2C | 1C | 4A |
| Octal | 317 | 305 | 252 | 0 | 5 | 22 | 23 | 54 | 34 | 112 |
| Binary | 11001111 | 11000101 | 10101010 | 0 | 101 | 10010 | 10011 | 101100 | 11100 | 1001010 |
Color Harmonies of #CFC5AA
Complementary color
Monochromatic Colors of #CFC5AA
Black with #CFC5AA
Text Example
Text Example
White with #CFC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5AA; }
p { color: rgb(207,197,170); }
H1.HeaderClassName
{
color: #CFC5AA;
}
.AnyTagClassName
{
color: #CFC5AA;
}
</style>
background-color css
<style>
a { background-color: #CFC5AA; }
a { background-color: rgb(207,197,170); }
div.DivClassName
{
background-color: #CFC5AA;
}
.BgClassName
{
background-color: #CFC5AA;
}
</style>
border-color css
<style>
span { border-color: #CFC5AA; }
span { border-color: rgb(207,197,170); }
td.TdClassName
{
border-color: #CFC5AA;
}
.TagClassName
{
border-color: #CFC5AA;
}
</style>