Color Hex Logo

#c6777d Color Hex

#C6777D
(198,119,125)
0 Favorites   0 Comments

Color spaces of #c6777d

RGB 198119125
HSL0.990.410.62
HSV355°40°78°
CMYK 0.000.400.37   0.22
XYZ33.587226.680122.7816
Yxy26.68010.40440.3213
Hunter Lab51.652825.677210.0069
CIE-Lab58.677031.610010.0205

#c6777d color RGB value is (198,119,125).

#c6777d hex color red value is 198, green value is 119 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c6777d hue: 0.99 , saturation: 0.41 and the lightness value of c6777d is 0.62.

The process color (four color CMYK) of #c6777d color hex is 0.00, 0.40, 0.37, 0.22. Web safe color of #c6777d is #cc6666. Color #c6777d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110111 01111101
Octal 306 167 175
Decimal 198 119 125
Hex C6 77 7D

RGB Percentages of Color #c6777d

%44.80
%26.92
%28.28

CMYK Percentages of Color #c6777d

%0
%40
%37
%22

Triadic Colors of #c6777d

#c6777d #7dc677 #777dc6

Analogous Colors of #c6777d

#c6777d #c69977 #c677a5

Monochromatic Colors of #c6777d

#c6777d

Complementary Color

#c6777d #77c6c0

#c6777d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6777d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6777d Color CSS Codes

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

#c6777d Text Font Color

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

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


#c6777d Background Color

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

This div background color is #c6777d


#c6777d Border Color

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

This div border color is #c6777d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,119,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6777d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6777d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6777d;
  box-shadow:         1px 1px 3px 2px #c6777d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,119,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6777d


Comments

No comments written yet.

Please login to write comment.