#C5A351

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

Shades of Sundance #C5A351

Tints of Sundance #C5A351

Color information

#C5A351 (or 0xC5A351) is unknown color: approx Sundance. HEX triplet: C5, A3 and 51. RGB value is (197,163,81). Sum of RGB (Red+Green+Blue) = 197+163+81=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A351 is #3A5CAE. Grayscale: #A4A4A4. Windows color (decimal): -3824815 or 5350341. OLE color: 5350341.

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

Color convert

RGB19716381-
CMYK00.170.590.23
HSL42.41º50%54.51%-
HSV(B)42.41º58.88%77.25%-
XYZ37.6138.6613.26-
YUV163.8281.26151.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=44.67%
G=36.96%
B=18.37%

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
Decimal1971638100.170.590.2342.415054.51
HexC5A3510113B172a3237
Octal3052431210217327526267
Binary1100010110100011101000101000111101110111101010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A351; }

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

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

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

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

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

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

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

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