Color Hex Logo

#c08099 Color Hex

#C08099
(192,128,153)
0 Favorites   0 Comments

Color spaces of #c08099

RGB 192128153
HSL0.930.340.63
HSV337°33°75°
CMYK 0.000.330.20   0.25
XYZ35.207228.944733.8683
Yxy28.94470.35920.2953
Hunter Lab53.800322.66090.3360
CIE-Lab60.732828.3433-3.2130

#c08099 color RGB value is (192,128,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 10011001
Octal 300 200 231
Decimal 192 128 153
Hex C0 80 99

RGB Percentages of Color #c08099

%40.59
%27.06
%32.35

CMYK Percentages of Color #c08099

%0
%33
%20
%25

Triadic Colors of #c08099

#c08099 #99c080 #8099c0

Analogous Colors of #c08099

#c08099 #c08780 #c080b9

Monochromatic Colors of #c08099

#c08099

Complementary Color

#c08099 #80c0a7

#c08099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08099 Color CSS Codes

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

#c08099 Text Font Color

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

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


#c08099 Background Color

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

This div background color is #c08099


#c08099 Border Color

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

This div border color is #c08099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08099


Comments

No comments written yet.

Please login to write comment.