Color Hex Logo

#c05225 Color Hex

#C05225
(192,82,37)
0 Favorites   0 Comments

Color spaces of #c05225

RGB 1928237
HSL0.050.680.45
HSV17°81°75°
CMYK 0.000.570.81   0.25
XYZ25.089517.37463.7815
Yxy17.37460.54250.3757
Hunter Lab41.682934.496723.7992
CIE-Lab48.728641.738446.3484

#c05225 color RGB value is (192,82,37).

#c05225 hex color red value is 192, green value is 82 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c05225 hue: 0.05 , saturation: 0.68 and the lightness value of c05225 is 0.45.

The process color (four color CMYK) of #c05225 color hex is 0.00, 0.57, 0.81, 0.25. Web safe color of #c05225 is #cc6633. Color #c05225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 00100101
Octal 300 122 45
Decimal 192 82 37
Hex C0 52 25

RGB Percentages of Color #c05225

%61.74
%26.37
%11.90

CMYK Percentages of Color #c05225

%0
%57
%81
%25

Triadic Colors of #c05225

#c05225 #25c052 #5225c0

Analogous Colors of #c05225

#c05225 #c0a025 #c02546

Monochromatic Colors of #c05225

#c05225

Complementary Color

#c05225 #2593c0

#c05225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05225 Color CSS Codes

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

#c05225 Text Font Color

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

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


#c05225 Background Color

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

This div background color is #c05225


#c05225 Border Color

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

This div border color is #c05225


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,82,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c05225; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c05225;
  -webkit-box-shadow: 1px 1px 3px 2px #c05225;
  box-shadow:         1px 1px 3px 2px #c05225; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,82,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05225


Comments

No comments written yet.

Please login to write comment.