Color Hex Logo

#c64937 Color Hex

#C64937
(198,73,55)
0 Favorites   0 Comments

Color spaces of #c64937

RGB 1987355
HSL0.020.570.50
HSV72°78°
CMYK 0.000.630.72   0.22
XYZ26.360817.04675.5154
Yxy17.04670.53880.3484
Hunter Lab41.287641.713020.9811
CIE-Lab48.318848.833136.8939

#c64937 color RGB value is (198,73,55).

#c64937 hex color red value is 198, green value is 73 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #c64937 hue: 0.02 , saturation: 0.57 and the lightness value of c64937 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001001 00110111
Octal 306 111 67
Decimal 198 73 55
Hex C6 49 37

RGB Percentages of Color #c64937

%60.74
%22.39
%16.87

CMYK Percentages of Color #c64937

%0
%63
%72
%22

Triadic Colors of #c64937

#c64937 #37c649 #4937c6

Analogous Colors of #c64937

#c64937 #c69137 #c6376d

Monochromatic Colors of #c64937

#c64937

Complementary Color

#c64937 #37b4c6

#c64937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64937 Color CSS Codes

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

#c64937 Text Font Color

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

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


#c64937 Background Color

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

This div background color is #c64937


#c64937 Border Color

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

This div border color is #c64937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64937


Comments

No comments written yet.

Please login to write comment.