Color Hex Logo

#c99bbc Color Hex

#C99BBC
(201,155,188)
0 Favorites   0 Comments

Color spaces of #c99bbc

RGB 201155188
HSL0.880.300.70
HSV317°23°79°
CMYK 0.000.230.06   0.21
XYZ44.885839.491052.8337
Yxy39.49100.32710.2878
Hunter Lab62.841917.5232-5.8582
CIE-Lab69.105422.5341-10.4283

#c99bbc color RGB value is (201,155,188).

#c99bbc hex color red value is 201, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c99bbc hue: 0.88 , saturation: 0.30 and the lightness value of c99bbc is 0.70.

The process color (four color CMYK) of #c99bbc color hex is 0.00, 0.23, 0.06, 0.21. Web safe color of #c99bbc is #cc99cc. Color #c99bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011011 10111100
Octal 311 233 274
Decimal 201 155 188
Hex C9 9B BC

RGB Percentages of Color #c99bbc

%36.95
%28.49
%34.56

CMYK Percentages of Color #c99bbc

%0
%23
%6
%21

Triadic Colors of #c99bbc

#c99bbc #bcc99b #9bbcc9

Analogous Colors of #c99bbc

#c99bbc #c99ba5 #bf9bc9

Monochromatic Colors of #c99bbc

#c99bbc

Complementary Color

#c99bbc #9bc9a8

#c99bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99bbc Color CSS Codes

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

#c99bbc Text Font Color

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

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


#c99bbc Background Color

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

This div background color is #c99bbc


#c99bbc Border Color

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

This div border color is #c99bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99bbc

#c99bbc Color Palettes


Comments

No comments written yet.

Please login to write comment.