Color Hex Logo

#c0724a Color Hex

#C0724A
(192,114,74)
0 Favorites   0 Comments

Color spaces of #c0724a

RGB 19211474
HSL0.060.480.52
HSV20°61°75°
CMYK 0.000.410.61   0.25
XYZ28.991623.73559.5320
Yxy23.73550.46570.3812
Hunter Lab48.719120.962822.5031
CIE-Lab55.822026.997035.0259

#c0724a color RGB value is (192,114,74).

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

The process color (four color CMYK) of #c0724a color hex is 0.00, 0.41, 0.61, 0.25. Web safe color of #c0724a is #cc6633. Color #c0724a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110010 01001010
Octal 300 162 112
Decimal 192 114 74
Hex C0 72 4A

RGB Percentages of Color #c0724a

%50.53
%30.00
%19.47

CMYK Percentages of Color #c0724a

%0
%41
%61
%25

Triadic Colors of #c0724a

#c0724a #4ac072 #724ac0

Analogous Colors of #c0724a

#c0724a #c0ad4a #c04a5d

Monochromatic Colors of #c0724a

#c0724a

Complementary Color

#c0724a #4a98c0

#c0724a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0724a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0724a Color CSS Codes

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

#c0724a Text Font Color

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

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


#c0724a Background Color

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

This div background color is #c0724a


#c0724a Border Color

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

This div border color is #c0724a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0724a


Comments

No comments written yet.

Please login to write comment.