Color Hex Logo

#c04510 Color Hex

#C04510
(192,69,16)
0 Favorites   0 Comments

Color spaces of #c04510

RGB 1926916
HSL0.050.850.41
HSV18°92°75°
CMYK 0.000.640.92   0.25
XYZ23.959915.50012.2192
Yxy15.50010.57490.3719
Hunter Lab39.370239.733824.2171
CIE-Lab46.311747.268552.8026

#c04510 color RGB value is (192,69,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000101 00010000
Octal 300 105 20
Decimal 192 69 16
Hex C0 45 10

RGB Percentages of Color #c04510

%69.31
%24.91
%5.78

CMYK Percentages of Color #c04510

%0
%64
%92
%25

Triadic Colors of #c04510

#c04510 #10c045 #4510c0

Analogous Colors of #c04510

#c04510 #c09d10 #c01033

Monochromatic Colors of #c04510

#c04510

Complementary Color

#c04510 #108bc0

#c04510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04510 Color CSS Codes

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

#c04510 Text Font Color

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

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


#c04510 Background Color

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

This div background color is #c04510


#c04510 Border Color

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

This div border color is #c04510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04510


Comments

No comments written yet.

Please login to write comment.