#C7AE48

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

Shades of Sundance #C7AE48

Tints of Sundance #C7AE48

Color information

#C7AE48 (or 0xC7AE48) is unknown color: approx Sundance. HEX triplet: C7, AE and 48. RGB value is (199,174,72). Sum of RGB (Red+Green+Blue) = 199+174+72=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AE48 is #3851B7. Grayscale: #AAAAAA. Windows color (decimal): -3690936 or 4763335. OLE color: 4763335.

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

Color convert

RGB19917472-
CMYK00.130.640.22
HSL48.19º53.14%53.14%-
HSV(B)48.19º63.82%78.04%-
XYZ39.8642.8812.31-
YUV169.8572.78148.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 72 (28.52% from 255) = 16.18%
R=44.72%
G=39.10%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991747200.130.640.2248.1953.1453.14
HexC7AE480D4016303535
Octal30725611001510026606565
Binary1100011110101110100100001101100000010110110000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE48; }

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

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

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

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

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

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

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

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