COLOR #C19998

HEX: #C19998
RGB: (193,153,152)

Color info

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

RGB color model

#C19998 color RGB value is (193,153,152).

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

RGB channels and saturation

R 193 of 255 = 76%
G 153 of 255 = 60%
B 152 of 255 = 60%

193
153
152

R + G + B ~ 65%. #C19998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 153 + 152 = 498 (100%)
R 193 of 498 ~ 38.76%
G 153 of 498 ~ 30.72%
B 152 of 498 ~ 30.52%

%38.76
%30.72
%30.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 21.24%
  • key color value is 24.31%
CMYK:
(0,21,21,24)
C0M21Y21K24 
(0%,21%,21%,24%)
(0.00/0.21/0.21/0.24)	

CMYK percentages

%0
%20.73
%21.24
%24.31

Codes

Color #C19998 in popluar color models

C19998
RGB193153152
HSL24.85%67.65%
HSB/HSV21.24%75.69%
CMYK0.00%20.73%21.24%
24.31%

Color #C19998 in popluar number systems.

HEXC19998
Decimal193153152
Binary110000011001100110011000
Octal301231230

Shades and tints

Shades of #C19998

#C19998
(193,153,152)
#B08C8B
(176,140,139)
#9F7F7E
(159,127,126)
#8E7271
(142,114,113)
#7D6564
(125,101,100)
#6C5857
(108,88,87)
#5B4B4A
(91,75,74)
#4A3E3D
(74,62,61)
#393130
(57,49,48)
#282423
(40,36,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #C19998

#C19998
(193,153,152)
#C6A2A1
(198,162,161)
#CBABAA
(203,171,170)
#D0B4B3
(208,180,179)
#D5BDBC
(213,189,188)
#DAC6C5
(218,198,197)
#DFCFCE
(223,207,206)
#E4D8D7
(228,216,215)
#E9E1E0
(233,225,224)
#EEEAE9
(238,234,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19998; }

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

This text font color is #C19998.


Background Color

.myBgColor { background-color: #C19998; }

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

This div background color is #C19998.


Border color

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

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

This div border color is #C19998.


Opacity

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

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

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

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

This text has shadow with #C19998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19998 on black background.


Color preview on white background

This text has color #C19998 on white background.



Black color preview on #C19998 background

This text has black color on #C19998 background.


White color preview on #C19998 background

This text has white color on #C19998 background.