Color Hex Logo

#c6203e Color Hex

#C6203E
(198,32,62)
0 Favorites   0 Comments

Color spaces of #c6203e

RGB 1983262
HSL0.970.720.45
HSV349°84°78°
CMYK 0.000.840.69   0.22
XYZ24.674713.38665.8408
Yxy13.38660.56200.3049
Hunter Lab36.587756.351716.1464
CIE-Lab43.340163.187426.8822

#c6203e color RGB value is (198,32,62).

#c6203e hex color red value is 198, green value is 32 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c6203e hue: 0.97 , saturation: 0.72 and the lightness value of c6203e is 0.45.

The process color (four color CMYK) of #c6203e color hex is 0.00, 0.84, 0.69, 0.22. Web safe color of #c6203e is #cc3333. Color #c6203e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 00111110
Octal 306 40 76
Decimal 198 32 62
Hex C6 20 3E

RGB Percentages of Color #c6203e

%67.81
%10.96
%21.23

CMYK Percentages of Color #c6203e

%0
%84
%69
%22

Triadic Colors of #c6203e

#c6203e #3ec620 #203ec6

Analogous Colors of #c6203e

#c6203e #c65520 #c62091

Monochromatic Colors of #c6203e

#c6203e

Complementary Color

#c6203e #20c6a8

#c6203e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6203e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6203e Color CSS Codes

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

#c6203e Text Font Color

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

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


#c6203e Background Color

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

This div background color is #c6203e


#c6203e Border Color

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

This div border color is #c6203e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,32,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 #c6203e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6203e


Comments

No comments written yet.

Please login to write comment.