Color Hex Logo

#c6646d Color Hex

#C6646D
(198,100,109)
0 Favorites   0 Comments

Color spaces of #c6646d

RGB 198100109
HSL0.980.460.58
HSV354°49°78°
CMYK 0.000.490.45   0.22
XYZ30.606222.224217.1446
Yxy22.22420.43740.3176
Hunter Lab47.142533.387511.4375
CIE-Lab54.264139.847813.1461

#c6646d color RGB value is (198,100,109).

#c6646d hex color red value is 198, green value is 100 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c6646d hue: 0.98 , saturation: 0.46 and the lightness value of c6646d is 0.58.

The process color (four color CMYK) of #c6646d color hex is 0.00, 0.49, 0.45, 0.22. Web safe color of #c6646d is #cc6666. Color #c6646d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100100 01101101
Octal 306 144 155
Decimal 198 100 109
Hex C6 64 6D

RGB Percentages of Color #c6646d

%48.65
%24.57
%26.78

CMYK Percentages of Color #c6646d

%0
%49
%45
%22

Triadic Colors of #c6646d

#c6646d #6dc664 #646dc6

Analogous Colors of #c6646d

#c6646d #c68c64 #c6649e

Monochromatic Colors of #c6646d

#c6646d

Complementary Color

#c6646d #64c6bd

#c6646d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6646d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6646d Color CSS Codes

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

#c6646d Text Font Color

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

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


#c6646d Background Color

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

This div background color is #c6646d


#c6646d Border Color

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

This div border color is #c6646d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6646d


Comments

No comments written yet.

Please login to write comment.