#C9C3B3

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

Shades of Parchment #C9C3B3

Tints of Parchment #C9C3B3

Color information

#C9C3B3 (or 0xC9C3B3) is unknown color: approx Parchment. HEX triplet: C9, C3 and B3. RGB value is (201,195,179). Sum of RGB (Red+Green+Blue) = 201+195+179=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C3B3 is #363C4C. Grayscale: #C3C3C3. Windows color (decimal): -3554381 or 11781065. OLE color: 11781065.

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

Color convert

RGB201195179-
CMYK00.030.110.21
HSL43.64º16.92%74.51%-
HSV(B)43.64º10.95%78.82%-
XYZ51.7454.750.48-
YUV194.97118.99132.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 195 (76.56% from 255) = 33.91%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=34.96%
G=33.91%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119517900.030.110.2143.6416.9274.51
HexC9C3B303B152c114b
Octal3113032630313255421113
Binary110010011100001110110011011101110101101100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C3B3; }

 p { color: rgb(201,195,179); }

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

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

 a { background-color: rgb(201,195,179); }

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

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

 span { border-color: rgb(201,195,179); }

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