Color Hex Logo

#c0443c Color Hex

#C0443C
(192,68,60)
0 Favorites   0 Comments

Color spaces of #c0443c

RGB 1926860
HSL0.010.520.49
HSV69°75°
CMYK 0.000.650.69   0.25
XYZ24.621015.66706.0013
Yxy15.66700.53190.3385
Hunter Lab39.581641.765018.7176
CIE-Lab46.534549.186731.7052

#c0443c color RGB value is (192,68,60).

#c0443c hex color red value is 192, green value is 68 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c0443c hue: 0.01 , saturation: 0.52 and the lightness value of c0443c is 0.49.

The process color (four color CMYK) of #c0443c color hex is 0.00, 0.65, 0.69, 0.25. Web safe color of #c0443c is #cc3333. Color #c0443c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000100 00111100
Octal 300 104 74
Decimal 192 68 60
Hex C0 44 3C

RGB Percentages of Color #c0443c

%60.00
%21.25
%18.75

CMYK Percentages of Color #c0443c

%0
%65
%69
%25

Triadic Colors of #c0443c

#c0443c #3cc044 #443cc0

Analogous Colors of #c0443c

#c0443c #c0863c #c03c76

Monochromatic Colors of #c0443c

#c0443c

Complementary Color

#c0443c #3cb8c0

#c0443c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0443c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0443c Color CSS Codes

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

#c0443c Text Font Color

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

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


#c0443c Background Color

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

This div background color is #c0443c


#c0443c Border Color

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

This div border color is #c0443c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0443c


Comments

No comments written yet.

Please login to write comment.