Color Hex Logo

#c6466f Color Hex

#C6466F
(198,70,111)
0 Favorites   0 Comments

Color spaces of #c6466f

RGB 19870111
HSL0.950.530.53
HSV341°65°78°
CMYK 0.000.650.44   0.22
XYZ28.348117.533816.9292
Yxy17.53380.45130.2792
Hunter Lab41.873447.56535.3407
CIE-Lab48.925754.21354.3962

#c6466f color RGB value is (198,70,111).

#c6466f hex color red value is 198, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c6466f hue: 0.95 , saturation: 0.53 and the lightness value of c6466f is 0.53.

The process color (four color CMYK) of #c6466f color hex is 0.00, 0.65, 0.44, 0.22. Web safe color of #c6466f is #cc3366. Color #c6466f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 01101111
Octal 306 106 157
Decimal 198 70 111
Hex C6 46 6F

RGB Percentages of Color #c6466f

%52.24
%18.47
%29.29

CMYK Percentages of Color #c6466f

%0
%65
%44
%22

Triadic Colors of #c6466f

#c6466f #6fc646 #466fc6

Analogous Colors of #c6466f

#c6466f #c65d46 #c646af

Monochromatic Colors of #c6466f

#c6466f

Complementary Color

#c6466f #46c69d

#c6466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6466f Color CSS Codes

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

#c6466f Text Font Color

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

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


#c6466f Background Color

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

This div background color is #c6466f


#c6466f Border Color

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

This div border color is #c6466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6466f


Comments

No comments written yet.

Please login to write comment.