COLOR #C19997

HEX: #C19997 RGB: (193,153,151)

Color info

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

RGB color model

#C19997 color RGB value is (193,153,151).

RGB: (193,153,151) (76%, 60%, 59%)

RGB channels and saturation

R 193 of 255 = 76%
G 153 of 255 = 60%
B 151 of 255 = 59%

193
153
151

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

Portions of RGB colors in percentages

R + G + B = 193 + 153 + 151 = 497 (100%)
R 193 of 497 ~ 38.83%
G 153 of 497 ~ 30.78%
B 151 of 497 ~ 30.38'%

%38.83
%30.78
%30.38

CMYK color model

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

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

CMYK: (0,21,22,24)
C0M21Y22K24 (0%, 21%, 22%, 24%)
(0.00 / 0.21 / 0.22 / 0.24)

CMYK percentages

%0
%20.73
%21.76
%24.31

Codes

Color #C19997 in popluar color models

C1 99 97
RGB 193 153 151
HSL 25.30% 67.45%
HSB/HSV 21.76% 75.69%
CMYK 0.00% 20.73% 21.76%
24.31%

Color #C19997 in popluar number systems.

HEX C1 99 97
Decimal 193 153 151
Binary 11000001 10011001 10010111
Octal 301 231 227

Shades and tints

Shades of #C19997

#C19997
(193,153,151)
#B08C8A
(176,140,138)
#9F7F7D
(159,127,125)
#8E7270
(142,114,112)
#7D6563
(125,101,99)
#6C5856
(108,88,86)
#5B4B49
(91,75,73)
#4A3E3C
(74,62,60)
#39312F
(57,49,47)
#282422
(40,36,34)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #C19997

#C19997
(193,153,151)
#C6A2A0
(198,162,160)
#CBABA9
(203,171,169)
#D0B4B2
(208,180,178)
#D5BDBB
(213,189,187)
#DAC6C4
(218,198,196)
#DFCFCD
(223,207,205)
#E4D8D6
(228,216,214)
#E9E1DF
(233,225,223)
#EEEAE8
(238,234,232)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19997; }

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

This text font color is #C19997.

Background Color

.myBgColor { background-color: #C19997; }

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

This div background color is #C19997.

Border color

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

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

This div border color is #C19997.

Opacity

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

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

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

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

This text has shadow with #C19997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19997.

Preview

Color preview on black background

This text has color #C19997 on black background.


Color preview on white background

This text has color #C19997 on white background.


Black color preview on #C19997 background

This text has black color on #C19997 background.


White color preview on #C19997 background

This text has white color on #C19997 background.


Related colors

Complementary color

Complementary color for #hex is #3E6668.


I love getcolorcode.com

Triadic colors

1 #97C199 and #9997C1 with #C19997 are triadic colors.

2 #9799C1 and #99C197 with #C19997 are triadic colors.