#C6B047

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

Shades of Sundance #C6B047

Tints of Sundance #C6B047

Color information

#C6B047 (or 0xC6B047) is unknown color: approx Sundance. HEX triplet: C6, B0 and 47. RGB value is (198,176,71). Sum of RGB (Red+Green+Blue) = 198+176+71=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B047 is #394FB8. Grayscale: #ABABAB. Windows color (decimal): -3755961 or 4698310. OLE color: 4698310.

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

Color convert

RGB19817671-
CMYK00.110.640.22
HSL49.61º52.7%52.75%-
HSV(B)49.61º64.14%77.65%-
XYZ39.9543.5112.25-
YUV170.6171.79147.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.49%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 71 (28.12% from 255) = 15.96%
R=44.49%
G=39.55%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981767100.110.640.2249.6152.752.75
HexC6B0470B4016323535
Octal30626010701310026626565
Binary1100011010110000100011101011100000010110110010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B047; }

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

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

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

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

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

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

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

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