Color Hex Logo

#c75621 Color Hex

#C75621
(199,86,33)
0 Favorites   0 Comments

Color spaces of #c75621

RGB 1998633
HSL0.050.720.45
HSV19°83°78°
CMYK 0.000.570.83   0.22
XYZ27.155518.90753.6571
Yxy18.90750.54620.3803
Hunter Lab43.482835.380625.4514
CIE-Lab50.578842.336150.2620

#c75621 color RGB value is (199,86,33).

#c75621 hex color red value is 199, green value is 86 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #c75621 hue: 0.05 , saturation: 0.72 and the lightness value of c75621 is 0.45.

The process color (four color CMYK) of #c75621 color hex is 0.00, 0.57, 0.83, 0.22. Web safe color of #c75621 is #cc6633. Color #c75621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 00100001
Octal 307 126 41
Decimal 199 86 33
Hex C7 56 21

RGB Percentages of Color #c75621

%62.58
%27.04
%10.38

CMYK Percentages of Color #c75621

%0
%57
%83
%22

Triadic Colors of #c75621

#c75621 #21c756 #5621c7

Analogous Colors of #c75621

#c75621 #c7a921 #c7213f

Monochromatic Colors of #c75621

#c75621

Complementary Color

#c75621 #2192c7

#c75621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75621 Color CSS Codes

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

#c75621 Text Font Color

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

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


#c75621 Background Color

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

This div background color is #c75621


#c75621 Border Color

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

This div border color is #c75621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75621


Comments

No comments written yet.

Please login to write comment.