Color Hex Logo

#c0481e Color Hex

#C0481E
(192,72,30)
0 Favorites   0 Comments

Color spaces of #c0481e

RGB 1927230
HSL0.040.730.44
HSV16°84°75°
CMYK 0.000.630.84   0.25
XYZ24.289915.93493.0238
Yxy15.93490.56160.3684
Hunter Lab39.918538.757423.4518
CIE-Lab46.889046.223747.8634

#c0481e color RGB value is (192,72,30).

#c0481e hex color red value is 192, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c0481e hue: 0.04 , saturation: 0.73 and the lightness value of c0481e is 0.44.

The process color (four color CMYK) of #c0481e color hex is 0.00, 0.63, 0.84, 0.25. Web safe color of #c0481e is #cc3333. Color #c0481e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 00011110
Octal 300 110 36
Decimal 192 72 30
Hex C0 48 1E

RGB Percentages of Color #c0481e

%65.31
%24.49
%10.20

CMYK Percentages of Color #c0481e

%0
%63
%84
%25

Triadic Colors of #c0481e

#c0481e #1ec048 #481ec0

Analogous Colors of #c0481e

#c0481e #c0991e #c01e45

Monochromatic Colors of #c0481e

#c0481e

Complementary Color

#c0481e #1e96c0

#c0481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0481e Color CSS Codes

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

#c0481e Text Font Color

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

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


#c0481e Background Color

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

This div background color is #c0481e


#c0481e Border Color

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

This div border color is #c0481e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0481e


Comments

No comments written yet.

Please login to write comment.