Color Hex Logo

#c75610 Color Hex

#C75610
(199,86,16)
0 Favorites   0 Comments

Color spaces of #c75610

RGB 1998616
HSL0.060.850.42
HSV23°92°78°
CMYK 0.000.570.92   0.22
XYZ26.974518.83512.7040
Yxy18.83510.55600.3882
Hunter Lab43.399434.996026.6855
CIE-Lab50.493741.969556.2937

#c75610 color RGB value is (199,86,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 00010000
Octal 307 126 20
Decimal 199 86 16
Hex C7 56 10

RGB Percentages of Color #c75610

%66.11
%28.57
%5.32

CMYK Percentages of Color #c75610

%0
%57
%92
%22

Triadic Colors of #c75610

#c75610 #10c756 #5610c7

Analogous Colors of #c75610

#c75610 #c7b210 #c71025

Monochromatic Colors of #c75610

#c75610

Complementary Color

#c75610 #1081c7

#c75610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75610 Color CSS Codes

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

#c75610 Text Font Color

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

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


#c75610 Background Color

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

This div background color is #c75610


#c75610 Border Color

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

This div border color is #c75610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75610


Comments

No comments written yet.

Please login to write comment.