Color Hex Logo

#c84915 Color Hex

#C84915
(200,73,21)
0 Favorites   0 Comments

Color spaces of #c84915

RGB 2007321
HSL0.050.810.43
HSV17°90°78°
CMYK 0.000.640.90   0.22
XYZ26.337317.09862.6217
Yxy17.09860.57180.3712
Hunter Lab41.350541.328525.1862
CIE-Lab48.384048.455153.2544

#c84915 color RGB value is (200,73,21).

#c84915 hex color red value is 200, green value is 73 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c84915 hue: 0.05 , saturation: 0.81 and the lightness value of c84915 is 0.43.

The process color (four color CMYK) of #c84915 color hex is 0.00, 0.64, 0.90, 0.22. Web safe color of #c84915 is #cc3300. Color #c84915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001001 00010101
Octal 310 111 25
Decimal 200 73 21
Hex C8 49 15

RGB Percentages of Color #c84915

%68.03
%24.83
%7.14

CMYK Percentages of Color #c84915

%0
%64
%90
%22

Triadic Colors of #c84915

#c84915 #15c849 #4915c8

Analogous Colors of #c84915

#c84915 #c8a315 #c8153b

Monochromatic Colors of #c84915

#c84915

Complementary Color

#c84915 #1594c8

#c84915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84915 Color CSS Codes

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

#c84915 Text Font Color

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

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


#c84915 Background Color

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

This div background color is #c84915


#c84915 Border Color

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

This div border color is #c84915


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,73,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c84915; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c84915;
  -webkit-box-shadow: 1px 1px 3px 2px #c84915;
  box-shadow:         1px 1px 3px 2px #c84915; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,73,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84915


Comments

No comments written yet.

Please login to write comment.