Color Hex Logo

#c0705b Color Hex

#C0705B
(192,112,91)
0 Favorites   0 Comments

Color spaces of #c0705b

RGB 19211291
HSL0.030.440.55
HSV12°53°75°
CMYK 0.000.420.53   0.25
XYZ29.420723.550112.8925
Yxy23.55010.44670.3576
Hunter Lab48.528423.292118.2184
CIE-Lab55.634529.457525.2978

#c0705b color RGB value is (192,112,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 01011011
Octal 300 160 133
Decimal 192 112 91
Hex C0 70 5B

RGB Percentages of Color #c0705b

%48.61
%28.35
%23.04

CMYK Percentages of Color #c0705b

%0
%42
%53
%25

Triadic Colors of #c0705b

#c0705b #5bc070 #705bc0

Analogous Colors of #c0705b

#c0705b #c0a35b #c05b79

Monochromatic Colors of #c0705b

#c0705b

Complementary Color

#c0705b #5babc0

#c0705b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0705b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0705b Color CSS Codes

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

#c0705b Text Font Color

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

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


#c0705b Background Color

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

This div background color is #c0705b


#c0705b Border Color

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

This div border color is #c0705b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0705b


Comments

No comments written yet.

Please login to write comment.