Color Hex Logo

#c78585 Color Hex

#C78585
(199,133,133)
0 Favorites   0 Comments

Color spaces of #c78585

RGB 199133133
HSL0.000.370.65
HSV33°78°
CMYK 0.000.330.33   0.22
XYZ36.174430.610626.1921
Yxy30.61060.38910.3292
Hunter Lab55.326819.886810.6605
CIE-Lab62.177525.374610.4042

#c78585 color RGB value is (199,133,133).

#c78585 hex color red value is 199, green value is 133 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c78585 hue: 0.00 , saturation: 0.37 and the lightness value of c78585 is 0.65.

The process color (four color CMYK) of #c78585 color hex is 0.00, 0.33, 0.33, 0.22. Web safe color of #c78585 is #cc9999. Color #c78585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000101 10000101
Octal 307 205 205
Decimal 199 133 133
Hex C7 85 85

RGB Percentages of Color #c78585

%42.80
%28.60
%28.60

CMYK Percentages of Color #c78585

%0
%33
%33
%22

Triadic Colors of #c78585

#c78585 #85c785 #8585c7

Analogous Colors of #c78585

#c78585 #c7a685 #c785a6

Monochromatic Colors of #c78585

#c78585

Complementary Color

#c78585 #85c7c7

#c78585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78585 Color CSS Codes

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

#c78585 Text Font Color

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

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


#c78585 Background Color

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

This div background color is #c78585


#c78585 Border Color

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

This div border color is #c78585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78585


Comments

No comments written yet.

Please login to write comment.