color codes Logo

#c9195d color codes

#C9195D
(201,25,93)
0 Favorites   0 Comments

Color spaces of #c9195d

RGB 2012593
HSL0.940.780.44
HSV337°88°79°
CMYK 0.000.880.54   0.21
XYZ26.410813.903111.6475
Yxy13.90310.50830.2676
Hunter Lab37.286961.18207.5801
CIE-Lab44.093667.25118.6686

#c9195d color RGB value is (201,25,93).

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

The process color (four color CMYK) of #c9195d color code is 0.00, 0.88, 0.54, 0.21. Web safe color of #c9195d is #cc0066. Color #c9195d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011001 01011101
Octal 311 31 135
Decimal 201 25 93
Hex C9 19 5D

RGB Percentages of Color #c9195d

%63.01
%7.84
%29.15

CMYK Percentages of Color #c9195d

%0
%88
%54
%21

Triadic Colors of #c9195d

#c9195d #5dc919 #195dc9

Analogous Colors of #c9195d

#c9195d #c92d19 #c919b5

Monochromatic Colors of #c9195d

#c9195d

Complementary Color

#c9195d #19c985

#c9195d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9195d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9195d Color CSS Codes

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

#c9195d Text Font Color

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

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


#c9195d Background Color

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

This div background color is #c9195d


#c9195d Border Color

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

This div border color is #c9195d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9195d


Comments

No comments written yet.

Please login to write comment.