Color Hex Logo

#c99383 Color Hex

#C99383
(201,147,131)
0 Favorites   0 Comments

Color spaces of #c99383

RGB 201147131
HSL0.040.390.65
HSV14°35°79°
CMYK 0.000.270.35   0.21
XYZ38.617834.923626.1783
Yxy34.92360.38730.3502
Hunter Lab59.096213.226715.1032
CIE-Lab65.689118.219516.4806

#c99383 color RGB value is (201,147,131).

#c99383 hex color red value is 201, green value is 147 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c99383 hue: 0.04 , saturation: 0.39 and the lightness value of c99383 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010011 10000011
Octal 311 223 203
Decimal 201 147 131
Hex C9 93 83

RGB Percentages of Color #c99383

%41.96
%30.69
%27.35

CMYK Percentages of Color #c99383

%0
%27
%35
%21

Triadic Colors of #c99383

#c99383 #83c993 #9383c9

Analogous Colors of #c99383

#c99383 #c9b683 #c98396

Monochromatic Colors of #c99383

#c99383

Complementary Color

#c99383 #83b9c9

#c99383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99383 Color CSS Codes

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

#c99383 Text Font Color

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

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


#c99383 Background Color

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

This div background color is #c99383


#c99383 Border Color

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

This div border color is #c99383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99383

#c99383 Color Palettes


Comments

No comments written yet.

Please login to write comment.