#C9C2AF

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

Shades of Parchment #C9C2AF

Tints of Parchment #C9C2AF

Color information

#C9C2AF (or 0xC9C2AF) is unknown color: approx Parchment. HEX triplet: C9, C2 and AF. RGB value is (201,194,175). Sum of RGB (Red+Green+Blue) = 201+194+175=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C2AF is #363D50. Grayscale: #C2C2C2. Windows color (decimal): -3554641 or 11518665. OLE color: 11518665.

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

Color convert

RGB201194175-
CMYK00.030.130.21
HSL43.85º19.4%73.73%-
HSV(B)43.85º12.94%78.82%-
XYZ51.1254.148.3-
YUV193.93117.32133.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=35.26%
G=34.04%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119417500.030.130.2143.8519.473.73
HexC9C2AF03D152c134a
Octal3113022570315255423112
Binary110010011100001010101111011110110101101100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C2AF; }

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

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

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

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

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

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

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

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