Color Hex Logo

#c76295 Color Hex

#C76295
(199,98,149)
0 Favorites   0 Comments

Color spaces of #c76295

RGB 19998149
HSL0.920.470.58
HSV330°51°78°
CMYK 0.000.510.25   0.22
XYZ33.345723.047431.1249
Yxy23.04740.38100.2633
Hunter Lab48.007739.9709-4.8342
CIE-Lab55.121146.0879-9.1260

#c76295 color RGB value is (199,98,149).

#c76295 hex color red value is 199, green value is 98 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c76295 hue: 0.92 , saturation: 0.47 and the lightness value of c76295 is 0.58.

The process color (four color CMYK) of #c76295 color hex is 0.00, 0.51, 0.25, 0.22. Web safe color of #c76295 is #cc6699. Color #c76295 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100010 10010101
Octal 307 142 225
Decimal 199 98 149
Hex C7 62 95

RGB Percentages of Color #c76295

%44.62
%21.97
%33.41

CMYK Percentages of Color #c76295

%0
%51
%25
%22

Triadic Colors of #c76295

#c76295 #95c762 #6295c7

Analogous Colors of #c76295

#c76295 #c76263 #c762c7

Monochromatic Colors of #c76295

#c76295

Complementary Color

#c76295 #62c794

#c76295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76295 Color CSS Codes

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

#c76295 Text Font Color

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

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


#c76295 Background Color

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

This div background color is #c76295


#c76295 Border Color

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

This div border color is #c76295


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,98,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c76295; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c76295;
  -webkit-box-shadow: 1px 1px 3px 2px #c76295;
  box-shadow:         1px 1px 3px 2px #c76295; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,98,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76295


Comments

No comments written yet.

Please login to write comment.