Color Hex Logo

#c55742 Color Hex

#C55742
(197,87,66)
0 Favorites   0 Comments

Color spaces of #c55742

RGB 1978766
HSL0.030.530.52
HSV10°66°77°
CMYK 0.000.560.66   0.23
XYZ27.417519.08017.3920
Yxy19.08010.50880.3541
Hunter Lab43.680835.599320.5430
CIE-Lab50.780842.521233.5505

#c55742 color RGB value is (197,87,66).

#c55742 hex color red value is 197, green value is 87 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c55742 hue: 0.03 , saturation: 0.53 and the lightness value of c55742 is 0.52.

The process color (four color CMYK) of #c55742 color hex is 0.00, 0.56, 0.66, 0.23. Web safe color of #c55742 is #cc6633. Color #c55742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010111 01000010
Octal 305 127 102
Decimal 197 87 66
Hex C5 57 42

RGB Percentages of Color #c55742

%56.29
%24.86
%18.86

CMYK Percentages of Color #c55742

%0
%56
%66
%23

Triadic Colors of #c55742

#c55742 #42c557 #5742c5

Analogous Colors of #c55742

#c55742 #c59942 #c5426f

Monochromatic Colors of #c55742

#c55742

Complementary Color

#c55742 #42b0c5

#c55742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55742 Color CSS Codes

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

#c55742 Text Font Color

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

This sample text font color is #c55742
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.


#c55742 Background Color

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

This div background color is #c55742


#c55742 Border Color

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

This div border color is #c55742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55742


Comments

No comments written yet.

Please login to write comment.