COLOR #C19992

HEX: #C19992 RGB: (193,153,146)

Color info

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

RGB color model

#C19992 color RGB value is (193,153,146).

RGB: (193,153,146) (76%, 60%, 57%)

RGB channels and saturation

R 193 of 255 = 76%
G 153 of 255 = 60%
B 146 of 255 = 57%

193
153
146

R + G + B ~ 64%. #C19992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 153 + 146 = 492 (100%)
R 193 of 492 ~ 39.23%
G 153 of 492 ~ 31.1%
B 146 of 492 ~ 29.67'%

%39.23
%31.1
%29.67

CMYK color model

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

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

CMYK: (0,21,24,24)
C0M21Y24K24 (0%, 21%, 24%, 24%)
(0.00 / 0.21 / 0.24 / 0.24)

CMYK percentages

%0
%20.73
%24.35
%24.31

Codes

Color #C19992 in popluar color models

C1 99 92
RGB 193 153 146
HSL 27.49% 66.47%
HSB/HSV 24.35% 75.69%
CMYK 0.00% 20.73% 24.35%
24.31%

Color #C19992 in popluar number systems.

HEX C1 99 92
Decimal 193 153 146
Binary 11000001 10011001 10010010
Octal 301 231 222

Shades and tints

Shades of #C19992

#C19992
(193,153,146)
#B08C85
(176,140,133)
#9F7F78
(159,127,120)
#8E726B
(142,114,107)
#7D655E
(125,101,94)
#6C5851
(108,88,81)
#5B4B44
(91,75,68)
#4A3E37
(74,62,55)
#39312A
(57,49,42)
#28241D
(40,36,29)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #C19992

#C19992
(193,153,146)
#C6A29B
(198,162,155)
#CBABA4
(203,171,164)
#D0B4AD
(208,180,173)
#D5BDB6
(213,189,182)
#DAC6BF
(218,198,191)
#DFCFC8
(223,207,200)
#E4D8D1
(228,216,209)
#E9E1DA
(233,225,218)
#EEEAE3
(238,234,227)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19992; }

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

This text font color is #C19992.

Background Color

.myBgColor { background-color: #C19992; }

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

This div background color is #C19992.

Border color

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

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

This div border color is #C19992.

Opacity

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

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

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

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

This text has shadow with #C19992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19992.

Preview

Color preview on black background

This text has color #C19992 on black background.


Color preview on white background

This text has color #C19992 on white background.


Black color preview on #C19992 background

This text has black color on #C19992 background.


White color preview on #C19992 background

This text has white color on #C19992 background.


Related colors

Complementary color

Complementary color for #hex is #3E666D.


I love getcolorcode.com

Triadic colors

1 #92C199 and #9992C1 with #C19992 are triadic colors.

2 #9299C1 and #99C192 with #C19992 are triadic colors.