COLOR #C1999B

HEX: #C1999B RGB: (193,153,155)

Color info

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

RGB color model

#C1999B color RGB value is (193,153,155).

RGB: (193,153,155) (76%, 60%, 61%)

RGB channels and saturation

R 193 of 255 = 76%
G 153 of 255 = 60%
B 155 of 255 = 61%

193
153
155

R + G + B ~ 66%. #C1999B is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 153 + 155 = 501 (100%)
R 193 of 501 ~ 38.52%
G 153 of 501 ~ 30.54%
B 155 of 501 ~ 30.94'%

%38.52
%30.54
%30.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 19.69%
  • key color value is 24.31%

CMYK: (0,21,20,24)
C0M21Y20K24 (0%, 21%, 20%, 24%)
(0.00 / 0.21 / 0.20 / 0.24)

CMYK percentages

%0
%20.73
%19.69
%24.31

Codes

Color #C1999B in popluar color models

C1 99 9B
RGB 193 153 155
HSL 357° 24.39% 67.84%
HSB/HSV 357° 20.73% 75.69%
CMYK 0.00% 20.73% 19.69%
24.31%

Color #C1999B in popluar number systems.

HEX C1 99 9B
Decimal 193 153 155
Binary 11000001 10011001 10011011
Octal 301 231 233

Shades and tints

Shades of #C1999B

#C1999B
(193,153,155)
#B08C8D
(176,140,141)
#9F7F7F
(159,127,127)
#8E7271
(142,114,113)
#7D6563
(125,101,99)
#6C5855
(108,88,85)
#5B4B47
(91,75,71)
#4A3E39
(74,62,57)
#39312B
(57,49,43)
#28241D
(40,36,29)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #C1999B

#C1999B
(193,153,155)
#C6A2A4
(198,162,164)
#CBABAD
(203,171,173)
#D0B4B6
(208,180,182)
#D5BDBF
(213,189,191)
#DAC6C8
(218,198,200)
#DFCFD1
(223,207,209)
#E4D8DA
(228,216,218)
#E9E1E3
(233,225,227)
#EEEAEC
(238,234,236)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1999B; }

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

This text font color is #C1999B.

Background Color

.myBgColor { background-color: #C1999B; }

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

This div background color is #C1999B.

Border color

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

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

This div border color is #C1999B.

Opacity

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

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

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

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

This text has shadow with #C1999B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1999B.

Preview

Color preview on black background

This text has color #C1999B on black background.


Color preview on white background

This text has color #C1999B on white background.


Black color preview on #C1999B background

This text has black color on #C1999B background.


White color preview on #C1999B background

This text has white color on #C1999B background.


Related colors

Complementary color

Complementary color for #hex is #3E6664.


I love getcolorcode.com

Triadic colors

1 #9BC199 and #999BC1 with #C1999B are triadic colors.

2 #9B99C1 and #99C19B with #C1999B are triadic colors.