#C2AE50

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

Shades of Sundance #C2AE50

Tints of Sundance #C2AE50

Color information

#C2AE50 (or 0xC2AE50) is unknown color: approx Sundance. HEX triplet: C2, AE and 50. RGB value is (194,174,80). Sum of RGB (Red+Green+Blue) = 194+174+80=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE50 is #3D51AF. Grayscale: #A9A9A9. Windows color (decimal): -4018608 or 5287618. OLE color: 5287618.

HSL color Cylindrical-coordinate representation of color #C2AE50: hue angle of 49.47º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2AE50 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19417480-
CMYK00.100.590.24
HSL49.47º48.31%53.73%-
HSV(B)49.47º58.76%76.08%-
XYZ38.8342.3213.71-
YUV169.2677.63145.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 80 (31.64% from 255) = 17.86%
R=43.30%
G=38.84%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941748000.100.590.2449.4748.3153.73
HexC2AE500A3B18313036
Octal3022561200127330616066
Binary110000101010111010100000101011101111000110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE50; }

 p { color: rgb(194,174,80); }

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

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

 a { background-color: rgb(194,174,80); }

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

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

 span { border-color: rgb(194,174,80); }

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