COLOR #C198AC

HEX: #C198AC RGB: (193,152,172)

Color info

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

RGB color model

#C198AC color RGB value is (193,152,172).

RGB: (193,152,172) (76%, 60%, 67%)

RGB channels and saturation

R 193 of 255 = 76%
G 152 of 255 = 60%
B 172 of 255 = 67%

193
152
172

R + G + B ~ 68%. #C198AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 152 + 172 = 517 (100%)
R 193 of 517 ~ 37.33%
G 152 of 517 ~ 29.4%
B 172 of 517 ~ 33.27'%

%37.33
%29.4
%33.27

CMYK color model

#C198AC color CMYK value is (0,21,11,24).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 10.88%
  • key color value is 24.31%

CMYK: (0,21,11,24)
C0M21Y11K24 (0%, 21%, 11%, 24%)
(0.00 / 0.21 / 0.11 / 0.24)

CMYK percentages

%0
%21.24
%10.88
%24.31

Codes

Color #C198AC in popluar color models

C1 98 AC
RGB 193 152 172
HSL 331° 24.85% 67.65%
HSB/HSV 331° 21.24% 75.69%
CMYK 0.00% 21.24% 10.88%
24.31%

Color #C198AC in popluar number systems.

HEX C1 98 AC
Decimal 193 152 172
Binary 11000001 10011000 10101100
Octal 301 230 254

Shades and tints

Shades of #C198AC

#C198AC
(193,152,172)
#B08B9D
(176,139,157)
#9F7E8E
(159,126,142)
#8E717F
(142,113,127)
#7D6470
(125,100,112)
#6C5761
(108,87,97)
#5B4A52
(91,74,82)
#4A3D43
(74,61,67)
#393034
(57,48,52)
#282325
(40,35,37)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #C198AC

#C198AC
(193,152,172)
#C6A1B3
(198,161,179)
#CBAABA
(203,170,186)
#D0B3C1
(208,179,193)
#D5BCC8
(213,188,200)
#DAC5CF
(218,197,207)
#DFCED6
(223,206,214)
#E4D7DD
(228,215,221)
#E9E0E4
(233,224,228)
#EEE9EB
(238,233,235)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C198AC color. Also use rgb(193,152,172) instead hex code.

Text Font Color

.myTextColor { color: #C198AC; }

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

This text font color is #C198AC.

Background Color

.myBgColor { background-color: #C198AC; }

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

This div background color is #C198AC.

Border color

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

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

This div border color is #C198AC.

Opacity

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

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

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

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

This text has shadow with #C198AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C198AC.

Preview

Color preview on black background

This text has color #C198AC on black background.


Color preview on white background

This text has color #C198AC on white background.


Black color preview on #C198AC background

This text has black color on #C198AC background.


White color preview on #C198AC background

This text has white color on #C198AC background.


Related colors

Complementary color

Complementary color for #hex is #3E6753.


I love getcolorcode.com

Triadic colors

1 #ACC198 and #98ACC1 with #C198AC are triadic colors.

2 #AC98C1 and #98C1AC with #C198AC are triadic colors.