Color Hex Logo

#c64149 Color Hex

#C64149
(198,65,73)
0 Favorites   0 Comments

Color spaces of #c64149

RGB 1986573
HSL0.990.540.52
HSV356°67°78°
CMYK 0.000.670.63   0.22
XYZ26.381616.26748.0528
Yxy16.26740.52030.3208
Hunter Lab40.332946.173816.3953
CIE-Lab47.323453.209625.2273

#c64149 color RGB value is (198,65,73).

#c64149 hex color red value is 198, green value is 65 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c64149 hue: 0.99 , saturation: 0.54 and the lightness value of c64149 is 0.52.

The process color (four color CMYK) of #c64149 color hex is 0.00, 0.67, 0.63, 0.22. Web safe color of #c64149 is #cc3333. Color #c64149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000001 01001001
Octal 306 101 111
Decimal 198 65 73
Hex C6 41 49

RGB Percentages of Color #c64149

%58.93
%19.35
%21.73

CMYK Percentages of Color #c64149

%0
%67
%63
%22

Triadic Colors of #c64149

#c64149 #49c641 #4149c6

Analogous Colors of #c64149

#c64149 #c67c41 #c6418c

Monochromatic Colors of #c64149

#c64149

Complementary Color

#c64149 #41c6be

#c64149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64149 Color CSS Codes

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

#c64149 Text Font Color

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

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


#c64149 Background Color

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

This div background color is #c64149


#c64149 Border Color

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

This div border color is #c64149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64149


Comments

No comments written yet.

Please login to write comment.