Color Hex Logo

#c05b5e Color Hex

#C05B5E
(192,91,94)
0 Favorites   0 Comments

Color spaces of #c05b5e

RGB 1929194
HSL1.000.440.55
HSV358°53°75°
CMYK 0.000.530.51   0.25
XYZ27.499719.496812.9035
Yxy19.49680.45910.3255
Hunter Lab44.155233.897613.5823
CIE-Lab51.263440.770617.7335

#c05b5e color RGB value is (192,91,94).

#c05b5e hex color red value is 192, green value is 91 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c05b5e hue: 1.00 , saturation: 0.44 and the lightness value of c05b5e is 0.55.

The process color (four color CMYK) of #c05b5e color hex is 0.00, 0.53, 0.51, 0.25. Web safe color of #c05b5e is #cc6666. Color #c05b5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011011 01011110
Octal 300 133 136
Decimal 192 91 94
Hex C0 5B 5E

RGB Percentages of Color #c05b5e

%50.93
%24.14
%24.93

CMYK Percentages of Color #c05b5e

%0
%53
%51
%25

Triadic Colors of #c05b5e

#c05b5e #5ec05b #5b5ec0

Analogous Colors of #c05b5e

#c05b5e #c08b5b #c05b91

Monochromatic Colors of #c05b5e

#c05b5e

Complementary Color

#c05b5e #5bc0bd

#c05b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05b5e Color CSS Codes

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

#c05b5e Text Font Color

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

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


#c05b5e Background Color

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

This div background color is #c05b5e


#c05b5e Border Color

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

This div border color is #c05b5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05b5e


Comments

No comments written yet.

Please login to write comment.