Shades of Parchment #C8C2B2
Tints of Parchment #C8C2B2
RGB
CMYK
RGB Variations
Color information
#C8C2B2 (or 0xC8C2B2) is known color: Parchment. HEX triplet: C8, C2 and B2. RGB value is (200,194,178). Sum of RGB (Red+Green+Blue) = 200+194+178=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2B2 is #373D4D. Grayscale: #C2C2C2. Windows color (decimal): -3620174 or 11715272. OLE color: 11715272.
HSL color Cylindrical-coordinate representation of color #C8C2B2: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8C2B2 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 194 | 178 | - |
CMYK | 0 | 0.03 | 0.11 | 0.22 |
HSL | 43.64º | 0.17% | 0.74% | - |
HSV(B) | 43.64º | 0.11% | 0.78% | - |
XYZ | 51.15 | 54.08 | 49.86 | - |
YUV | 193.97 | 118.99 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 178 | 0 | 0.03 | 0.11 | 0.22 | 43.64 | 0.17 | 0.74 |
Hex | C8 | C2 | B2 | 0 | 3 | B | 16 | 2C | 11 | 4A |
Octal | 310 | 302 | 262 | 0 | 3 | 13 | 26 | 54 | 21 | 112 |
Binary | 11001000 | 11000010 | 10110010 | 0 | 11 | 1011 | 10110 | 101100 | 10001 | 1001010 |
Color Harmonies of #C8C2B2
Complementary color
Monochromatic Colors of #C8C2B2
Black with #C8C2B2
Text Example
Text Example
White with #C8C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2B2; }
p { color: rgb(200,194,178); }
H1.HeaderClassName
{
color: #C8C2B2;
}
.AnyTagClassName
{
color: #C8C2B2;
}
</style>
background-color css
<style>
a { background-color: #C8C2B2; }
a { background-color: rgb(200,194,178); }
div.DivClassName
{
background-color: #C8C2B2;
}
.BgClassName
{
background-color: #C8C2B2;
}
</style>
border-color css
<style>
span { border-color: #C8C2B2; }
span { border-color: rgb(200,194,178); }
td.TdClassName
{
border-color: #C8C2B2;
}
.TagClassName
{
border-color: #C8C2B2;
}
</style>