Color Hex Logo

#c6888d Color Hex

#C6888D
(198,136,141)
0 Favorites   0 Comments

Color spaces of #c6888d

RGB 198136141
HSL0.990.350.65
HSV355°31°78°
CMYK 0.000.310.29   0.22
XYZ36.900631.537229.3417
Yxy31.53720.37740.3225
Hunter Lab56.158019.01338.3325
CIE-Lab62.958524.41696.9525

#c6888d color RGB value is (198,136,141).

#c6888d hex color red value is 198, green value is 136 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c6888d hue: 0.99 , saturation: 0.35 and the lightness value of c6888d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 10001101
Octal 306 210 215
Decimal 198 136 141
Hex C6 88 8D

RGB Percentages of Color #c6888d

%41.68
%28.63
%29.68

CMYK Percentages of Color #c6888d

%0
%31
%29
%22

Triadic Colors of #c6888d

#c6888d #8dc688 #888dc6

Analogous Colors of #c6888d

#c6888d #c6a288 #c688ac

Monochromatic Colors of #c6888d

#c6888d

Complementary Color

#c6888d #88c6c1

#c6888d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6888d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6888d Color CSS Codes

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

#c6888d Text Font Color

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

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


#c6888d Background Color

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

This div background color is #c6888d


#c6888d Border Color

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

This div border color is #c6888d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,136,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 #c6888d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6888d


Comments

No comments written yet.

Please login to write comment.