Color Hex Logo

#c0564e Color Hex

#C0564E
(192,86,78)
0 Favorites   0 Comments

Color spaces of #c0564e

RGB 1928678
HSL0.010.480.53
HSV59°75°
CMYK 0.000.550.59   0.25
XYZ26.441218.41219.3680
Yxy18.41210.48770.3396
Hunter Lab42.909334.902417.0923
CIE-Lab49.992241.951625.4867

#c0564e color RGB value is (192,86,78).

#c0564e hex color red value is 192, green value is 86 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c0564e hue: 0.01 , saturation: 0.48 and the lightness value of c0564e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010110 01001110
Octal 300 126 116
Decimal 192 86 78
Hex C0 56 4E

RGB Percentages of Color #c0564e

%53.93
%24.16
%21.91

CMYK Percentages of Color #c0564e

%0
%55
%59
%25

Triadic Colors of #c0564e

#c0564e #4ec056 #564ec0

Analogous Colors of #c0564e

#c0564e #c08f4e #c04e7f

Monochromatic Colors of #c0564e

#c0564e

Complementary Color

#c0564e #4eb8c0

#c0564e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0564e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0564e Color CSS Codes

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

#c0564e Text Font Color

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

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


#c0564e Background Color

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

This div background color is #c0564e


#c0564e Border Color

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

This div border color is #c0564e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0564e


Comments

No comments written yet.

Please login to write comment.