#C5B349

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

Shades of Sundance #C5B349

Tints of Sundance #C5B349

Color information

#C5B349 (or 0xC5B349) is unknown color: approx Sundance. HEX triplet: C5, B3 and 49. RGB value is (197,179,73). Sum of RGB (Red+Green+Blue) = 197+179+73=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B349 is #3A4CB6. Grayscale: #ACACAC. Windows color (decimal): -3820727 or 4830149. OLE color: 4830149.

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

Color convert

RGB19717973-
CMYK00.090.630.23
HSL51.29º51.67%52.94%-
HSV(B)51.29º62.94%77.25%-
XYZ40.3544.5912.78-
YUV172.371.96145.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 73 (28.91% from 255) = 16.26%
R=43.88%
G=39.87%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971797300.090.630.2351.2951.6752.94
HexC5B349093F17333435
Octal3052631110117727636465
Binary110001011011001110010010100111111110111110011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B349; }

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

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

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

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

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

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

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

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