Color Hex Logo

#c78180 Color Hex

#C78180
(199,129,128)
0 Favorites   0 Comments

Color spaces of #c78180

RGB 199129128
HSL0.000.390.64
HSV36°78°
CMYK 0.000.350.36   0.22
XYZ35.299729.401124.2366
Yxy29.40110.39690.3306
Hunter Lab54.222821.315811.4544
CIE-Lab61.134026.928211.7809

#c78180 color RGB value is (199,129,128).

#c78180 hex color red value is 199, green value is 129 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c78180 hue: 0.00 , saturation: 0.39 and the lightness value of c78180 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000001 10000000
Octal 307 201 200
Decimal 199 129 128
Hex C7 81 80

RGB Percentages of Color #c78180

%43.64
%28.29
%28.07

CMYK Percentages of Color #c78180

%0
%35
%36
%22

Triadic Colors of #c78180

#c78180 #80c781 #8180c7

Analogous Colors of #c78180

#c78180 #c7a580 #c780a3

Monochromatic Colors of #c78180

#c78180

Complementary Color

#c78180 #80c6c7

#c78180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78180 Color CSS Codes

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

#c78180 Text Font Color

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

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


#c78180 Background Color

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

This div background color is #c78180


#c78180 Border Color

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

This div border color is #c78180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78180


Comments

No comments written yet.

Please login to write comment.