#C8C2B1

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

Shades of Parchment #C8C2B1

Tints of Parchment #C8C2B1

Color information

#C8C2B1 (or 0xC8C2B1) is unknown color: approx 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

RGB200194177-
CMYK00.030.120.22
HSL44.35º17.29%73.92%-
HSV(B)44.35º11.5%78.43%-
XYZ51.0554.0449.33-
YUV193.86118.49132.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=35.03%
G=33.98%
B=31.00%

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
Decimal20019417700.030.120.2244.3517.2973.92
HexC8C2B103C162c114a
Octal3103022610314265421112
Binary110010001100001010110001011110010110101100100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>