Color Hex Logo

#c0471a Color Hex

#C0471A
(192,71,26)
0 Favorites   0 Comments

Color spaces of #c0471a

RGB 1927126
HSL0.050.760.43
HSV16°86°75°
CMYK 0.000.630.86   0.25
XYZ24.177915.78752.7503
Yxy15.78750.56600.3696
Hunter Lab39.733539.084023.7095
CIE-Lab46.694546.573749.4121

#c0471a color RGB value is (192,71,26).

#c0471a hex color red value is 192, green value is 71 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c0471a hue: 0.05 , saturation: 0.76 and the lightness value of c0471a is 0.43.

The process color (four color CMYK) of #c0471a color hex is 0.00, 0.63, 0.86, 0.25. Web safe color of #c0471a is #cc3333. Color #c0471a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000111 00011010
Octal 300 107 32
Decimal 192 71 26
Hex C0 47 1A

RGB Percentages of Color #c0471a

%66.44
%24.57
%9.00

CMYK Percentages of Color #c0471a

%0
%63
%86
%25

Triadic Colors of #c0471a

#c0471a #1ac047 #471ac0

Analogous Colors of #c0471a

#c0471a #c09a1a #c01a40

Monochromatic Colors of #c0471a

#c0471a

Complementary Color

#c0471a #1a93c0

#c0471a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0471a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0471a Color CSS Codes

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

#c0471a Text Font Color

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

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


#c0471a Background Color

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

This div background color is #c0471a


#c0471a Border Color

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

This div border color is #c0471a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0471a


Comments

No comments written yet.

Please login to write comment.