Color Hex Logo

#c0731e Color Hex

#C0731E
(192,115,30)
0 Favorites   0 Comments

Color spaces of #c0731e

RGB 19211530
HSL0.090.730.44
HSV31°84°75°
CMYK 0.000.400.84   0.25
XYZ28.103323.56174.2949
Yxy23.56170.50220.4210
Hunter Lab48.540418.400028.7322
CIE-Lab55.646324.281255.4468

#c0731e color RGB value is (192,115,30).

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

The process color (four color CMYK) of #c0731e color hex is 0.00, 0.40, 0.84, 0.25. Web safe color of #c0731e is #cc6633. Color #c0731e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 00011110
Octal 300 163 36
Decimal 192 115 30
Hex C0 73 1E

RGB Percentages of Color #c0731e

%56.97
%34.12
%8.90

CMYK Percentages of Color #c0731e

%0
%40
%84
%25

Triadic Colors of #c0731e

#c0731e #1ec073 #731ec0

Analogous Colors of #c0731e

#c0731e #bcc01e #c0221e

Monochromatic Colors of #c0731e

#c0731e

Complementary Color

#c0731e #1e6bc0

#c0731e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0731e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0731e Color CSS Codes

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

#c0731e Text Font Color

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

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


#c0731e Background Color

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

This div background color is #c0731e


#c0731e Border Color

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

This div border color is #c0731e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,115,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 #c0731e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0731e


Comments

No comments written yet.

Please login to write comment.