COLOR #C199BB

HEX: #C199BB
RGB: (193,153,187)

Color info

#C199BB contains red, green and blue colors in about the same proportion. Web safe color of #C199BB is #CC99CC (or #C9C).

RGB color model

#C199BB color RGB value is (193,153,187).

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

RGB channels and saturation

R 193 of 255 = 76%
G 153 of 255 = 60%
B 187 of 255 = 73%

193
153
187

R + G + B ~ 70%. #C199BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 153 + 187 = 533 (100%)
R 193 of 533 ~ 36.21%
G 153 of 533 ~ 28.71%
B 187 of 533 ~ 35.08%

%36.21
%28.71
%35.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 3.11%
  • key color value is 24.31%
CMYK:
(0,21,3,24)
C0M21Y3K24 
(0%,21%,3%,24%)
(0.00/0.21/0.03/0.24)	

CMYK percentages

%0
%20.73
%3.11
%24.31

Codes

Color #C199BB in popluar color models

C199BB
RGB193153187
HSL309°24.39%67.84%
HSB/HSV309°20.73%75.69%
CMYK0.00%20.73%3.11%
24.31%

Color #C199BB in popluar number systems.

HEXC199BB
Decimal193153187
Binary110000011001100110111011
Octal301231273

Shades and tints

Shades of #C199BB

#C199BB
(193,153,187)
#B08CAA
(176,140,170)
#9F7F99
(159,127,153)
#8E7288
(142,114,136)
#7D6577
(125,101,119)
#6C5866
(108,88,102)
#5B4B55
(91,75,85)
#4A3E44
(74,62,68)
#393133
(57,49,51)
#282422
(40,36,34)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #C199BB

#C199BB
(193,153,187)
#C6A2C1
(198,162,193)
#CBABC7
(203,171,199)
#D0B4CD
(208,180,205)
#D5BDD3
(213,189,211)
#DAC6D9
(218,198,217)
#DFCFDF
(223,207,223)
#E4D8E5
(228,216,229)
#E9E1EB
(233,225,235)
#EEEAF1
(238,234,241)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C199BB; }

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

This text font color is #C199BB.


Background Color

.myBgColor { background-color: #C199BB; }

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

This div background color is #C199BB.


Border color

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

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

This div border color is #C199BB.


Opacity

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

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

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

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

This text has shadow with #C199BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C199BB on black background.


Color preview on white background

This text has color #C199BB on white background.



Black color preview on #C199BB background

This text has black color on #C199BB background.


White color preview on #C199BB background

This text has white color on #C199BB background.