#C8C2AD

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

Shades of Parchment #C8C2AD

Tints of Parchment #C8C2AD

Color information

#C8C2AD (or 0xC8C2AD) is unknown color: approx Parchment. HEX triplet: C8, C2 and AD. RGB value is (200,194,173). Sum of RGB (Red+Green+Blue) = 200+194+173=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2AD is #373D52. Grayscale: #C1C1C1. Windows color (decimal): -3620179 or 11387592. OLE color: 11387592.

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

Color convert

RGB200194173-
CMYK00.030.140.22
HSL46.67º19.71%73.14%-
HSV(B)46.67º13.5%78.43%-
XYZ50.6553.8847.27-
YUV193.4116.49132.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=35.27%
G=34.22%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019417300.030.140.2246.6719.7173.14
HexC8C2AD03E162f1449
Octal3103022550316265724111
Binary110010001100001010101101011111010110101111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2AD; }

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

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

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

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

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

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

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

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