Color Hex Logo

#c0867e Color Hex

#C0867E
(192,134,126)
0 Favorites   0 Comments

Color spaces of #c0867e

RGB 192134126
HSL0.020.340.62
HSV34°75°
CMYK 0.000.300.34   0.25
XYZ34.029229.763023.6900
Yxy29.76300.38900.3402
Hunter Lab54.555515.868012.4429
CIE-Lab61.449221.205013.2425

#c0867e color RGB value is (192,134,126).

#c0867e hex color red value is 192, green value is 134 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c0867e hue: 0.02 , saturation: 0.34 and the lightness value of c0867e is 0.62.

The process color (four color CMYK) of #c0867e color hex is 0.00, 0.30, 0.34, 0.25. Web safe color of #c0867e is #cc9966. Color #c0867e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000110 01111110
Octal 300 206 176
Decimal 192 134 126
Hex C0 86 7E

RGB Percentages of Color #c0867e

%42.48
%29.65
%27.88

CMYK Percentages of Color #c0867e

%0
%30
%34
%25

Triadic Colors of #c0867e

#c0867e #7ec086 #867ec0

Analogous Colors of #c0867e

#c0867e #c0a77e #c07e97

Monochromatic Colors of #c0867e

#c0867e

Complementary Color

#c0867e #7eb8c0

#c0867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0867e Color CSS Codes

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

#c0867e Text Font Color

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

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


#c0867e Background Color

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

This div background color is #c0867e


#c0867e Border Color

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

This div border color is #c0867e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0867e


Comments

No comments written yet.

Please login to write comment.