#C5B949

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

Shades of Sundance #C5B949

Tints of Sundance #C5B949

Color information

#C5B949 (or 0xC5B949) is unknown color: approx Sundance. HEX triplet: C5, B9 and 49. RGB value is (197,185,73). Sum of RGB (Red+Green+Blue) = 197+185+73=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B949 is #3A46B6. Grayscale: #B0B0B0. Windows color (decimal): -3819191 or 4831685. OLE color: 4831685.

HSL color Cylindrical-coordinate representation of color #C5B949: hue angle of 54.19º 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 #C5B949 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19718573-
CMYK00.060.630.23
HSL54.19º51.67%52.94%-
HSV(B)54.19º62.94%77.25%-
XYZ41.5847.0513.19-
YUV175.8269.98143.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=43.30%
G=40.66%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971857300.060.630.2354.1951.6752.94
HexC5B949063F17363435
Octal305271111067727666465
Binary11000101101110011001001011011111110111110110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B949; }

 p { color: rgb(197,185,73); }

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

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

 a { background-color: rgb(197,185,73); }

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

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

 span { border-color: rgb(197,185,73); }

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