Shades of Parchment #C8C2AC
Tints of Parchment #C8C2AC
RGB
CMYK
RGB Variations
Color information
#C8C2AC (or 0xC8C2AC) is known color: Parchment. HEX triplet: C8, C2 and AC. RGB value is (200,194,172). Sum of RGB (Red+Green+Blue) = 200+194+172=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2AC is #373D53. Grayscale: #C1C1C1. Windows color (decimal): -3620180 or 11322056. OLE color: 11322056.
HSL color Cylindrical-coordinate representation of color #C8C2AC: hue angle of 47.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8C2AC is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 194 | 172 | - |
CMYK | 0 | 0.03 | 0.14 | 0.22 |
HSL | 47.14º | 0.2% | 0.73% | - |
HSV(B) | 47.14º | 0.14% | 0.78% | - |
XYZ | 50.56 | 53.84 | 46.76 | - |
YUV | 193.29 | 115.99 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 172 | 0 | 0.03 | 0.14 | 0.22 | 47.14 | 0.2 | 0.73 |
Hex | C8 | C2 | AC | 0 | 3 | E | 16 | 2F | 14 | 49 |
Octal | 310 | 302 | 254 | 0 | 3 | 16 | 26 | 57 | 24 | 111 |
Binary | 11001000 | 11000010 | 10101100 | 0 | 11 | 1110 | 10110 | 101111 | 10100 | 1001001 |
Color Harmonies of #C8C2AC
Complementary color
Monochromatic Colors of #C8C2AC
Black with #C8C2AC
Text Example
Text Example
White with #C8C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2AC; }
p { color: rgb(200,194,172); }
H1.HeaderClassName
{
color: #C8C2AC;
}
.AnyTagClassName
{
color: #C8C2AC;
}
</style>
background-color css
<style>
a { background-color: #C8C2AC; }
a { background-color: rgb(200,194,172); }
div.DivClassName
{
background-color: #C8C2AC;
}
.BgClassName
{
background-color: #C8C2AC;
}
</style>
border-color css
<style>
span { border-color: #C8C2AC; }
span { border-color: rgb(200,194,172); }
td.TdClassName
{
border-color: #C8C2AC;
}
.TagClassName
{
border-color: #C8C2AC;
}
</style>