#C5A053

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

Shades of Sundance #C5A053

Tints of Sundance #C5A053

Color information

#C5A053 (or 0xC5A053) is unknown color: approx Sundance. HEX triplet: C5, A0 and 53. RGB value is (197,160,83). Sum of RGB (Red+Green+Blue) = 197+160+83=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A053 is #3A5FAC. Grayscale: #A2A2A2. Windows color (decimal): -3825581 or 5480645. OLE color: 5480645.

HSL color Cylindrical-coordinate representation of color #C5A053: hue angle of 40.53º 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 #C5A053 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19716083-
CMYK00.190.580.23
HSL40.53º49.57%54.9%-
HSV(B)40.53º57.87%77.25%-
XYZ37.1637.6413.49-
YUV162.2883.26152.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 83 (32.81% from 255) = 18.86%
R=44.77%
G=36.36%
B=18.86%

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
Decimal1971608300.190.580.2340.5349.5754.9
HexC5A0530133A17293237
Octal3052401230237227516267
Binary1100010110100000101001101001111101010111101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A053; }

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

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

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

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

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

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

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

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