#c5a04a

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

Shades of Sundance #C5A04A

Tints of Sundance #C5A04A

Color information

#C5A04A (or 0xC5A04A) is unknown color: approx Sundance. HEX triplet: C5, A0 and 4A. RGB value is (197,160,74). Sum of RGB (Red+Green+Blue) = 197+160+74=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A04A is #3A5FB5. Grayscale: #A1A1A1. Windows color (decimal): -3825590 or 4890821. OLE color: 4890821.

HSL color Cylindrical-coordinate representation of color #C5A04A: hue angle of 41.95º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5A04A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19716074-
CMYK00.190.620.23
HSL41.95º51.46%53.14%-
HSV(B)41.95º62.44%77.25%-
XYZ36.8337.5111.78-
YUV161.2678.76153.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=45.71%
G=37.12%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971607400.190.620.2341.9551.4653.14
HexC5A04A0133E172a3335
Octal3052401120237627526365
Binary1100010110100000100101001001111111010111101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5a04a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5a04a; }

 p { color: rgb(197,160,74); }

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

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

 a { background-color: rgb(197,160,74); }

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

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

 span { border-color: rgb(197,160,74); }

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