Color Hex Logo

#c0714e Color Hex

#C0714E
(192,113,78)
0 Favorites   0 Comments

Color spaces of #c0714e

RGB 19211378
HSL0.050.480.53
HSV18°59°75°
CMYK 0.000.410.59   0.25
XYZ29.018523.566810.2271
Yxy23.56680.46200.3752
Hunter Lab48.545621.744721.4913
CIE-Lab55.651427.836232.6236

#c0714e color RGB value is (192,113,78).

#c0714e hex color red value is 192, green value is 113 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c0714e hue: 0.05 , saturation: 0.48 and the lightness value of c0714e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 01001110
Octal 300 161 116
Decimal 192 113 78
Hex C0 71 4E

RGB Percentages of Color #c0714e

%50.13
%29.50
%20.37

CMYK Percentages of Color #c0714e

%0
%41
%59
%25

Triadic Colors of #c0714e

#c0714e #4ec071 #714ec0

Analogous Colors of #c0714e

#c0714e #c0aa4e #c04e64

Monochromatic Colors of #c0714e

#c0714e

Complementary Color

#c0714e #4e9dc0

#c0714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0714e Color CSS Codes

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

#c0714e Text Font Color

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

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


#c0714e Background Color

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

This div background color is #c0714e


#c0714e Border Color

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

This div border color is #c0714e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0714e


Comments

No comments written yet.

Please login to write comment.