Color Hex Logo

#c199ba Color Hex

#C199BA
(193,153,186)
0 Favorites   0 Comments

Color spaces of #c199ba

RGB 193153186
HSL0.860.240.68
HSV311°21°76°
CMYK 0.000.210.04   0.24
XYZ42.246537.665151.4978
Yxy37.66510.32150.2866
Hunter Lab61.371915.4730-6.7905
CIE-Lab67.773120.4909-11.3896

#c199ba color RGB value is (193,153,186).

#c199ba hex color red value is 193, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c199ba hue: 0.86 , saturation: 0.24 and the lightness value of c199ba is 0.68.

The process color (four color CMYK) of #c199ba color hex is 0.00, 0.21, 0.04, 0.24. Web safe color of #c199ba is #cc99cc. Color #c199ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 10111010
Octal 301 231 272
Decimal 193 153 186
Hex C1 99 BA

RGB Percentages of Color #c199ba

%36.28
%28.76
%34.96

CMYK Percentages of Color #c199ba

%0
%21
%4
%24

Triadic Colors of #c199ba

#c199ba #bac199 #99bac1

Analogous Colors of #c199ba

#c199ba #c199a6 #b499c1

Monochromatic Colors of #c199ba

#c199ba

Complementary Color

#c199ba #99c1a0

#c199ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c199ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c199ba Color CSS Codes

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

#c199ba Text Font Color

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

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


#c199ba Background Color

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

This div background color is #c199ba


#c199ba Border Color

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

This div border color is #c199ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c199ba


Comments

No comments written yet.

Please login to write comment.