Shades of Parchment #C8C2AD
Tints of Parchment #C8C2AD
RGB
CMYK
RGB Variations
Color information
#C8C2AD (or 0xC8C2AD) is known color: Parchment. HEX triplet: C8, C2 and AD. RGB value is (200,194,173). Sum of RGB (Red+Green+Blue) = 200+194+173=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2AD is #373D52. Grayscale: #C1C1C1. Windows color (decimal): -3620179 or 11387592. OLE color: 11387592.
HSL color Cylindrical-coordinate representation of color #C8C2AD: hue angle of 46.67º degrees, saturation: 0.2, 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 #C8C2AD is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 194 | 173 | - |
CMYK | 0 | 0.03 | 0.14 | 0.22 |
HSL | 46.67º | 0.2% | 0.73% | - |
HSV(B) | 46.67º | 0.14% | 0.78% | - |
XYZ | 50.65 | 53.88 | 47.27 | - |
YUV | 193.4 | 116.49 | 132.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 173 | 0 | 0.03 | 0.14 | 0.22 | 46.67 | 0.2 | 0.73 |
Hex | C8 | C2 | AD | 0 | 3 | E | 16 | 2F | 14 | 49 |
Octal | 310 | 302 | 255 | 0 | 3 | 16 | 26 | 57 | 24 | 111 |
Binary | 11001000 | 11000010 | 10101101 | 0 | 11 | 1110 | 10110 | 101111 | 10100 | 1001001 |
Color Harmonies of #C8C2AD
Complementary color
Monochromatic Colors of #C8C2AD
Black with #C8C2AD
Text Example
Text Example
White with #C8C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2AD; }
p { color: rgb(200,194,173); }
H1.HeaderClassName
{
color: #C8C2AD;
}
.AnyTagClassName
{
color: #C8C2AD;
}
</style>
background-color css
<style>
a { background-color: #C8C2AD; }
a { background-color: rgb(200,194,173); }
div.DivClassName
{
background-color: #C8C2AD;
}
.BgClassName
{
background-color: #C8C2AD;
}
</style>
border-color css
<style>
span { border-color: #C8C2AD; }
span { border-color: rgb(200,194,173); }
td.TdClassName
{
border-color: #C8C2AD;
}
.TagClassName
{
border-color: #C8C2AD;
}
</style>