Color Hex Logo

#c05655 Color Hex

#C05655
(192,86,85)
0 Favorites   0 Comments

Color spaces of #c05655

RGB 1928685
HSL0.000.460.54
HSV56°75°
CMYK 0.000.550.56   0.25
XYZ26.705718.517910.7611
Yxy18.51790.47700.3308
Hunter Lab43.032435.469415.2961
CIE-Lab50.118342.492521.5283

#c05655 color RGB value is (192,86,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010110 01010101
Octal 300 126 125
Decimal 192 86 85
Hex C0 56 55

RGB Percentages of Color #c05655

%52.89
%23.69
%23.42

CMYK Percentages of Color #c05655

%0
%55
%56
%25

Triadic Colors of #c05655

#c05655 #55c056 #5655c0

Analogous Colors of #c05655

#c05655 #c08c55 #c0558a

Monochromatic Colors of #c05655

#c05655

Complementary Color

#c05655 #55bfc0

#c05655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05655 Color CSS Codes

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

#c05655 Text Font Color

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

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


#c05655 Background Color

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

This div background color is #c05655


#c05655 Border Color

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

This div border color is #c05655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05655


Comments

No comments written yet.

Please login to write comment.