COLOR #C19F99

HEX: #C19F99 RGB: (193,159,153)

Color info

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

RGB color model

#C19F99 color RGB value is (193,159,153).

RGB: (193,159,153) (76%, 62%, 60%)

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 153 of 255 = 60%

193
159
153

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

Portions of RGB colors in percentages

R + G + B = 193 + 159 + 153 = 505 (100%)
R 193 of 505 ~ 38.22%
G 159 of 505 ~ 31.49%
B 153 of 505 ~ 30.3'%

%38.22
%31.49
%30.3

CMYK color model

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

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

CMYK: (0,18,21,24)
C0M18Y21K24 (0%, 18%, 21%, 24%)
(0.00 / 0.18 / 0.21 / 0.24)

CMYK percentages

%0
%17.62
%20.73
%24.31

Codes

Color #C19F99 in popluar color models

C1 9F 99
RGB 193 159 153
HSL 24.39% 67.84%
HSB/HSV 20.73% 75.69%
CMYK 0.00% 17.62% 20.73%
24.31%

Color #C19F99 in popluar number systems.

HEX C1 9F 99
Decimal 193 159 153
Binary 11000001 10011111 10011001
Octal 301 237 231

Shades and tints

Shades of #C19F99

#C19F99
(193,159,153)
#B0918C
(176,145,140)
#9F837F
(159,131,127)
#8E7572
(142,117,114)
#7D6765
(125,103,101)
#6C5958
(108,89,88)
#5B4B4B
(91,75,75)
#4A3D3E
(74,61,62)
#392F31
(57,47,49)
#282124
(40,33,36)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #C19F99

#C19F99
(193,159,153)
#C6A7A2
(198,167,162)
#CBAFAB
(203,175,171)
#D0B7B4
(208,183,180)
#D5BFBD
(213,191,189)
#DAC7C6
(218,199,198)
#DFCFCF
(223,207,207)
#E4D7D8
(228,215,216)
#E9DFE1
(233,223,225)
#EEE7EA
(238,231,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19F99; }

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

This text font color is #C19F99.

Background Color

.myBgColor { background-color: #C19F99; }

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

This div background color is #C19F99.

Border color

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

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

This div border color is #C19F99.

Opacity

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

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

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

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

This text has shadow with #C19F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19F99.

Preview

Color preview on black background

This text has color #C19F99 on black background.


Color preview on white background

This text has color #C19F99 on white background.


Black color preview on #C19F99 background

This text has black color on #C19F99 background.


White color preview on #C19F99 background

This text has white color on #C19F99 background.


Related colors

Complementary color

Complementary color for #hex is #3E6066.


I love getcolorcode.com

Triadic colors

1 #99C19F and #9F99C1 with #C19F99 are triadic colors.

2 #999FC1 and #9FC199 with #C19F99 are triadic colors.