Color Hex Logo

#c1483b Color Hex

#C1483B
(193,72,59)
0 Favorites   0 Comments

Color spaces of #c1483b

RGB 1937259
HSL0.020.530.49
HSV69°76°
CMYK 0.000.630.69   0.24
XYZ25.099116.28805.9587
Yxy16.28800.53010.3440
Hunter Lab40.358440.382919.4970
CIE-Lab47.350147.721233.2919

#c1483b color RGB value is (193,72,59).

#c1483b hex color red value is 193, green value is 72 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c1483b hue: 0.02 , saturation: 0.53 and the lightness value of c1483b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 00111011
Octal 301 110 73
Decimal 193 72 59
Hex C1 48 3B

RGB Percentages of Color #c1483b

%59.57
%22.22
%18.21

CMYK Percentages of Color #c1483b

%0
%63
%69
%24

Triadic Colors of #c1483b

#c1483b #3bc148 #483bc1

Analogous Colors of #c1483b

#c1483b #c18b3b #c13b71

Monochromatic Colors of #c1483b

#c1483b

Complementary Color

#c1483b #3bb4c1

#c1483b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1483b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1483b Color CSS Codes

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

#c1483b Text Font Color

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

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


#c1483b Background Color

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

This div background color is #c1483b


#c1483b Border Color

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

This div border color is #c1483b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1483b


Comments

No comments written yet.

Please login to write comment.