Color Hex Logo

#c1626a Color Hex

#C1626A
(193,98,106)
0 Favorites   0 Comments

Color spaces of #c1626a

RGB 19398106
HSL0.990.430.57
HSV355°49°76°
CMYK 0.000.490.45   0.24
XYZ28.961521.113416.1845
Yxy21.11340.43710.3186
Hunter Lab45.949332.095911.2811
CIE-Lab53.073438.727913.1480

#c1626a color RGB value is (193,98,106).

#c1626a hex color red value is 193, green value is 98 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c1626a hue: 0.99 , saturation: 0.43 and the lightness value of c1626a is 0.57.

The process color (four color CMYK) of #c1626a color hex is 0.00, 0.49, 0.45, 0.24. Web safe color of #c1626a is #cc6666. Color #c1626a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100010 01101010
Octal 301 142 152
Decimal 193 98 106
Hex C1 62 6A

RGB Percentages of Color #c1626a

%48.61
%24.69
%26.70

CMYK Percentages of Color #c1626a

%0
%49
%45
%24

Triadic Colors of #c1626a

#c1626a #6ac162 #626ac1

Analogous Colors of #c1626a

#c1626a #c18a62 #c1629a

Monochromatic Colors of #c1626a

#c1626a

Complementary Color

#c1626a #62c1b9

#c1626a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1626a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1626a Color CSS Codes

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

#c1626a Text Font Color

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

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


#c1626a Background Color

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

This div background color is #c1626a


#c1626a Border Color

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

This div border color is #c1626a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,98,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1626a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1626a;
  -webkit-box-shadow: 1px 1px 3px 2px #c1626a;
  box-shadow:         1px 1px 3px 2px #c1626a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,98,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1626a


Comments

No comments written yet.

Please login to write comment.