#C1A050

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

Shades of Sundance #C1A050

Tints of Sundance #C1A050

Color information

#C1A050 (or 0xC1A050) is unknown color: approx Sundance. HEX triplet: C1, A0 and 50. RGB value is (193,160,80). Sum of RGB (Red+Green+Blue) = 193+160+80=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A050 is #3E5FAF. Grayscale: #A1A1A1. Windows color (decimal): -4087728 or 5284033. OLE color: 5284033.

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

Color convert

RGB19316080-
CMYK00.170.590.24
HSL42.48º47.68%53.53%-
HSV(B)42.48º58.55%75.69%-
XYZ36.0137.0612.84-
YUV160.7582.43151-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 80 (31.64% from 255) = 18.48%
R=44.57%
G=36.95%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931608000.170.590.2442.4847.6853.53
HexC1A0500113B182a3036
Octal3012401200217330526066
Binary1100000110100000101000001000111101111000101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A050; }

 p { color: rgb(193,160,80); }

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

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

 a { background-color: rgb(193,160,80); }

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

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

 span { border-color: rgb(193,160,80); }

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