Color Hex Logo

#c2473b Color Hex

#C2473B
(194,71,59)
0 Favorites   0 Comments

Color spaces of #c2473b

RGB 1947159
HSL0.010.530.50
HSV70°76°
CMYK 0.000.630.70   0.24
XYZ25.290816.29165.9493
Yxy16.29160.53210.3428
Hunter Lab40.362941.210619.5149
CIE-Lab47.354848.515733.3399

#c2473b color RGB value is (194,71,59).

#c2473b hex color red value is 194, green value is 71 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c2473b hue: 0.01 , saturation: 0.53 and the lightness value of c2473b is 0.50.

The process color (four color CMYK) of #c2473b color hex is 0.00, 0.63, 0.70, 0.24. Web safe color of #c2473b is #cc3333. Color #c2473b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000111 00111011
Octal 302 107 73
Decimal 194 71 59
Hex C2 47 3B

RGB Percentages of Color #c2473b

%59.88
%21.91
%18.21

CMYK Percentages of Color #c2473b

%0
%63
%70
%24

Triadic Colors of #c2473b

#c2473b #3bc247 #473bc2

Analogous Colors of #c2473b

#c2473b #c28b3b #c23b73

Monochromatic Colors of #c2473b

#c2473b

Complementary Color

#c2473b #3bb6c2

#c2473b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2473b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2473b Color CSS Codes

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

#c2473b Text Font Color

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

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


#c2473b Background Color

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

This div background color is #c2473b


#c2473b Border Color

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

This div border color is #c2473b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2473b


Comments

No comments written yet.

Please login to write comment.