Color Hex Logo

#c75932 Color Hex

#C75932
(199,89,50)
0 Favorites   0 Comments

Color spaces of #c75932

RGB 1998950
HSL0.040.600.49
HSV16°75°78°
CMYK 0.000.550.75   0.22
XYZ27.701319.51725.3248
Yxy19.51720.52720.3714
Hunter Lab44.178334.613723.7786
CIE-Lab51.286941.475742.8737

#c75932 color RGB value is (199,89,50).

#c75932 hex color red value is 199, green value is 89 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c75932 hue: 0.04 , saturation: 0.60 and the lightness value of c75932 is 0.49.

The process color (four color CMYK) of #c75932 color hex is 0.00, 0.55, 0.75, 0.22. Web safe color of #c75932 is #cc6633. Color #c75932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011001 00110010
Octal 307 131 62
Decimal 199 89 50
Hex C7 59 32

RGB Percentages of Color #c75932

%58.88
%26.33
%14.79

CMYK Percentages of Color #c75932

%0
%55
%75
%22

Triadic Colors of #c75932

#c75932 #32c759 #5932c7

Analogous Colors of #c75932

#c75932 #c7a432 #c73256

Monochromatic Colors of #c75932

#c75932

Complementary Color

#c75932 #32a0c7

#c75932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75932 Color CSS Codes

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

#c75932 Text Font Color

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

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


#c75932 Background Color

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

This div background color is #c75932


#c75932 Border Color

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

This div border color is #c75932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75932


Comments

No comments written yet.

Please login to write comment.