Color Hex Logo

#c5503e Color Hex

#C5503E
(197,80,62)
0 Favorites   0 Comments

Color spaces of #c5503e

RGB 1978062
HSL0.020.540.51
HSV69°77°
CMYK 0.000.590.69   0.23
XYZ26.764117.95546.6125
Yxy17.95540.52140.3498
Hunter Lab42.373838.589820.4094
CIE-Lab49.442045.646434.2172

#c5503e color RGB value is (197,80,62).

#c5503e hex color red value is 197, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c5503e hue: 0.02 , saturation: 0.54 and the lightness value of c5503e is 0.51.

The process color (four color CMYK) of #c5503e color hex is 0.00, 0.59, 0.69, 0.23. Web safe color of #c5503e is #cc6633. Color #c5503e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010000 00111110
Octal 305 120 76
Decimal 197 80 62
Hex C5 50 3E

RGB Percentages of Color #c5503e

%58.11
%23.60
%18.29

CMYK Percentages of Color #c5503e

%0
%59
%69
%23

Triadic Colors of #c5503e

#c5503e #3ec550 #503ec5

Analogous Colors of #c5503e

#c5503e #c5943e #c53e70

Monochromatic Colors of #c5503e

#c5503e

Complementary Color

#c5503e #3eb3c5

#c5503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5503e Color CSS Codes

.mybgcolor {background-color:#c5503e; } 
.myforecolor {color:#c5503e; }
.mybordercolor {border:3px solid #c5503e; }

#c5503e Text Font Color

<p style="color:#c5503e">Text here</p>

This sample text font color is #c5503e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c5503e Background Color

<div style="background-color:#c5503e">
Div content here</div>

This div background color is #c5503e


#c5503e Border Color

<div style="border:3px solid #c5503e">
Div here</div>

This div border color is #c5503e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,80,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5503e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5503e;
  -webkit-box-shadow: 1px 1px 3px 2px #c5503e;
  box-shadow:         1px 1px 3px 2px #c5503e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,80,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c5503e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c5503e;
  -webkit-box-shadow: 1px 1px 3px 2px #c5503e;
  box-shadow:         1px 1px 3px 2px #c5503e;">
Div content here</div>

This div box has shadow with color #c5503e


Comments

No comments written yet.

Please login to write comment.