Color Hex Logo

#c07351 Color Hex

#C07351
(192,115,81)
0 Favorites   0 Comments

Color spaces of #c07351

RGB 19211581
HSL0.050.470.54
HSV18°58°75°
CMYK 0.000.400.58   0.25
XYZ29.354224.062010.8819
Yxy24.06200.45650.3742
Hunter Lab49.053020.974721.1843
CIE-Lab56.149826.981331.5827

#c07351 color RGB value is (192,115,81).

#c07351 hex color red value is 192, green value is 115 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #c07351 hue: 0.05 , saturation: 0.47 and the lightness value of c07351 is 0.54.

The process color (four color CMYK) of #c07351 color hex is 0.00, 0.40, 0.58, 0.25. Web safe color of #c07351 is #cc6666. Color #c07351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 01010001
Octal 300 163 121
Decimal 192 115 81
Hex C0 73 51

RGB Percentages of Color #c07351

%49.48
%29.64
%20.88

CMYK Percentages of Color #c07351

%0
%40
%58
%25

Triadic Colors of #c07351

#c07351 #51c073 #7351c0

Analogous Colors of #c07351

#c07351 #c0ab51 #c05167

Monochromatic Colors of #c07351

#c07351

Complementary Color

#c07351 #519ec0

#c07351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07351 Color CSS Codes

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

#c07351 Text Font Color

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

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


#c07351 Background Color

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

This div background color is #c07351


#c07351 Border Color

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

This div border color is #c07351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07351


Comments

No comments written yet.

Please login to write comment.