Color Hex Logo

#c9195f Color Hex

#C9195F
(201,25,95)
0 Favorites   0 Comments

Color spaces of #c9195f

RGB 2012595
HSL0.930.780.44
HSV336°88°79°
CMYK 0.000.880.53   0.21
XYZ26.500613.939012.1202
Yxy13.93900.50420.2652
Hunter Lab37.335061.36426.8869
CIE-Lab44.145367.39777.4904

#c9195f color RGB value is (201,25,95).

#c9195f hex color red value is 201, green value is 25 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c9195f hue: 0.93 , saturation: 0.78 and the lightness value of c9195f is 0.44.

The process color (four color CMYK) of #c9195f color hex is 0.00, 0.88, 0.53, 0.21. Web safe color of #c9195f is #cc0066. Color #c9195f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011001 01011111
Octal 311 31 137
Decimal 201 25 95
Hex C9 19 5F

RGB Percentages of Color #c9195f

%62.62
%7.79
%29.60

CMYK Percentages of Color #c9195f

%0
%88
%53
%21

Triadic Colors of #c9195f

#c9195f #5fc919 #195fc9

Analogous Colors of #c9195f

#c9195f #c92b19 #c919b7

Monochromatic Colors of #c9195f

#c9195f

Complementary Color

#c9195f #19c983

#c9195f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9195f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9195f Color CSS Codes

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

#c9195f Text Font Color

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

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


#c9195f Background Color

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

This div background color is #c9195f


#c9195f Border Color

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

This div border color is #c9195f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,25,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9195f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9195f;
  -webkit-box-shadow: 1px 1px 3px 2px #c9195f;
  box-shadow:         1px 1px 3px 2px #c9195f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,25,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9195f


Comments

No comments written yet.

Please login to write comment.