Shades of Parchment #C7C1AD
Tints of Parchment #C7C1AD
RGB
CMYK
RGB Variations
Color information
#C7C1AD (or 0xC7C1AD) is known color: Parchment. HEX triplet: C7, C1 and AD. RGB value is (199,193,173). Sum of RGB (Red+Green+Blue) = 199+193+173=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C1AD is #383E52. Grayscale: #C0C0C0. Windows color (decimal): -3685971 or 11387335. OLE color: 11387335.
HSL color Cylindrical-coordinate representation of color #C7C1AD: hue angle of 46.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7C1AD is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 173 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.22 |
| HSL | 46.15º | 0.19% | 0.73% | - |
| HSV(B) | 46.15º | 0.13% | 0.78% | - |
| XYZ | 50.17 | 53.3 | 47.18 | - |
| YUV | 192.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 173 | 0 | 0.03 | 0.13 | 0.22 | 46.15 | 0.19 | 0.73 |
| Hex | C7 | C1 | AD | 0 | 3 | D | 16 | 2E | 13 | 49 |
| Octal | 307 | 301 | 255 | 0 | 3 | 15 | 26 | 56 | 23 | 111 |
| Binary | 11000111 | 11000001 | 10101101 | 0 | 11 | 1101 | 10110 | 101110 | 10011 | 1001001 |
Color Harmonies of #C7C1AD
Complementary color
Monochromatic Colors of #C7C1AD
Black with #C7C1AD
Text Example
Text Example
White with #C7C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1AD; }
p { color: rgb(199,193,173); }
H1.HeaderClassName
{
color: #C7C1AD;
}
.AnyTagClassName
{
color: #C7C1AD;
}
</style>
background-color css
<style>
a { background-color: #C7C1AD; }
a { background-color: rgb(199,193,173); }
div.DivClassName
{
background-color: #C7C1AD;
}
.BgClassName
{
background-color: #C7C1AD;
}
</style>
border-color css
<style>
span { border-color: #C7C1AD; }
span { border-color: rgb(199,193,173); }
td.TdClassName
{
border-color: #C7C1AD;
}
.TagClassName
{
border-color: #C7C1AD;
}
</style>