Color Hex Logo

#c6474b Color Hex

#C6474B
(198,71,75)
0 Favorites   0 Comments

Color spaces of #c6474b

RGB 1987175
HSL0.990.530.53
HSV358°64°78°
CMYK 0.000.640.62   0.22
XYZ26.811917.02028.5287
Yxy17.02020.51210.3251
Hunter Lab41.255543.809616.6219
CIE-Lab48.285550.826325.2639

#c6474b color RGB value is (198,71,75).

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

The process color (four color CMYK) of #c6474b color hex is 0.00, 0.64, 0.62, 0.22. Web safe color of #c6474b is #cc3333. Color #c6474b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000111 01001011
Octal 306 107 113
Decimal 198 71 75
Hex C6 47 4B

RGB Percentages of Color #c6474b

%57.56
%20.64
%21.80

CMYK Percentages of Color #c6474b

%0
%64
%62
%22

Triadic Colors of #c6474b

#c6474b #4bc647 #474bc6

Analogous Colors of #c6474b

#c6474b #c68347 #c6478b

Monochromatic Colors of #c6474b

#c6474b

Complementary Color

#c6474b #47c6c2

#c6474b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6474b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6474b Color CSS Codes

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

#c6474b Text Font Color

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

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


#c6474b Background Color

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

This div background color is #c6474b


#c6474b Border Color

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

This div border color is #c6474b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6474b


Comments

No comments written yet.

Please login to write comment.