Color Hex Logo

#c05555 Color Hex

#C05555
(192,85,85)
1 Favorites   0 Comments

Color spaces of #c05555

RGB 1928585
HSL0.000.460.54
HSV56°75°
CMYK 0.000.560.56   0.25
XYZ26.626418.359310.7347
Yxy18.35930.47790.3295
Hunter Lab42.847835.939715.1394
CIE-Lab49.929042.984021.2776

#c05555 color RGB value is (192,85,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010101 01010101
Octal 300 125 125
Decimal 192 85 85
Hex C0 55 55

RGB Percentages of Color #c05555

%53.04
%23.48
%23.48

CMYK Percentages of Color #c05555

%0
%56
%56
%25

Triadic Colors of #c05555

#c05555 #55c055 #5555c0

Analogous Colors of #c05555

#c05555 #c08b55 #c0558b

Monochromatic Colors of #c05555

#c05555

Complementary Color

#c05555 #55c0c0

#c05555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05555 Color CSS Codes

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

#c05555 Text Font Color

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

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


#c05555 Background Color

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

This div background color is #c05555


#c05555 Border Color

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

This div border color is #c05555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05555


Comments

No comments written yet.

Please login to write comment.