Color Hex Logo

#c6476f Color Hex

#C6476F
(198,71,111)
0 Favorites   0 Comments

Color spaces of #c6476f

RGB 19871111
HSL0.950.530.53
HSV341°64°78°
CMYK 0.000.640.44   0.22
XYZ28.411217.659916.9502
Yxy17.65990.45080.2802
Hunter Lab42.023747.13815.5020
CIE-Lab49.081053.79194.6195

#c6476f color RGB value is (198,71,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000111 01101111
Octal 306 107 157
Decimal 198 71 111
Hex C6 47 6F

RGB Percentages of Color #c6476f

%52.11
%18.68
%29.21

CMYK Percentages of Color #c6476f

%0
%64
%44
%22

Triadic Colors of #c6476f

#c6476f #6fc647 #476fc6

Analogous Colors of #c6476f

#c6476f #c65f47 #c647af

Monochromatic Colors of #c6476f

#c6476f

Complementary Color

#c6476f #47c69e

#c6476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6476f Color CSS Codes

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

#c6476f Text Font Color

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

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


#c6476f Background Color

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

This div background color is #c6476f


#c6476f Border Color

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

This div border color is #c6476f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6476f


Comments

No comments written yet.

Please login to write comment.