Color Hex Logo

#c64738 Color Hex

#C64738
(198,71,56)
0 Favorites   0 Comments

Color spaces of #c64738

RGB 1987156
HSL0.020.560.50
HSV72°78°
CMYK 0.000.640.72   0.22
XYZ26.255816.79785.5998
Yxy16.79780.53960.3453
Hunter Lab40.985142.626320.5888
CIE-Lab48.004249.755535.9759

#c64738 color RGB value is (198,71,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000111 00111000
Octal 306 107 70
Decimal 198 71 56
Hex C6 47 38

RGB Percentages of Color #c64738

%60.92
%21.85
%17.23

CMYK Percentages of Color #c64738

%0
%64
%72
%22

Triadic Colors of #c64738

#c64738 #38c647 #4738c6

Analogous Colors of #c64738

#c64738 #c68e38 #c63870

Monochromatic Colors of #c64738

#c64738

Complementary Color

#c64738 #38b7c6

#c64738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64738 Color CSS Codes

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

#c64738 Text Font Color

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

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


#c64738 Background Color

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

This div background color is #c64738


#c64738 Border Color

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

This div border color is #c64738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64738


Comments

No comments written yet.

Please login to write comment.