Color Hex Logo

#c7768a Color Hex

#C7768A
(199,118,138)
0 Favorites   0 Comments

Color spaces of #c7768a

RGB 199118138
HSL0.960.420.62
HSV345°41°78°
CMYK 0.000.410.31   0.22
XYZ34.619126.934027.4189
Yxy26.93400.38910.3027
Hunter Lab51.898028.24895.0043
CIE-Lab58.913234.17582.8636

#c7768a color RGB value is (199,118,138).

#c7768a hex color red value is 199, green value is 118 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c7768a hue: 0.96 , saturation: 0.42 and the lightness value of c7768a is 0.62.

The process color (four color CMYK) of #c7768a color hex is 0.00, 0.41, 0.31, 0.22. Web safe color of #c7768a is #cc6699. Color #c7768a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110110 10001010
Octal 307 166 212
Decimal 199 118 138
Hex C7 76 8A

RGB Percentages of Color #c7768a

%43.74
%25.93
%30.33

CMYK Percentages of Color #c7768a

%0
%41
%31
%22

Triadic Colors of #c7768a

#c7768a #8ac776 #768ac7

Analogous Colors of #c7768a

#c7768a #c78b76 #c776b3

Monochromatic Colors of #c7768a

#c7768a

Complementary Color

#c7768a #76c7b3

#c7768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7768a Color CSS Codes

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

#c7768a Text Font Color

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

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


#c7768a Background Color

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

This div background color is #c7768a


#c7768a Border Color

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

This div border color is #c7768a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7768a


Comments

No comments written yet.

Please login to write comment.