Color Hex Logo

#c99388 Color Hex

#C99388
(201,147,136)
0 Favorites   0 Comments

Color spaces of #c99388

RGB 201147136
HSL0.030.380.66
HSV10°32°79°
CMYK 0.000.270.32   0.21
XYZ38.965035.062528.0066
Yxy35.06250.38190.3436
Hunter Lab59.213613.836613.4068
CIE-Lab65.797318.859813.8368

#c99388 color RGB value is (201,147,136).

#c99388 hex color red value is 201, green value is 147 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c99388 hue: 0.03 , saturation: 0.38 and the lightness value of c99388 is 0.66.

The process color (four color CMYK) of #c99388 color hex is 0.00, 0.27, 0.32, 0.21. Web safe color of #c99388 is #cc9999. Color #c99388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010011 10001000
Octal 311 223 210
Decimal 201 147 136
Hex C9 93 88

RGB Percentages of Color #c99388

%41.53
%30.37
%28.10

CMYK Percentages of Color #c99388

%0
%27
%32
%21

Triadic Colors of #c99388

#c99388 #88c993 #9388c9

Analogous Colors of #c99388

#c99388 #c9b488 #c9889e

Monochromatic Colors of #c99388

#c99388

Complementary Color

#c99388 #88bec9

#c99388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99388 Color CSS Codes

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

#c99388 Text Font Color

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

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


#c99388 Background Color

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

This div background color is #c99388


#c99388 Border Color

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

This div border color is #c99388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99388


Comments

No comments written yet.

Please login to write comment.