Color Hex Logo

#c99dbc Color Hex

#C99DBC
(201,157,188)
0 Favorites   0 Comments

Color spaces of #c99dbc

RGB 201157188
HSL0.880.290.70
HSV318°22°79°
CMYK 0.000.220.06   0.21
XYZ45.221540.162352.9456
Yxy40.16230.32690.2903
Hunter Lab63.373716.4679-5.1722
CIE-Lab69.585021.4355-9.7124

#c99dbc color RGB value is (201,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 10111100
Octal 311 235 274
Decimal 201 157 188
Hex C9 9D BC

RGB Percentages of Color #c99dbc

%36.81
%28.75
%34.43

CMYK Percentages of Color #c99dbc

%0
%22
%6
%21

Triadic Colors of #c99dbc

#c99dbc #bcc99d #9dbcc9

Analogous Colors of #c99dbc

#c99dbc #c99da6 #c09dc9

Monochromatic Colors of #c99dbc

#c99dbc

Complementary Color

#c99dbc #9dc9aa

#c99dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99dbc Color CSS Codes

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

#c99dbc Text Font Color

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

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


#c99dbc Background Color

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

This div background color is #c99dbc


#c99dbc Border Color

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

This div border color is #c99dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,157,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 #c99dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99dbc


Comments

No comments written yet.

Please login to write comment.