Color Hex Logo

#c07372 Color Hex

#C07372
(192,115,114)
0 Favorites   0 Comments

Color spaces of #c07372

RGB 192115114
HSL0.000.380.60
HSV41°75°
CMYK 0.000.400.41   0.25
XYZ30.906224.682819.0549
Yxy24.68280.41400.3307
Hunter Lab49.681824.098712.0372
CIE-Lab56.765030.183813.5873

#c07372 color RGB value is (192,115,114).

#c07372 hex color red value is 192, green value is 115 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c07372 hue: 0.00 , saturation: 0.38 and the lightness value of c07372 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 01110010
Octal 300 163 162
Decimal 192 115 114
Hex C0 73 72

RGB Percentages of Color #c07372

%45.61
%27.32
%27.08

CMYK Percentages of Color #c07372

%0
%40
%41
%25

Triadic Colors of #c07372

#c07372 #72c073 #7372c0

Analogous Colors of #c07372

#c07372 #c09a72 #c07298

Monochromatic Colors of #c07372

#c07372

Complementary Color

#c07372 #72bfc0

#c07372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07372 Color CSS Codes

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

#c07372 Text Font Color

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

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


#c07372 Background Color

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

This div background color is #c07372


#c07372 Border Color

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

This div border color is #c07372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07372


Comments

No comments written yet.

Please login to write comment.