COLOR #C199BD

HEX: #C199BD RGB: (193,153,189)

Color info

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

RGB color model

#C199BD color RGB value is (193,153,189).

RGB: (193,153,189) (76%, 60%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 153 of 255 = 60%
B 189 of 255 = 74%

193
153
189

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

Portions of RGB colors in percentages

R + G + B = 193 + 153 + 189 = 535 (100%)
R 193 of 535 ~ 36.07%
G 153 of 535 ~ 28.6%
B 189 of 535 ~ 35.33'%

%36.07
%28.6
%35.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 2.07%
  • key color value is 24.31%
CMYK: (0,21,2,24) C0M21Y2K24 (0%,21%,2%,24%) (0.00/0.21/0.02/0.24) 

CMYK percentages

%0
%20.73
%2.07
%24.31

Codes

Color #C199BD in popluar color models

C1 99 BD
RGB 193 153 189
HSL 306° 24.39% 67.84%
HSB/HSV 306° 20.73% 75.69%
CMYK 0.00% 20.73% 2.07%
24.31%

Color #C199BD in popluar number systems.

HEX C1 99 BD
Decimal 193 153 189
Binary 11000001 10011001 10111101
Octal 301 231 275

Shades and tints

Shades of #C199BD

#C199BD
(193,153,189)
#B08CAC
(176,140,172)
#9F7F9B
(159,127,155)
#8E728A
(142,114,138)
#7D6579
(125,101,121)
#6C5868
(108,88,104)
#5B4B57
(91,75,87)
#4A3E46
(74,62,70)
#393135
(57,49,53)
#282424
(40,36,36)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #C199BD

#C199BD
(193,153,189)
#C6A2C3
(198,162,195)
#CBABC9
(203,171,201)
#D0B4CF
(208,180,207)
#D5BDD5
(213,189,213)
#DAC6DB
(218,198,219)
#DFCFE1
(223,207,225)
#E4D8E7
(228,216,231)
#E9E1ED
(233,225,237)
#EEEAF3
(238,234,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C199BD; }

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

This text font color is #C199BD.

Background Color

.myBgColor { background-color: #C199BD; }

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

This div background color is #C199BD.

Border color

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

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

This div border color is #C199BD.

Opacity

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

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

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

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

This text has shadow with #C199BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C199BD.

Preview

Color preview on black background

This text has color #C199BD on black background.


Color preview on white background

This text has color #C199BD on white background.


Black color preview on #C199BD background

This text has black color on #C199BD background.


White color preview on #C199BD background

This text has white color on #C199BD background.


Related colors

Complementary color

Complementary color for #hex is #3E6642.


I love getcolorcode.com

Triadic colors

1 #BDC199 and #99BDC1 with #C199BD are triadic colors.

2 #BD99C1 and #99C1BD with #C199BD are triadic colors.