#C7A048

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

Shades of Sundance #C7A048

Tints of Sundance #C7A048

Color information

#C7A048 (or 0xC7A048) is unknown color: approx Sundance. HEX triplet: C7, A0 and 48. RGB value is (199,160,72). Sum of RGB (Red+Green+Blue) = 199+160+72=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A048 is #385FB7. Grayscale: #A2A2A2. Windows color (decimal): -3694520 or 4759751. OLE color: 4759751.

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

Color convert

RGB19916072-
CMYK00.200.640.22
HSL41.57º53.14%53.14%-
HSV(B)41.57º63.82%78.04%-
XYZ37.2937.7511.45-
YUV161.6377.42154.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.17%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 72 (28.52% from 255) = 16.71%
R=46.17%
G=37.12%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991607200.200.640.2241.5753.1453.14
HexC7A04801440162a3535
Octal30724011002410026526565
Binary11000111101000001001000010100100000010110101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A048; }

 p { color: rgb(199,160,72); }

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

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

 a { background-color: rgb(199,160,72); }

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

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

 span { border-color: rgb(199,160,72); }

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