#c6a047

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

Shades of Sundance #C6A047

Tints of Sundance #C6A047

Color information

#C6A047 (or 0xC6A047) is unknown color: approx Sundance. HEX triplet: C6, A0 and 47. RGB value is (198,160,71). Sum of RGB (Red+Green+Blue) = 198+160+71=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A047 is #395FB8. Grayscale: #A1A1A1. Windows color (decimal): -3760057 or 4694214. OLE color: 4694214.

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

Color convert

RGB19816071-
CMYK00.190.640.22
HSL42.05º52.7%52.75%-
HSV(B)42.05º64.14%77.65%-
XYZ3737.611.27-
YUV161.2277.09154.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 71 (28.12% from 255) = 16.55%
R=46.15%
G=37.30%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981607100.190.640.2242.0552.752.75
HexC6A04701340162a3535
Octal30624010702310026526565
Binary11000110101000001000111010011100000010110101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a047; }

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

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

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

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

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

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

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

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