#C7A946

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

Shades of Sundance #C7A946

Tints of Sundance #C7A946

Color information

#C7A946 (or 0xC7A946) is unknown color: approx Sundance. HEX triplet: C7, A9 and 46. RGB value is (199,169,70). Sum of RGB (Red+Green+Blue) = 199+169+70=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A946 is #3856B9. Grayscale: #A7A7A7. Windows color (decimal): -3692218 or 4630983. OLE color: 4630983.

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

Color convert

RGB19916970-
CMYK00.150.650.22
HSL46.05º53.53%52.75%-
HSV(B)46.05º64.82%78.04%-
XYZ38.8540.9611.65-
YUV166.6873.44151.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.43%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=45.43%
G=38.58%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991697000.150.650.2246.0553.5352.75
HexC7A9460F41162e3635
Octal30725110601710126566665
Binary1100011110101001100011001111100000110110101110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A946; }

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

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

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

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

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

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

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

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