Color Hex Logo

#c64930 Color Hex

#C64930
(198,73,48)
0 Favorites   0 Comments

Color spaces of #c64930

RGB 1987348
HSL0.030.610.48
HSV10°76°78°
CMYK 0.000.630.76   0.22
XYZ26.204716.98434.6935
Yxy16.98430.54730.3547
Hunter Lab41.212041.378422.0961
CIE-Lab48.240248.526940.6336

#c64930 color RGB value is (198,73,48).

#c64930 hex color red value is 198, green value is 73 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c64930 hue: 0.03 , saturation: 0.61 and the lightness value of c64930 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001001 00110000
Octal 306 111 60
Decimal 198 73 48
Hex C6 49 30

RGB Percentages of Color #c64930

%62.07
%22.88
%15.05

CMYK Percentages of Color #c64930

%0
%63
%76
%22

Triadic Colors of #c64930

#c64930 #30c649 #4930c6

Analogous Colors of #c64930

#c64930 #c69430 #c63062

Monochromatic Colors of #c64930

#c64930

Complementary Color

#c64930 #30adc6

#c64930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64930 Color CSS Codes

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

#c64930 Text Font Color

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

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


#c64930 Background Color

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

This div background color is #c64930


#c64930 Border Color

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

This div border color is #c64930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64930


Comments

No comments written yet.

Please login to write comment.