Color Hex Logo

#c45541 Color Hex

#C45541
(196,85,65)
0 Favorites   0 Comments

Color spaces of #c45541

RGB 1968565
HSL0.030.530.51
HSV67°77°
CMYK 0.000.570.67   0.23
XYZ26.967618.61447.1726
Yxy18.61440.51120.3528
Hunter Lab43.144436.069520.3443
CIE-Lab50.233043.065433.4213

#c45541 color RGB value is (196,85,65).

#c45541 hex color red value is 196, green value is 85 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c45541 hue: 0.03 , saturation: 0.53 and the lightness value of c45541 is 0.51.

The process color (four color CMYK) of #c45541 color hex is 0.00, 0.57, 0.67, 0.23. Web safe color of #c45541 is #cc6633. Color #c45541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010101 01000001
Octal 304 125 101
Decimal 196 85 65
Hex C4 55 41

RGB Percentages of Color #c45541

%56.65
%24.57
%18.79

CMYK Percentages of Color #c45541

%0
%57
%67
%23

Triadic Colors of #c45541

#c45541 #41c455 #5541c4

Analogous Colors of #c45541

#c45541 #c49741 #c4416f

Monochromatic Colors of #c45541

#c45541

Complementary Color

#c45541 #41b0c4

#c45541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45541 Color CSS Codes

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

#c45541 Text Font Color

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

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


#c45541 Background Color

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

This div background color is #c45541


#c45541 Border Color

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

This div border color is #c45541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45541


Comments

No comments written yet.

Please login to write comment.