Color Hex Logo

#c64545 Color Hex

#C64545
(198,69,69)
0 Favorites   0 Comments

Color spaces of #c64545

RGB 1986969
HSL0.000.530.52
HSV65°78°
CMYK 0.000.650.65   0.22
XYZ26.491016.69177.4558
Yxy16.69170.52310.3296
Hunter Lab40.855544.243717.7789
CIE-Lab47.869251.307128.2964

#c64545 color RGB value is (198,69,69).

#c64545 hex color red value is 198, green value is 69 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c64545 hue: 0.00 , saturation: 0.53 and the lightness value of c64545 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000101 01000101
Octal 306 105 105
Decimal 198 69 69
Hex C6 45 45

RGB Percentages of Color #c64545

%58.93
%20.54
%20.54

CMYK Percentages of Color #c64545

%0
%65
%65
%22

Triadic Colors of #c64545

#c64545 #45c645 #4545c6

Analogous Colors of #c64545

#c64545 #c68645 #c64586

Monochromatic Colors of #c64545

#c64545

Complementary Color

#c64545 #45c6c6

#c64545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64545 Color CSS Codes

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

#c64545 Text Font Color

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

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


#c64545 Background Color

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

This div background color is #c64545


#c64545 Border Color

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

This div border color is #c64545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64545


Comments

No comments written yet.

Please login to write comment.