#C5B455

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

Shades of Sundance #C5B455

Tints of Sundance #C5B455

Color information

#C5B455 (or 0xC5B455) is unknown color: approx Sundance. HEX triplet: C5, B4 and 55. RGB value is (197,180,85). Sum of RGB (Red+Green+Blue) = 197+180+85=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B455 is #3A4BAA. Grayscale: #AEAEAE. Windows color (decimal): -3820459 or 5616837. OLE color: 5616837.

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

Color convert

RGB19718085-
CMYK00.090.570.23
HSL50.89º49.12%55.29%-
HSV(B)50.89º56.85%77.25%-
XYZ40.9945.1715.15-
YUV174.2577.63144.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 85 (33.59% from 255) = 18.40%
R=42.64%
G=38.96%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971808500.090.570.2350.8949.1255.29
HexC5B455093917333137
Octal3052641250117127636167
Binary110001011011010010101010100111100110111110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B455; }

 p { color: rgb(197,180,85); }

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

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

 a { background-color: rgb(197,180,85); }

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

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

 span { border-color: rgb(197,180,85); }

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