#C5A341

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

Shades of Sundance #C5A341

Tints of Sundance #C5A341

Color information

#C5A341 (or 0xC5A341) is unknown color: approx Sundance. HEX triplet: C5, A3 and 41. RGB value is (197,163,65). Sum of RGB (Red+Green+Blue) = 197+163+65=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A341 is #3A5CBE. Grayscale: #A2A2A2. Windows color (decimal): -3824831 or 4301765. OLE color: 4301765.

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

Color convert

RGB19716365-
CMYK00.170.670.23
HSL44.55º53.23%51.37%-
HSV(B)44.55º67.01%77.25%-
XYZ37.0838.4510.47-
YUV161.9973.26152.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=46.35%
G=38.35%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971636500.170.670.2344.5553.2351.37
HexC5A34101143172d3533
Octal30524310102110327556563
Binary11000101101000111000001010001100001110111101101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A341; }

 p { color: rgb(197,163,65); }

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

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

 a { background-color: rgb(197,163,65); }

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

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

 span { border-color: rgb(197,163,65); }

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