Color Hex Logo

#c1482e Color Hex

#C1482E
(193,72,46)
0 Favorites   0 Comments

Color spaces of #c1482e

RGB 1937246
HSL0.030.620.47
HSV11°76°76°
CMYK 0.000.630.76   0.24
XYZ24.802816.16944.3985
Yxy16.16940.54670.3564
Hunter Lab40.211239.731621.6624
CIE-Lab47.196047.118340.3342

#c1482e color RGB value is (193,72,46).

#c1482e hex color red value is 193, green value is 72 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c1482e hue: 0.03 , saturation: 0.62 and the lightness value of c1482e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 00101110
Octal 301 110 56
Decimal 193 72 46
Hex C1 48 2E

RGB Percentages of Color #c1482e

%62.06
%23.15
%14.79

CMYK Percentages of Color #c1482e

%0
%63
%76
%24

Triadic Colors of #c1482e

#c1482e #2ec148 #482ec1

Analogous Colors of #c1482e

#c1482e #c1922e #c12e5e

Monochromatic Colors of #c1482e

#c1482e

Complementary Color

#c1482e #2ea7c1

#c1482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1482e Color CSS Codes

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

#c1482e Text Font Color

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

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


#c1482e Background Color

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

This div background color is #c1482e


#c1482e Border Color

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

This div border color is #c1482e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,72,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1482e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1482e;
  -webkit-box-shadow: 1px 1px 3px 2px #c1482e;
  box-shadow:         1px 1px 3px 2px #c1482e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1482e


Comments

No comments written yet.

Please login to write comment.