#C5B356

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

Shades of Sundance #C5B356

Tints of Sundance #C5B356

Color information

#C5B356 (or 0xC5B356) is unknown color: approx Sundance. HEX triplet: C5, B3 and 56. RGB value is (197,179,86). Sum of RGB (Red+Green+Blue) = 197+179+86=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B356 is #3A4CA9. Grayscale: #AEAEAE. Windows color (decimal): -3820714 or 5682117. OLE color: 5682117.

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

Color convert

RGB19717986-
CMYK00.090.560.23
HSL50.27º48.9%55.49%-
HSV(B)50.27º56.35%77.25%-
XYZ40.8344.7815.3-
YUV173.7878.46144.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 86 (33.98% from 255) = 18.61%
R=42.64%
G=38.74%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971798600.090.560.2350.2748.955.49
HexC5B356093817323137
Octal3052631260117027626167
Binary110001011011001110101100100111100010111110010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B356; }

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

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

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

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

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

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

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

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