#c6a04c

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

Shades of Sundance #C6A04C

Tints of Sundance #C6A04C

Color information

#C6A04C (or 0xC6A04C) is unknown color: approx Sundance. HEX triplet: C6, A0 and 4C. RGB value is (198,160,76). Sum of RGB (Red+Green+Blue) = 198+160+76=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A04C is #395FB3. Grayscale: #A2A2A2. Windows color (decimal): -3760052 or 5021894. OLE color: 5021894.

HSL color Cylindrical-coordinate representation of color #C6A04C: hue angle of 41.31º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6A04C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19816076-
CMYK00.190.620.22
HSL41.31º51.69%53.73%-
HSV(B)41.31º61.62%77.65%-
XYZ37.1637.6712.15-
YUV161.7979.59153.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=45.62%
G=36.87%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981607600.190.620.2241.3151.6953.73
HexC6A04C0133E16293436
Octal3062401140237626516466
Binary1100011010100000100110001001111111010110101001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a04c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a04c; }

 p { color: rgb(198,160,76); }

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

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

 a { background-color: rgb(198,160,76); }

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

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

 span { border-color: rgb(198,160,76); }

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