Color Hex Logo

#c06419 Color Hex

#C06419
(192,100,25)
0 Favorites   0 Comments

Color spaces of #c06419

RGB 19210025
HSL0.070.770.43
HSV27°87°75°
CMYK 0.000.480.87   0.25
XYZ26.470920.39103.4604
Yxy20.39100.52600.4052
Hunter Lab45.156425.613927.0660
CIE-Lab52.276432.227854.3672

#c06419 color RGB value is (192,100,25).

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

The process color (four color CMYK) of #c06419 color hex is 0.00, 0.48, 0.87, 0.25. Web safe color of #c06419 is #cc6600. Color #c06419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100100 00011001
Octal 300 144 31
Decimal 192 100 25
Hex C0 64 19

RGB Percentages of Color #c06419

%60.57
%31.55
%7.89

CMYK Percentages of Color #c06419

%0
%48
%87
%25

Triadic Colors of #c06419

#c06419 #19c064 #6419c0

Analogous Colors of #c06419

#c06419 #c0b819 #c01922

Monochromatic Colors of #c06419

#c06419

Complementary Color

#c06419 #1975c0

#c06419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06419 Color CSS Codes

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

#c06419 Text Font Color

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

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


#c06419 Background Color

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

This div background color is #c06419


#c06419 Border Color

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

This div border color is #c06419


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,100,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 #c06419">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06419


Comments

No comments written yet.

Please login to write comment.