Color Hex Logo

#c07152 Color Hex

#C07152
(192,113,82)
0 Favorites   0 Comments

Color spaces of #c07152

RGB 19211382
HSL0.050.470.54
HSV17°57°75°
CMYK 0.000.410.57   0.25
XYZ29.166323.625911.0057
Yxy23.62590.45720.3703
Hunter Lab48.606522.047520.5998
CIE-Lab55.711328.148930.4759

#c07152 color RGB value is (192,113,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 01010010
Octal 300 161 122
Decimal 192 113 82
Hex C0 71 52

RGB Percentages of Color #c07152

%49.61
%29.20
%21.19

CMYK Percentages of Color #c07152

%0
%41
%57
%25

Triadic Colors of #c07152

#c07152 #52c071 #7152c0

Analogous Colors of #c07152

#c07152 #c0a852 #c0526a

Monochromatic Colors of #c07152

#c07152

Complementary Color

#c07152 #52a1c0

#c07152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07152 Color CSS Codes

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

#c07152 Text Font Color

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

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


#c07152 Background Color

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

This div background color is #c07152


#c07152 Border Color

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

This div border color is #c07152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07152


Comments

No comments written yet.

Please login to write comment.