Color Hex Logo

#c0762d Color Hex

#C0762D
(192,118,45)
0 Favorites   0 Comments

Color spaces of #c0762d

RGB 19211845
HSL0.080.620.46
HSV30°77°75°
CMYK 0.000.390.77   0.25
XYZ28.690324.35285.6710
Yxy24.35280.48860.4148
Hunter Lab49.348617.416527.7305
CIE-Lab56.439323.166150.2052

#c0762d color RGB value is (192,118,45).

#c0762d hex color red value is 192, green value is 118 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c0762d hue: 0.08 , saturation: 0.62 and the lightness value of c0762d is 0.46.

The process color (four color CMYK) of #c0762d color hex is 0.00, 0.39, 0.77, 0.25. Web safe color of #c0762d is #cc6633. Color #c0762d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110110 00101101
Octal 300 166 55
Decimal 192 118 45
Hex C0 76 2D

RGB Percentages of Color #c0762d

%54.08
%33.24
%12.68

CMYK Percentages of Color #c0762d

%0
%39
%77
%25

Triadic Colors of #c0762d

#c0762d #2dc076 #762dc0

Analogous Colors of #c0762d

#c0762d #c0c02d #c02d2e

Monochromatic Colors of #c0762d

#c0762d

Complementary Color

#c0762d #2d77c0

#c0762d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0762d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0762d Color CSS Codes

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

#c0762d Text Font Color

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

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


#c0762d Background Color

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

This div background color is #c0762d


#c0762d Border Color

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

This div border color is #c0762d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0762d


Comments

No comments written yet.

Please login to write comment.