Color Hex Logo

#c6474f Color Hex

#C6474F
(198,71,79)
0 Favorites   0 Comments

Color spaces of #c6474f

RGB 1987179
HSL0.990.530.53
HSV356°64°78°
CMYK 0.000.640.60   0.22
XYZ26.953217.07689.2727
Yxy17.07680.50570.3204
Hunter Lab41.324144.107615.6228
CIE-Lab48.356751.094522.9673

#c6474f color RGB value is (198,71,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000111 01001111
Octal 306 107 117
Decimal 198 71 79
Hex C6 47 4F

RGB Percentages of Color #c6474f

%56.90
%20.40
%22.70

CMYK Percentages of Color #c6474f

%0
%64
%60
%22

Triadic Colors of #c6474f

#c6474f #4fc647 #474fc6

Analogous Colors of #c6474f

#c6474f #c67f47 #c6478f

Monochromatic Colors of #c6474f

#c6474f

Complementary Color

#c6474f #47c6be

#c6474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6474f Color CSS Codes

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

#c6474f Text Font Color

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

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


#c6474f Background Color

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

This div background color is #c6474f


#c6474f Border Color

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

This div border color is #c6474f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6474f


Comments

No comments written yet.

Please login to write comment.