#C1AA49

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

Shades of Sundance #C1AA49

Tints of Sundance #C1AA49

Color information

#C1AA49 (or 0xC1AA49) is unknown color: approx Sundance. HEX triplet: C1, AA and 49. RGB value is (193,170,73). Sum of RGB (Red+Green+Blue) = 193+170+73=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA49 is #3E55B6. Grayscale: #A6A6A6. Windows color (decimal): -4085175 or 4827841. OLE color: 4827841.

HSL color Cylindrical-coordinate representation of color #C1AA49: hue angle of 48.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1AA49 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19317073-
CMYK00.120.620.24
HSL48.5º49.18%52.16%-
HSV(B)48.5º62.18%75.69%-
XYZ37.5740.5712.15-
YUV165.8275.62147.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 73 (28.91% from 255) = 16.74%
R=44.27%
G=38.99%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931707300.120.620.2448.549.1852.16
HexC1AA490C3E18303134
Octal3012521110147630606164
Binary110000011010101010010010110011111011000110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA49; }

 p { color: rgb(193,170,73); }

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

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

 a { background-color: rgb(193,170,73); }

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

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

 span { border-color: rgb(193,170,73); }

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