Color Hex Logo

#c6918d Color Hex

#C6918D
(198,145,141)
0 Favorites   0 Comments

Color spaces of #c6918d

RGB 198145141
HSL0.010.330.66
HSV29°78°
CMYK 0.000.270.29   0.22
XYZ38.221834.179729.7821
Yxy34.17970.37410.3345
Hunter Lab58.463414.387510.7212
CIE-Lab65.105019.467310.0101

#c6918d color RGB value is (198,145,141).

#c6918d hex color red value is 198, green value is 145 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c6918d hue: 0.01 , saturation: 0.33 and the lightness value of c6918d is 0.66.

The process color (four color CMYK) of #c6918d color hex is 0.00, 0.27, 0.29, 0.22. Web safe color of #c6918d is #cc9999. Color #c6918d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010001 10001101
Octal 306 221 215
Decimal 198 145 141
Hex C6 91 8D

RGB Percentages of Color #c6918d

%40.91
%29.96
%29.13

CMYK Percentages of Color #c6918d

%0
%27
%29
%22

Triadic Colors of #c6918d

#c6918d #8dc691 #918dc6

Analogous Colors of #c6918d

#c6918d #c6ae8d #c68da6

Monochromatic Colors of #c6918d

#c6918d

Complementary Color

#c6918d #8dc2c6

#c6918d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6918d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6918d Color CSS Codes

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

#c6918d Text Font Color

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

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


#c6918d Background Color

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

This div background color is #c6918d


#c6918d Border Color

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

This div border color is #c6918d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6918d


Comments

No comments written yet.

Please login to write comment.