Shades of Parchment #C8C2B1
Tints of Parchment #C8C2B1
RGB
CMYK
RGB Variations
Color information
#C8C2B1 (or 0xC8C2B1) is known color: Parchment. HEX triplet: C8, C2 and B1. RGB value is (200,194,177). Sum of RGB (Red+Green+Blue) = 200+194+177=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2B1 is #373D4E. Grayscale: #C1C1C1. Windows color (decimal): -3620175 or 11649736. OLE color: 11649736.
HSL color Cylindrical-coordinate representation of color #C8C2B1: hue angle of 44.35º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C2B1 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 194 | 177 | - |
CMYK | 0 | 0.03 | 0.12 | 0.22 |
HSL | 44.35º | 0.17% | 0.74% | - |
HSV(B) | 44.35º | 0.12% | 0.78% | - |
XYZ | 51.05 | 54.04 | 49.33 | - |
YUV | 193.86 | 118.49 | 132.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 177 | 0 | 0.03 | 0.12 | 0.22 | 44.35 | 0.17 | 0.74 |
Hex | C8 | C2 | B1 | 0 | 3 | C | 16 | 2C | 11 | 4A |
Octal | 310 | 302 | 261 | 0 | 3 | 14 | 26 | 54 | 21 | 112 |
Binary | 11001000 | 11000010 | 10110001 | 0 | 11 | 1100 | 10110 | 101100 | 10001 | 1001010 |
Color Harmonies of #C8C2B1
Complementary color
Monochromatic Colors of #C8C2B1
Black with #C8C2B1
Text Example
Text Example
White with #C8C2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2B1; }
p { color: rgb(200,194,177); }
H1.HeaderClassName
{
color: #C8C2B1;
}
.AnyTagClassName
{
color: #C8C2B1;
}
</style>
background-color css
<style>
a { background-color: #C8C2B1; }
a { background-color: rgb(200,194,177); }
div.DivClassName
{
background-color: #C8C2B1;
}
.BgClassName
{
background-color: #C8C2B1;
}
</style>
border-color css
<style>
span { border-color: #C8C2B1; }
span { border-color: rgb(200,194,177); }
td.TdClassName
{
border-color: #C8C2B1;
}
.TagClassName
{
border-color: #C8C2B1;
}
</style>