Color Hex Logo

#c75710 Color Hex

#C75710
(199,87,16)
0 Favorites   0 Comments

Color spaces of #c75710

RGB 1998716
HSL0.060.850.42
HSV23°92°78°
CMYK 0.000.560.92   0.22
XYZ27.054918.99592.7308
Yxy18.99590.55460.3894
Hunter Lab43.584334.531226.7941
CIE-Lab50.682441.482456.4269

#c75710 color RGB value is (199,87,16).

#c75710 hex color red value is 199, green value is 87 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c75710 hue: 0.06 , saturation: 0.85 and the lightness value of c75710 is 0.42.

The process color (four color CMYK) of #c75710 color hex is 0.00, 0.56, 0.92, 0.22. Web safe color of #c75710 is #cc6600. Color #c75710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010111 00010000
Octal 307 127 20
Decimal 199 87 16
Hex C7 57 10

RGB Percentages of Color #c75710

%65.89
%28.81
%5.30

CMYK Percentages of Color #c75710

%0
%56
%92
%22

Triadic Colors of #c75710

#c75710 #10c757 #5710c7

Analogous Colors of #c75710

#c75710 #c7b310 #c71024

Monochromatic Colors of #c75710

#c75710

Complementary Color

#c75710 #1080c7

#c75710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75710 Color CSS Codes

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

#c75710 Text Font Color

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

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


#c75710 Background Color

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

This div background color is #c75710


#c75710 Border Color

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

This div border color is #c75710


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,87,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c75710; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c75710;
  -webkit-box-shadow: 1px 1px 3px 2px #c75710;
  box-shadow:         1px 1px 3px 2px #c75710; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,87,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75710


Comments

No comments written yet.

Please login to write comment.