Color Hex Logo

#c75e33 Color Hex

#C75E33
(199,94,51)
0 Favorites   0 Comments

Color spaces of #c75e33

RGB 1999451
HSL0.050.590.49
HSV17°74°78°
CMYK 0.000.530.74   0.22
XYZ28.153420.38655.5831
Yxy20.38650.52020.3767
Hunter Lab45.151432.285724.2746
CIE-Lab52.271439.025843.4071

#c75e33 color RGB value is (199,94,51).

#c75e33 hex color red value is 199, green value is 94 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c75e33 hue: 0.05 , saturation: 0.59 and the lightness value of c75e33 is 0.49.

The process color (four color CMYK) of #c75e33 color hex is 0.00, 0.53, 0.74, 0.22. Web safe color of #c75e33 is #cc6633. Color #c75e33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011110 00110011
Octal 307 136 63
Decimal 199 94 51
Hex C7 5E 33

RGB Percentages of Color #c75e33

%57.85
%27.33
%14.83

CMYK Percentages of Color #c75e33

%0
%53
%74
%22

Triadic Colors of #c75e33

#c75e33 #33c75e #5e33c7

Analogous Colors of #c75e33

#c75e33 #c7a833 #c73352

Monochromatic Colors of #c75e33

#c75e33

Complementary Color

#c75e33 #339cc7

#c75e33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75e33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75e33 Color CSS Codes

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

#c75e33 Text Font Color

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

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


#c75e33 Background Color

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

This div background color is #c75e33


#c75e33 Border Color

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

This div border color is #c75e33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75e33


Comments

No comments written yet.

Please login to write comment.