color codes Logo

#c6163e color codes

#C6163E
(198,22,62)
0 Favorites   0 Comments

Color spaces of #c6163e

RGB 1982262
HSL0.960.800.43
HSV346°89°78°
CMYK 0.000.890.69   0.22
XYZ24.445112.92745.7643
Yxy12.92740.56670.2997
Hunter Lab35.954758.439015.6628
CIE-Lab42.653765.153826.0295

#c6163e color RGB value is (198,22,62).

#c6163e hex color red value is 198, green value is 22 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c6163e hue: 0.96 , saturation: 0.80 and the lightness value of c6163e is 0.43.

The process color (four color CMYK) of #c6163e color code is 0.00, 0.89, 0.69, 0.22. Web safe color of #c6163e is #cc0033. Color #c6163e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010110 00111110
Octal 306 26 76
Decimal 198 22 62
Hex C6 16 3E

RGB Percentages of Color #c6163e

%70.21
%7.80
%21.99

CMYK Percentages of Color #c6163e

%0
%89
%69
%22

Triadic Colors of #c6163e

#c6163e #3ec616 #163ec6

Analogous Colors of #c6163e

#c6163e #c64616 #c61696

Monochromatic Colors of #c6163e

#c6163e

Complementary Color

#c6163e #16c69e

#c6163e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6163e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6163e Color CSS Codes

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

#c6163e Text Font Color

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

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


#c6163e Background Color

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

This div background color is #c6163e


#c6163e Border Color

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

This div border color is #c6163e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,22,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6163e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6163e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6163e;
  box-shadow:         1px 1px 3px 2px #c6163e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,22,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6163e


Comments

No comments written yet.

Please login to write comment.