#C9AA4A

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

Shades of Sundance #C9AA4A

Tints of Sundance #C9AA4A

Color information

#C9AA4A (or 0xC9AA4A) is unknown color: approx Sundance. HEX triplet: C9, AA and 4A. RGB value is (201,170,74). Sum of RGB (Red+Green+Blue) = 201+170+74=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA4A is #3655B5. Grayscale: #A8A8A8. Windows color (decimal): -3560886 or 4893385. OLE color: 4893385.

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

Color convert

RGB20117074-
CMYK00.150.630.21
HSL45.35º54.04%53.92%-
HSV(B)45.35º63.18%78.82%-
XYZ39.741.6612.43-
YUV168.3274.77151.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 74 (29.30% from 255) = 16.63%
R=45.17%
G=38.20%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011707400.150.630.2145.3554.0453.92
HexC9AA4A0F3F152d3636
Octal3112521120177725556666
Binary110010011010101010010100111111111110101101101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA4A; }

 p { color: rgb(201,170,74); }

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

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

 a { background-color: rgb(201,170,74); }

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

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

 span { border-color: rgb(201,170,74); }

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