Color Hex Logo

#c04410 Color Hex

#C04410
(192,68,16)
0 Favorites   0 Comments

Color spaces of #c04410

RGB 1926816
HSL0.050.850.41
HSV18°92°75°
CMYK 0.000.650.92   0.25
XYZ23.898915.37812.1989
Yxy15.37810.57620.3708
Hunter Lab39.214940.157824.1259
CIE-Lab46.147847.706852.6870

#c04410 color RGB value is (192,68,16).

#c04410 hex color red value is 192, green value is 68 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c04410 hue: 0.05 , saturation: 0.85 and the lightness value of c04410 is 0.41.

The process color (four color CMYK) of #c04410 color hex is 0.00, 0.65, 0.92, 0.25. Web safe color of #c04410 is #cc3300. Color #c04410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000100 00010000
Octal 300 104 20
Decimal 192 68 16
Hex C0 44 10

RGB Percentages of Color #c04410

%69.57
%24.64
%5.80

CMYK Percentages of Color #c04410

%0
%65
%92
%25

Triadic Colors of #c04410

#c04410 #10c044 #4410c0

Analogous Colors of #c04410

#c04410 #c09c10 #c01034

Monochromatic Colors of #c04410

#c04410

Complementary Color

#c04410 #108cc0

#c04410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04410 Color CSS Codes

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

#c04410 Text Font Color

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

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


#c04410 Background Color

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

This div background color is #c04410


#c04410 Border Color

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

This div border color is #c04410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04410


Comments

No comments written yet.

Please login to write comment.