COLOR #C68899

HEX: #C68899
RGB: (198,136,153)

Color info

#C68899 contains mainly red and blue colors. Web safe color of #C68899 is #CC9999 (or #C99).

RGB color model

#C68899 color RGB value is (198,136,153).

  • red value is 198;
  • green value is 136;
  • blue value is 153.
RGB:
(198,136,153)
(78%,53%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 153 of 255 = 60%

198
136
153

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

Portions of RGB colors in percentages

R + G + B =
198 + 136 + 153 = 487 (100%)
R 198 of 487 ~ 40.66%
G 136 of 487 ~ 27.93%
B 153 of 487 ~ 31.42%

%40.66
%27.93
%31.42

CMYK color model

#C68899 color CMYK value is (0,31,23,22).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 22.73%
  • key color value is 22.35%
CMYK:
(0,31,23,22)
C0M31Y23K22 
(0%,31%,23%,22%)
(0.00/0.31/0.23/0.22)	

CMYK percentages

%0
%31.31
%22.73
%22.35

Codes

Color #C68899 in popluar color models

C68899
RGB198136153
HSL344°35.23%65.49%
HSB/HSV344°31.31%77.65%
CMYK0.00%31.31%22.73%
22.35%

Color #C68899 in popluar number systems.

HEXC68899
Decimal198136153
Binary110001101000100010011001
Octal306210231

Shades and tints

Shades of #C68899

#C68899
(198,136,153)
#B47C8C
(180,124,140)
#A2707F
(162,112,127)
#906472
(144,100,114)
#7E5865
(126,88,101)
#6C4C58
(108,76,88)
#5A404B
(90,64,75)
#48343E
(72,52,62)
#362831
(54,40,49)
#241C24
(36,28,36)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #C68899

#C68899
(198,136,153)
#CB92A2
(203,146,162)
#D09CAB
(208,156,171)
#D5A6B4
(213,166,180)
#DAB0BD
(218,176,189)
#DFBAC6
(223,186,198)
#E4C4CF
(228,196,207)
#E9CED8
(233,206,216)
#EED8E1
(238,216,225)
#F3E2EA
(243,226,234)
#F8ECF3
(248,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68899 color. Also use rgb(198,136,153) instead hex code.

Text Font Color

.myTextColor { color: #C68899; }

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

This text font color is #C68899.


Background Color

.myBgColor { background-color: #C68899; }

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

This div background color is #C68899.


Border color

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

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

This div border color is #C68899.


Opacity

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

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

Text with #C68899 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 #C68899;}

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

This text has shadow with #C68899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68899 on black background.


Color preview on white background

This text has color #C68899 on white background.



Black color preview on #C68899 background

This text has black color on #C68899 background.


White color preview on #C68899 background

This text has white color on #C68899 background.