COLOR #C198AA

HEX: #C198AA
RGB: (193,152,170)

Color info

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

RGB color model

#C198AA color RGB value is (193,152,170).

  • red value is 193;
  • green value is 152;
  • blue value is 170.
RGB:
(193,152,170)
(76%,60%,67%)

RGB channels and saturation

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

193
152
170

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

Portions of RGB colors in percentages

R + G + B =
193 + 152 + 170 = 515 (100%)
R 193 of 515 ~ 37.48%
G 152 of 515 ~ 29.51%
B 170 of 515 ~ 33.01%

%37.48
%29.51
%33.01

CMYK color model

#C198AA color CMYK value is (0,21,12,24).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 11.92%
  • key color value is 24.31%
CMYK:
(0,21,12,24)
C0M21Y12K24 
(0%,21%,12%,24%)
(0.00/0.21/0.12/0.24)	

CMYK percentages

%0
%21.24
%11.92
%24.31

Codes

Color #C198AA in popluar color models

C198AA
RGB193152170
HSL334°24.85%67.65%
HSB/HSV334°21.24%75.69%
CMYK0.00%21.24%11.92%
24.31%

Color #C198AA in popluar number systems.

HEXC198AA
Decimal193152170
Binary110000011001100010101010
Octal301230252

Shades and tints

Shades of #C198AA

#C198AA
(193,152,170)
#B08B9B
(176,139,155)
#9F7E8C
(159,126,140)
#8E717D
(142,113,125)
#7D646E
(125,100,110)
#6C575F
(108,87,95)
#5B4A50
(91,74,80)
#4A3D41
(74,61,65)
#393032
(57,48,50)
#282323
(40,35,35)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C198AA

#C198AA
(193,152,170)
#C6A1B1
(198,161,177)
#CBAAB8
(203,170,184)
#D0B3BF
(208,179,191)
#D5BCC6
(213,188,198)
#DAC5CD
(218,197,205)
#DFCED4
(223,206,212)
#E4D7DB
(228,215,219)
#E9E0E2
(233,224,226)
#EEE9E9
(238,233,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C198AA; }

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

This text font color is #C198AA.


Background Color

.myBgColor { background-color: #C198AA; }

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

This div background color is #C198AA.


Border color

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

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

This div border color is #C198AA.


Opacity

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

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

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

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

This text has shadow with #C198AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C198AA on black background.


Color preview on white background

This text has color #C198AA on white background.



Black color preview on #C198AA background

This text has black color on #C198AA background.


White color preview on #C198AA background

This text has white color on #C198AA background.