Color Hex Logo

#c6899e Color Hex

#C6899E
(198,137,158)
0 Favorites   0 Comments

Color spaces of #c6899e

RGB 198137158
HSL0.940.350.66
HSV339°31°78°
CMYK 0.000.310.20   0.22
XYZ38.405932.365736.5707
Yxy32.36570.35780.3015
Hunter Lab56.890920.94281.7107
CIE-Lab63.644026.3562-1.7061

#c6899e color RGB value is (198,137,158).

#c6899e hex color red value is 198, green value is 137 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c6899e hue: 0.94 , saturation: 0.35 and the lightness value of c6899e is 0.66.

The process color (four color CMYK) of #c6899e color hex is 0.00, 0.31, 0.20, 0.22. Web safe color of #c6899e is #cc9999. Color #c6899e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 10011110
Octal 306 211 236
Decimal 198 137 158
Hex C6 89 9E

RGB Percentages of Color #c6899e

%40.16
%27.79
%32.05

CMYK Percentages of Color #c6899e

%0
%31
%20
%22

Triadic Colors of #c6899e

#c6899e #9ec689 #899ec6

Analogous Colors of #c6899e

#c6899e #c69389 #c689bd

Monochromatic Colors of #c6899e

#c6899e

Complementary Color

#c6899e #89c6b1

#c6899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6899e Color CSS Codes

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

#c6899e Text Font Color

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

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


#c6899e Background Color

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

This div background color is #c6899e


#c6899e Border Color

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

This div border color is #c6899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6899e


Comments

No comments written yet.

Please login to write comment.