#C2AE53

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

Shades of Sundance #C2AE53

Tints of Sundance #C2AE53

Color information

#C2AE53 (or 0xC2AE53) is unknown color: approx Sundance. HEX triplet: C2, AE and 53. RGB value is (194,174,83). Sum of RGB (Red+Green+Blue) = 194+174+83=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE53 is #3D51AC. Grayscale: #A9A9A9. Windows color (decimal): -4018605 or 5484226. OLE color: 5484226.

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

Color convert

RGB19417483-
CMYK00.100.570.24
HSL49.19º47.64%54.31%-
HSV(B)49.19º57.22%76.08%-
XYZ38.9542.3714.31-
YUV169.6179.13145.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 83 (32.81% from 255) = 18.40%
R=43.02%
G=38.58%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941748300.100.570.2449.1947.6454.31
HexC2AE530A3918313036
Octal3022561230127130616066
Binary110000101010111010100110101011100111000110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE53; }

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

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

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

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

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

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

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

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