Color Hex Logo

#c6546f Color Hex

#C6546F
(198,84,111)
0 Favorites   0 Comments

Color spaces of #c6546f

RGB 19884111
HSL0.960.500.55
HSV346°58°78°
CMYK 0.000.580.44   0.22
XYZ29.328319.494117.2559
Yxy19.49410.44380.2950
Hunter Lab44.152141.30347.7343
CIE-Lab51.260347.95727.7341

#c6546f color RGB value is (198,84,111).

#c6546f hex color red value is 198, green value is 84 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c6546f hue: 0.96 , saturation: 0.50 and the lightness value of c6546f is 0.55.

The process color (four color CMYK) of #c6546f color hex is 0.00, 0.58, 0.44, 0.22. Web safe color of #c6546f is #cc6666. Color #c6546f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010100 01101111
Octal 306 124 157
Decimal 198 84 111
Hex C6 54 6F

RGB Percentages of Color #c6546f

%50.38
%21.37
%28.24

CMYK Percentages of Color #c6546f

%0
%58
%44
%22

Triadic Colors of #c6546f

#c6546f #6fc654 #546fc6

Analogous Colors of #c6546f

#c6546f #c67254 #c654a8

Monochromatic Colors of #c6546f

#c6546f

Complementary Color

#c6546f #54c6ab

#c6546f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6546f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6546f Color CSS Codes

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

#c6546f Text Font Color

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

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


#c6546f Background Color

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

This div background color is #c6546f


#c6546f Border Color

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

This div border color is #c6546f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6546f


Comments

No comments written yet.

Please login to write comment.