COLOR #C68B93

HEX: #C68B93 RGB: (198,139,147)

Color info

#C68B93 contains red, green and blue colors in about the same proportion. Web safe color of #C68B93 is #CC9999 (or #C99).

RGB color model

#C68B93 color RGB value is (198,139,147).

RGB: (198,139,147) (78%, 55%, 58%)

RGB channels and saturation

R 198 of 255 = 78%
G 139 of 255 = 55%
B 147 of 255 = 58%

198
139
147

R + G + B ~ 64%. #C68B93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 139 + 147 = 484 (100%)
R 198 of 484 ~ 40.91%
G 139 of 484 ~ 28.72%
B 147 of 484 ~ 30.37'%

%40.91
%28.72
%30.37

CMYK color model

#C68B93 color CMYK value is (0,30,26,22).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 25.76%
  • key color value is 22.35%

CMYK: (0,30,26,22)
C0M30Y26K22 (0%, 30%, 26%, 22%)
(0.00 / 0.30 / 0.26 / 0.22)

CMYK percentages

%0
%29.8
%25.76
%22.35

Codes

Color #C68B93 in popluar color models

C6 8B 93
RGB 198 139 147
HSL 352° 34.10% 66.08%
HSB/HSV 352° 29.80% 77.65%
CMYK 0.00% 29.80% 25.76%
22.35%

Color #C68B93 in popluar number systems.

HEX C6 8B 93
Decimal 198 139 147
Binary 11000110 10001011 10010011
Octal 306 213 223

Shades and tints

Shades of #C68B93

#C68B93
(198,139,147)
#B47F86
(180,127,134)
#A27379
(162,115,121)
#90676C
(144,103,108)
#7E5B5F
(126,91,95)
#6C4F52
(108,79,82)
#5A4345
(90,67,69)
#483738
(72,55,56)
#362B2B
(54,43,43)
#241F1E
(36,31,30)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #C68B93

#C68B93
(198,139,147)
#CB959C
(203,149,156)
#D09FA5
(208,159,165)
#D5A9AE
(213,169,174)
#DAB3B7
(218,179,183)
#DFBDC0
(223,189,192)
#E4C7C9
(228,199,201)
#E9D1D2
(233,209,210)
#EEDBDB
(238,219,219)
#F3E5E4
(243,229,228)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68B93 color. Also use rgb(198,139,147) instead hex code.

Text Font Color

.myTextColor { color: #C68B93; }

<p style="color:#C68B93">This sample text font color is #C68B93.</p>

This text font color is #C68B93.

Background Color

.myBgColor { background-color: #C68B93; }

<div style="background-color:#C68B93">Inner text</div>

This div background color is #C68B93.

Border color

.myBorderColor { border: 1px solid #C68B93; }

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

This div border color is #C68B93.

Opacity

.myOpacity80 { color: #C68B93; opacity: 0.8; }

<p style="color:#C68B93;opacity:0.8;">80%</p>

Text with #C68B93 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C68B93;}

<p style="text-shadow: 3px 3px 1px #C68B93">Text here.</p>

This text has shadow with #C68B93 color.


.textShadow {text-shadow: 3px 3px 1px #C68B93', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C68B93, 5px 5px 20px red">Text here.</p>

This text has shadow with #C68B93 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C68B93, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C68B93, Direction=45, Strength=4)">Text</p>

This text has shadow with #C68B93 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C68B93;
-webkit-box-shadow: 1px 1px 3px 2px #C68B93;
box-shadow: 1px 1px 3px 2px #C68B93;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C68B93; -webkit-box-shadow: 1px 1px 3px 2px #C68B93; box-shadow:1px 1px 3px 2px #C68B93;">
Div content here
</div>

This div box has shadow with color #C68B93.

Preview

Color preview on black background

This text has color #C68B93 on black background.


Color preview on white background

This text has color #C68B93 on white background.


Black color preview on #C68B93 background

This text has black color on #C68B93 background.


White color preview on #C68B93 background

This text has white color on #C68B93 background.


Related colors

Complementary color

Complementary color for #hex is #39746C.


I love getcolorcode.com

Triadic colors

1 #93C68B and #8B93C6 with #C68B93 are triadic colors.

2 #938BC6 and #8BC693 with #C68B93 are triadic colors.