#C5A052

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

Shades of Sundance #C5A052

Tints of Sundance #C5A052

Color information

#C5A052 (or 0xC5A052) is unknown color: approx Sundance. HEX triplet: C5, A0 and 52. RGB value is (197,160,82). Sum of RGB (Red+Green+Blue) = 197+160+82=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A052 is #3A5FAD. Grayscale: #A2A2A2. Windows color (decimal): -3825582 or 5415109. OLE color: 5415109.

HSL color Cylindrical-coordinate representation of color #C5A052: hue angle of 40.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5A052 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19716082-
CMYK00.190.580.23
HSL40.7º49.78%54.71%-
HSV(B)40.7º58.38%77.25%-
XYZ37.1237.6213.29-
YUV162.1782.76152.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=44.87%
G=36.45%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971608200.190.580.2340.749.7854.71
HexC5A0520133A17293237
Octal3052401220237227516267
Binary1100010110100000101001001001111101010111101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A052; }

 p { color: rgb(197,160,82); }

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

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

 a { background-color: rgb(197,160,82); }

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

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

 span { border-color: rgb(197,160,82); }

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