#C8C2B0

Color #C8C2B0 Parchment (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parchment #C8C2B0

Tints of Parchment #C8C2B0

Color information

#C8C2B0 (or 0xC8C2B0) is unknown color: approx Parchment. HEX triplet: C8, C2 and B0. RGB value is (200,194,176). Sum of RGB (Red+Green+Blue) = 200+194+176=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2B0 is #373D4F. Grayscale: #C1C1C1. Windows color (decimal): -3620176 or 11584200. OLE color: 11584200.

HSL color Cylindrical-coordinate representation of color #C8C2B0: hue angle of 45º degrees, saturation: 0.18, 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 #C8C2B0 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200194176-
CMYK00.030.120.22
HSL45º17.91%73.73%-
HSV(B)45º12%78.43%-
XYZ50.955448.81-
YUV193.74117.99132.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=35.09%
G=34.04%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019417600.030.120.224517.9173.73
HexC8C2B003C162d124a
Octal3103022600314265522112
Binary110010001100001010110000011110010110101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2B0; }

 p { color: rgb(200,194,176); }

 H1.HeaderClassName
 {
   color: #C8C2B0;
 }
 .AnyTagClassName
 {
   color: #C8C2B0;
 }
</style>
background-color css

<style>
 a { background-color: #C8C2B0; }

 a { background-color: rgb(200,194,176); }

 div.DivClassName
 {
   background-color: #C8C2B0;
 }
 .BgClassName
 {
   background-color: #C8C2B0;
 }
</style>
border-color css

<style>
 span { border-color: #C8C2B0; }

 span { border-color: rgb(200,194,176); }

 td.TdClassName
 {
   border-color: #C8C2B0;
 }
 .TagClassName
 {
   border-color: #C8C2B0;
 }
</style>