#C9AE90

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

Shades of Tan #C9AE90

Tints of Tan #C9AE90

Color information

#C9AE90 (or 0xC9AE90) is unknown color: approx Tan. HEX triplet: C9, AE and 90. RGB value is (201,174,144). Sum of RGB (Red+Green+Blue) = 201+174+144=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AE90 is #36516F. Grayscale: #B2B2B2. Windows color (decimal): -3559792 or 9481929. OLE color: 9481929.

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

Color convert

RGB201174144-
CMYK00.130.280.21
HSL31.58º34.55%67.65%-
HSV(B)31.58º28.36%78.82%-
XYZ44.2644.732.68-
YUV178.65108.45143.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=38.73%
G=33.53%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117414400.130.280.2131.5834.5567.65
HexC9AE900D1C15202344
Octal31125622001534254043104
Binary1100100110101110100100000110111100101011000001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AE90; }

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

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

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

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

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

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

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

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