Color Hex Logo

#c0764e Color Hex

#C0764E
(192,118,78)
0 Favorites   0 Comments

Color spaces of #c0764e

RGB 19211878
HSL0.060.480.53
HSV21°59°75°
CMYK 0.000.390.59   0.25
XYZ29.591824.713410.4182
Yxy24.71340.45720.3818
Hunter Lab49.712619.256522.3735
CIE-Lab56.795125.109434.0327

#c0764e color RGB value is (192,118,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110110 01001110
Octal 300 166 116
Decimal 192 118 78
Hex C0 76 4E

RGB Percentages of Color #c0764e

%49.48
%30.41
%20.10

CMYK Percentages of Color #c0764e

%0
%39
%59
%25

Triadic Colors of #c0764e

#c0764e #4ec076 #764ec0

Analogous Colors of #c0764e

#c0764e #c0af4e #c04e5f

Monochromatic Colors of #c0764e

#c0764e

Complementary Color

#c0764e #4e98c0

#c0764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0764e Color CSS Codes

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

#c0764e Text Font Color

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

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


#c0764e Background Color

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

This div background color is #c0764e


#c0764e Border Color

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

This div border color is #c0764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0764e


Comments

No comments written yet.

Please login to write comment.