#C2AE57

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

Shades of Sundance #C2AE57

Tints of Sundance #C2AE57

Color information

#C2AE57 (or 0xC2AE57) is unknown color: approx Sundance. HEX triplet: C2, AE and 57. RGB value is (194,174,87). Sum of RGB (Red+Green+Blue) = 194+174+87=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE57 is #3D51A8. Grayscale: #AAAAAA. Windows color (decimal): -4018601 or 5746370. OLE color: 5746370.

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

Color convert

RGB19417487-
CMYK00.100.550.24
HSL48.79º46.72%55.1%-
HSV(B)48.79º55.15%76.08%-
XYZ39.142.4315.15-
YUV170.0681.13145.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 87 (34.38% from 255) = 19.12%
R=42.64%
G=38.24%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941748700.100.550.2448.7946.7255.1
HexC2AE570A3718312f37
Octal3022561270126730615767
Binary110000101010111010101110101011011111000110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE57; }

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

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

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

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

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

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

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

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