Color Hex Logo

#c0565b Color Hex

#C0565B
(192,86,91)
0 Favorites   0 Comments

Color spaces of #c0565b

RGB 1928691
HSL0.990.460.55
HSV357°55°75°
CMYK 0.000.550.53   0.25
XYZ26.954318.617412.0704
Yxy18.61740.46760.3230
Hunter Lab43.147935.999413.6174
CIE-Lab50.236542.996018.1244

#c0565b color RGB value is (192,86,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010110 01011011
Octal 300 126 133
Decimal 192 86 91
Hex C0 56 5B

RGB Percentages of Color #c0565b

%52.03
%23.31
%24.66

CMYK Percentages of Color #c0565b

%0
%55
%53
%25

Triadic Colors of #c0565b

#c0565b #5bc056 #565bc0

Analogous Colors of #c0565b

#c0565b #c08656 #c05690

Monochromatic Colors of #c0565b

#c0565b

Complementary Color

#c0565b #56c0bb

#c0565b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0565b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0565b Color CSS Codes

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

#c0565b Text Font Color

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

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


#c0565b Background Color

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

This div background color is #c0565b


#c0565b Border Color

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

This div border color is #c0565b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0565b


Comments

No comments written yet.

Please login to write comment.