#C7A846

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

Shades of Sundance #C7A846

Tints of Sundance #C7A846

Color information

#C7A846 (or 0xC7A846) is unknown color: approx Sundance. HEX triplet: C7, A8 and 46. RGB value is (199,168,70). Sum of RGB (Red+Green+Blue) = 199+168+70=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A846 is #3857B9. Grayscale: #A6A6A6. Windows color (decimal): -3692474 or 4630727. OLE color: 4630727.

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

Color convert

RGB19916870-
CMYK00.160.650.22
HSL45.58º53.53%52.75%-
HSV(B)45.58º64.82%78.04%-
XYZ38.6640.5911.59-
YUV166.173.77151.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=45.54%
G=38.44%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991687000.160.650.2245.5853.5352.75
HexC7A84601041162e3635
Octal30725010602010126566665
Binary11000111101010001000110010000100000110110101110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A846; }

 p { color: rgb(199,168,70); }

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

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

 a { background-color: rgb(199,168,70); }

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

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

 span { border-color: rgb(199,168,70); }

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