#C7A344

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

Shades of Sundance #C7A344

Tints of Sundance #C7A344

Color information

#C7A344 (or 0xC7A344) is unknown color: approx Sundance. HEX triplet: C7, A3 and 44. RGB value is (199,163,68). Sum of RGB (Red+Green+Blue) = 199+163+68=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A344 is #385CBB. Grayscale: #A3A3A3. Windows color (decimal): -3693756 or 4498375. OLE color: 4498375.

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

Color convert

RGB19916368-
CMYK00.180.660.22
HSL43.51º53.91%52.35%-
HSV(B)43.51º65.83%78.04%-
XYZ37.6938.7510.96-
YUV162.9374.43153.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 68 (26.95% from 255) = 15.81%
R=46.28%
G=37.91%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991636800.180.660.2243.5153.9152.35
HexC7A34401242162c3634
Octal30724310402210226546664
Binary11000111101000111000100010010100001010110101100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A344; }

 p { color: rgb(199,163,68); }

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

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

 a { background-color: rgb(199,163,68); }

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

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

 span { border-color: rgb(199,163,68); }

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