Color Hex Logo

#c6554e Color Hex

#C6554E
(198,85,78)
0 Favorites   0 Comments

Color spaces of #c6554e

RGB 1988578
HSL0.010.510.54
HSV61°78°
CMYK 0.000.570.61   0.22
XYZ27.912319.05289.4141
Yxy19.05280.49510.3379
Hunter Lab43.649537.757717.7673
CIE-Lab50.748944.634126.6469

#c6554e color RGB value is (198,85,78).

#c6554e hex color red value is 198, green value is 85 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c6554e hue: 0.01 , saturation: 0.51 and the lightness value of c6554e is 0.54.

The process color (four color CMYK) of #c6554e color hex is 0.00, 0.57, 0.61, 0.22. Web safe color of #c6554e is #cc6666. Color #c6554e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010101 01001110
Octal 306 125 116
Decimal 198 85 78
Hex C6 55 4E

RGB Percentages of Color #c6554e

%54.85
%23.55
%21.61

CMYK Percentages of Color #c6554e

%0
%57
%61
%22

Triadic Colors of #c6554e

#c6554e #4ec655 #554ec6

Analogous Colors of #c6554e

#c6554e #c6914e #c64e83

Monochromatic Colors of #c6554e

#c6554e

Complementary Color

#c6554e #4ebfc6

#c6554e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6554e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6554e Color CSS Codes

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

#c6554e Text Font Color

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

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


#c6554e Background Color

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

This div background color is #c6554e


#c6554e Border Color

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

This div border color is #c6554e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,85,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6554e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6554e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6554e;
  box-shadow:         1px 1px 3px 2px #c6554e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,85,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6554e


Comments

No comments written yet.

Please login to write comment.