Color Hex Logo

#c06196 Color Hex

#C06196
(192,97,150)
0 Favorites   0 Comments

Color spaces of #c06196

RGB 19297150
HSL0.910.430.57
HSV327°49°75°
CMYK 0.000.490.22   0.25
XYZ31.517921.957931.4313
Yxy21.95790.37120.2586
Hunter Lab46.859338.0568-6.9679
CIE-Lab53.982344.4320-11.5203

#c06196 color RGB value is (192,97,150).

#c06196 hex color red value is 192, green value is 97 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c06196 hue: 0.91 , saturation: 0.43 and the lightness value of c06196 is 0.57.

The process color (four color CMYK) of #c06196 color hex is 0.00, 0.49, 0.22, 0.25. Web safe color of #c06196 is #cc6699. Color #c06196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 10010110
Octal 300 141 226
Decimal 192 97 150
Hex C0 61 96

RGB Percentages of Color #c06196

%43.74
%22.10
%34.17

CMYK Percentages of Color #c06196

%0
%49
%22
%25

Triadic Colors of #c06196

#c06196 #96c061 #6196c0

Analogous Colors of #c06196

#c06196 #c06167 #bb61c0

Monochromatic Colors of #c06196

#c06196

Complementary Color

#c06196 #61c08b

#c06196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06196 Color CSS Codes

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

#c06196 Text Font Color

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

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


#c06196 Background Color

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

This div background color is #c06196


#c06196 Border Color

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

This div border color is #c06196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,97,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c06196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c06196;
  -webkit-box-shadow: 1px 1px 3px 2px #c06196;
  box-shadow:         1px 1px 3px 2px #c06196; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,97,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06196


Comments

No comments written yet.

Please login to write comment.