#C9C3AD

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

Shades of Parchment #C9C3AD

Tints of Parchment #C9C3AD

Color information

#C9C3AD (or 0xC9C3AD) is unknown color: approx Parchment. HEX triplet: C9, C3 and AD. RGB value is (201,195,173). Sum of RGB (Red+Green+Blue) = 201+195+173=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C3AD is #363C52. Grayscale: #C2C2C2. Windows color (decimal): -3554387 or 11387849. OLE color: 11387849.

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

Color convert

RGB201195173-
CMYK00.030.140.21
HSL47.14º20.59%73.33%-
HSV(B)47.14º13.93%78.82%-
XYZ51.1554.4647.35-
YUV194.29115.99132.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=35.33%
G=34.27%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119517300.030.140.2147.1420.5973.33
HexC9C3AD03E152f1549
Octal3113032550316255725111
Binary110010011100001110101101011111010101101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C3AD; }

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

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

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

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

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

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

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

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