#C5A450

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

Shades of Sundance #C5A450

Tints of Sundance #C5A450

Color information

#C5A450 (or 0xC5A450) is unknown color: approx Sundance. HEX triplet: C5, A4 and 50. RGB value is (197,164,80). Sum of RGB (Red+Green+Blue) = 197+164+80=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A450 is #3A5BAF. Grayscale: #A4A4A4. Windows color (decimal): -3824560 or 5285061. OLE color: 5285061.

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

Color convert

RGB19716480-
CMYK00.170.590.23
HSL43.08º50.21%54.31%-
HSV(B)43.08º59.39%77.25%-
XYZ37.753913.13-
YUV164.2980.43151.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=44.67%
G=37.19%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971648000.170.590.2343.0850.2154.31
HexC5A4500113B172b3236
Octal3052441200217327536266
Binary1100010110100100101000001000111101110111101011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A450; }

 p { color: rgb(197,164,80); }

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

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

 a { background-color: rgb(197,164,80); }

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

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

 span { border-color: rgb(197,164,80); }

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