Color Hex Logo

#c4492a Color Hex

#C4492A
(196,73,42)
0 Favorites   0 Comments

Color spaces of #c4492a

RGB 1967342
HSL0.030.650.47
HSV12°79°77°
CMYK 0.000.630.79   0.23
XYZ25.565416.66804.0603
Yxy16.66800.55220.3600
Hunter Lab40.826540.329822.6820
CIE-Lab47.839047.588443.2488

#c4492a color RGB value is (196,73,42).

#c4492a hex color red value is 196, green value is 73 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c4492a hue: 0.03 , saturation: 0.65 and the lightness value of c4492a is 0.47.

The process color (four color CMYK) of #c4492a color hex is 0.00, 0.63, 0.79, 0.23. Web safe color of #c4492a is #cc3333. Color #c4492a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001001 00101010
Octal 304 111 52
Decimal 196 73 42
Hex C4 49 2A

RGB Percentages of Color #c4492a

%63.02
%23.47
%13.50

CMYK Percentages of Color #c4492a

%0
%63
%79
%23

Triadic Colors of #c4492a

#c4492a #2ac449 #492ac4

Analogous Colors of #c4492a

#c4492a #c4962a #c42a58

Monochromatic Colors of #c4492a

#c4492a

Complementary Color

#c4492a #2aa5c4

#c4492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4492a Color CSS Codes

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

#c4492a Text Font Color

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

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


#c4492a Background Color

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

This div background color is #c4492a


#c4492a Border Color

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

This div border color is #c4492a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4492a


Comments

No comments written yet.

Please login to write comment.