Color Hex Logo

#c6566f Color Hex

#C6566F
(198,86,111)
0 Favorites   0 Comments

Color spaces of #c6566f

RGB 19886111
HSL0.960.500.56
HSV347°57°78°
CMYK 0.000.570.44   0.22
XYZ29.485719.809017.3084
Yxy19.80900.44270.2974
Hunter Lab44.507340.36698.0979
CIE-Lab51.620647.00798.2455

#c6566f color RGB value is (198,86,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010110 01101111
Octal 306 126 157
Decimal 198 86 111
Hex C6 56 6F

RGB Percentages of Color #c6566f

%50.13
%21.77
%28.10

CMYK Percentages of Color #c6566f

%0
%57
%44
%22

Triadic Colors of #c6566f

#c6566f #6fc656 #566fc6

Analogous Colors of #c6566f

#c6566f #c67556 #c656a7

Monochromatic Colors of #c6566f

#c6566f

Complementary Color

#c6566f #56c6ad

#c6566f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6566f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6566f Color CSS Codes

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

#c6566f Text Font Color

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

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


#c6566f Background Color

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

This div background color is #c6566f


#c6566f Border Color

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

This div border color is #c6566f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,86,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 #c6566f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6566f

#c6566f Color Palettes


Comments

No comments written yet.

Please login to write comment.