#C6AC47

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

Shades of Sundance #C6AC47

Tints of Sundance #C6AC47

Color information

#C6AC47 (or 0xC6AC47) is unknown color: approx Sundance. HEX triplet: C6, AC and 47. RGB value is (198,172,71). Sum of RGB (Red+Green+Blue) = 198+172+71=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC47 is #3953B8. Grayscale: #A8A8A8. Windows color (decimal): -3756985 or 4697286. OLE color: 4697286.

HSL color Cylindrical-coordinate representation of color #C6AC47: hue angle of 47.72º 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 #C6AC47 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19817271-
CMYK00.130.640.22
HSL47.72º52.7%52.75%-
HSV(B)47.72º64.14%77.65%-
XYZ39.1841.9712-
YUV168.2673.11149.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 71 (28.12% from 255) = 16.10%
R=44.90%
G=39.00%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981727100.130.640.2247.7252.752.75
HexC6AC470D4016303535
Octal30625410701510026606565
Binary1100011010101100100011101101100000010110110000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC47; }

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

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

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

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

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

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

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

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