#c5a34e

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

Shades of Sundance #C5A34E

Tints of Sundance #C5A34E

Color information

#C5A34E (or 0xC5A34E) is unknown color: approx Sundance. HEX triplet: C5, A3 and 4E. RGB value is (197,163,78). Sum of RGB (Red+Green+Blue) = 197+163+78=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A34E is #3A5CB1. Grayscale: #A3A3A3. Windows color (decimal): -3824818 or 5153733. OLE color: 5153733.

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

Color convert

RGB19716378-
CMYK00.170.600.23
HSL42.86º50.64%53.92%-
HSV(B)42.86º60.41%77.25%-
XYZ37.538.6112.68-
YUV163.4879.76151.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 78 (30.86% from 255) = 17.81%
R=44.98%
G=37.21%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971637800.170.600.2342.8650.6453.92
HexC5A34E0113C172b3336
Octal3052431160217427536366
Binary1100010110100011100111001000111110010111101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5a34e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5a34e; }

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

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

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

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

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

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

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

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