#C5A548

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

Shades of Sundance #C5A548

Tints of Sundance #C5A548

Color information

#C5A548 (or 0xC5A548) is unknown color: approx Sundance. HEX triplet: C5, A5 and 48. RGB value is (197,165,72). Sum of RGB (Red+Green+Blue) = 197+165+72=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A548 is #3A5AB7. Grayscale: #A4A4A4. Windows color (decimal): -3824312 or 4761029. OLE color: 4761029.

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

Color convert

RGB19716572-
CMYK00.160.630.23
HSL44.64º51.87%52.75%-
HSV(B)44.64º63.45%77.25%-
XYZ37.6539.2511.72-
YUV163.9776.1151.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 72 (28.52% from 255) = 16.59%
R=45.39%
G=38.02%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971657200.160.630.2344.6451.8752.75
HexC5A5480103F172d3435
Octal3052451100207727556465
Binary1100010110100101100100001000011111110111101101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A548; }

 p { color: rgb(197,165,72); }

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

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

 a { background-color: rgb(197,165,72); }

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

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

 span { border-color: rgb(197,165,72); }

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