Color Hex Logo

#c08399 Color Hex

#C08399
(192,131,153)
0 Favorites   0 Comments

Color spaces of #c08399

RGB 192131153
HSL0.940.330.63
HSV338°32°75°
CMYK 0.000.320.20   0.25
XYZ35.604329.739034.0006
Yxy29.73900.35840.2994
Hunter Lab54.533521.10711.2072
CIE-Lab61.428426.6901-2.1900

#c08399 color RGB value is (192,131,153).

#c08399 hex color red value is 192, green value is 131 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c08399 hue: 0.94 , saturation: 0.33 and the lightness value of c08399 is 0.63.

The process color (four color CMYK) of #c08399 color hex is 0.00, 0.32, 0.20, 0.25. Web safe color of #c08399 is #cc9999. Color #c08399 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000011 10011001
Octal 300 203 231
Decimal 192 131 153
Hex C0 83 99

RGB Percentages of Color #c08399

%40.34
%27.52
%32.14

CMYK Percentages of Color #c08399

%0
%32
%20
%25

Triadic Colors of #c08399

#c08399 #99c083 #8399c0

Analogous Colors of #c08399

#c08399 #c08c83 #c083b8

Monochromatic Colors of #c08399

#c08399

Complementary Color

#c08399 #83c0aa

#c08399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08399 Color CSS Codes

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

#c08399 Text Font Color

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

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


#c08399 Background Color

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

This div background color is #c08399


#c08399 Border Color

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

This div border color is #c08399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08399


Comments

No comments written yet.

Please login to write comment.