Shades of Parchment #CFCAA7
Tints of Parchment #CFCAA7
RGB
CMYK
RGB Variations
Color information
#CFCAA7 (or 0xCFCAA7) is known color: Parchment. HEX triplet: CF, CA and A7. RGB value is (207,202,167). Sum of RGB (Red+Green+Blue) = 207+202+167=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAA7 is #303558. Grayscale: #C7C7C7. Windows color (decimal): -3159385 or 10996431. OLE color: 10996431.
HSL color Cylindrical-coordinate representation of color #CFCAA7: hue angle of 52.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCAA7 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 167 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.19 |
| HSL | 52.5º | 0.29% | 0.73% | - |
| HSV(B) | 52.5º | 0.19% | 0.81% | - |
| XYZ | 53.83 | 58.3 | 44.97 | - |
| YUV | 199.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 167 | 0 | 0.02 | 0.19 | 0.19 | 52.5 | 0.29 | 0.73 |
| Hex | CF | CA | A7 | 0 | 2 | 13 | 13 | 34 | 1D | 49 |
| Octal | 317 | 312 | 247 | 0 | 2 | 23 | 23 | 64 | 35 | 111 |
| Binary | 11001111 | 11001010 | 10100111 | 0 | 10 | 10011 | 10011 | 110100 | 11101 | 1001001 |
Color Harmonies of #CFCAA7
Complementary color
Monochromatic Colors of #CFCAA7
Black with #CFCAA7
Text Example
Text Example
White with #CFCAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAA7; }
p { color: rgb(207,202,167); }
H1.HeaderClassName
{
color: #CFCAA7;
}
.AnyTagClassName
{
color: #CFCAA7;
}
</style>
background-color css
<style>
a { background-color: #CFCAA7; }
a { background-color: rgb(207,202,167); }
div.DivClassName
{
background-color: #CFCAA7;
}
.BgClassName
{
background-color: #CFCAA7;
}
</style>
border-color css
<style>
span { border-color: #CFCAA7; }
span { border-color: rgb(207,202,167); }
td.TdClassName
{
border-color: #CFCAA7;
}
.TagClassName
{
border-color: #CFCAA7;
}
</style>