#C9C2AE

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

Shades of Parchment #C9C2AE

Tints of Parchment #C9C2AE

Color information

#C9C2AE (or 0xC9C2AE) is unknown color: approx Parchment. HEX triplet: C9, C2 and AE. RGB value is (201,194,174). Sum of RGB (Red+Green+Blue) = 201+194+174=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C2AE is #363D51. Grayscale: #C1C1C1. Windows color (decimal): -3554642 or 11453129. OLE color: 11453129.

HSL color Cylindrical-coordinate representation of color #C9C2AE: hue angle of 44.44º degrees, saturation: 0.2, 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 #C9C2AE is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201194174-
CMYK00.030.130.21
HSL44.44º20%73.53%-
HSV(B)44.44º13.43%78.82%-
XYZ51.0254.0647.79-
YUV193.81116.82133.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=35.33%
G=34.09%
B=30.58%

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
Decimal20119417400.030.130.2144.442073.53
HexC9C2AE03D152c144a
Octal3113022560315255424112
Binary110010011100001010101110011110110101101100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C2AE; }

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

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

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

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

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

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

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

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