Color Hex Logo

#c76762 Color Hex

#C76762
(199,103,98)
0 Favorites   0 Comments

Color spaces of #c76762

RGB 19910398
HSL0.010.470.58
HSV51°78°
CMYK 0.000.480.51   0.22
XYZ30.608022.724514.3283
Yxy22.72450.45240.3359
Hunter Lab47.670231.188015.5483
CIE-Lab54.787437.598720.3190

#c76762 color RGB value is (199,103,98).

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

The process color (four color CMYK) of #c76762 color hex is 0.00, 0.48, 0.51, 0.22. Web safe color of #c76762 is #cc6666. Color #c76762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100111 01100010
Octal 307 147 142
Decimal 199 103 98
Hex C7 67 62

RGB Percentages of Color #c76762

%49.75
%25.75
%24.50

CMYK Percentages of Color #c76762

%0
%48
%51
%22

Triadic Colors of #c76762

#c76762 #62c767 #6762c7

Analogous Colors of #c76762

#c76762 #c79a62 #c76290

Monochromatic Colors of #c76762

#c76762

Complementary Color

#c76762 #62c2c7

#c76762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76762 Color CSS Codes

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

#c76762 Text Font Color

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

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


#c76762 Background Color

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

This div background color is #c76762


#c76762 Border Color

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

This div border color is #c76762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76762


Comments

No comments written yet.

Please login to write comment.