Color Hex Logo

#c08086 Color Hex

#C08086
(192,128,134)
0 Favorites   0 Comments

Color spaces of #c08086

RGB 192128134
HSL0.980.340.63
HSV354°33°75°
CMYK 0.000.330.30   0.25
XYZ33.760528.366026.2501
Yxy28.36600.38200.3210
Hunter Lab53.259719.94388.0596
CIE-Lab60.218025.57506.9339

#c08086 color RGB value is (192,128,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 10000110
Octal 300 200 206
Decimal 192 128 134
Hex C0 80 86

RGB Percentages of Color #c08086

%42.29
%28.19
%29.52

CMYK Percentages of Color #c08086

%0
%33
%30
%25

Triadic Colors of #c08086

#c08086 #86c080 #8086c0

Analogous Colors of #c08086

#c08086 #c09a80 #c080a6

Monochromatic Colors of #c08086

#c08086

Complementary Color

#c08086 #80c0ba

#c08086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08086 Color CSS Codes

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

#c08086 Text Font Color

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

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


#c08086 Background Color

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

This div background color is #c08086


#c08086 Border Color

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

This div border color is #c08086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08086


Comments

No comments written yet.

Please login to write comment.