Color Hex Logo

#c04619 Color Hex

#C04619
(192,70,25)
0 Favorites   0 Comments

Color spaces of #c04619

RGB 1927025
HSL0.040.770.43
HSV16°87°75°
CMYK 0.000.640.87   0.25
XYZ24.103915.65702.6714
Yxy15.65700.56810.3690
Hunter Lab39.568939.489923.6954
CIE-Lab46.521246.996849.6800

#c04619 color RGB value is (192,70,25).

#c04619 hex color red value is 192, green value is 70 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #c04619 hue: 0.04 , saturation: 0.77 and the lightness value of c04619 is 0.43.

The process color (four color CMYK) of #c04619 color hex is 0.00, 0.64, 0.87, 0.25. Web safe color of #c04619 is #cc3300. Color #c04619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 00011001
Octal 300 106 31
Decimal 192 70 25
Hex C0 46 19

RGB Percentages of Color #c04619

%66.90
%24.39
%8.71

CMYK Percentages of Color #c04619

%0
%64
%87
%25

Triadic Colors of #c04619

#c04619 #19c046 #4619c0

Analogous Colors of #c04619

#c04619 #c09a19 #c01940

Monochromatic Colors of #c04619

#c04619

Complementary Color

#c04619 #1993c0

#c04619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04619 Color CSS Codes

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

#c04619 Text Font Color

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

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


#c04619 Background Color

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

This div background color is #c04619


#c04619 Border Color

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

This div border color is #c04619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04619


Comments

No comments written yet.

Please login to write comment.