#C9C2B0

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

Shades of Parchment #C9C2B0

Tints of Parchment #C9C2B0

Color information

#C9C2B0 (or 0xC9C2B0) is unknown color: approx Parchment. HEX triplet: C9, C2 and B0. RGB value is (201,194,176). Sum of RGB (Red+Green+Blue) = 201+194+176=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C2B0 is #363D4F. Grayscale: #C2C2C2. Windows color (decimal): -3554640 or 11584201. OLE color: 11584201.

HSL color Cylindrical-coordinate representation of color #C9C2B0: hue angle of 43.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9C2B0 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB201194176-
CMYK00.030.120.21
HSL43.2º18.8%73.92%-
HSV(B)43.2º12.44%78.82%-
XYZ51.2254.1448.82-
YUV194.04117.82132.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=35.20%
G=33.98%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119417600.030.120.2143.218.873.92
HexC9C2B003C152b134a
Octal3113022600314255323112
Binary110010011100001010110000011110010101101011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C2B0; }

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

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

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

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

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

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

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

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