Color Hex Logo

#c6566e Color Hex

#C6566E
(198,86,110)
0 Favorites   0 Comments

Color spaces of #c6566e

RGB 19886110
HSL0.960.500.56
HSV347°57°78°
CMYK 0.000.570.44   0.22
XYZ29.431019.787117.0200
Yxy19.78710.44430.2987
Hunter Lab44.482740.25598.4523
CIE-Lab51.595646.90598.8076

#c6566e color RGB value is (198,86,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010110 01101110
Octal 306 126 156
Decimal 198 86 110
Hex C6 56 6E

RGB Percentages of Color #c6566e

%50.25
%21.83
%27.92

CMYK Percentages of Color #c6566e

%0
%57
%44
%22

Triadic Colors of #c6566e

#c6566e #6ec656 #566ec6

Analogous Colors of #c6566e

#c6566e #c67656 #c656a6

Monochromatic Colors of #c6566e

#c6566e

Complementary Color

#c6566e #56c6ae

#c6566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6566e Color CSS Codes

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

#c6566e Text Font Color

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

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


#c6566e Background Color

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

This div background color is #c6566e


#c6566e Border Color

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

This div border color is #c6566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6566e


Comments

No comments written yet.

Please login to write comment.