COLOR #C19995

HEX: #C19995 RGB: (193,153,149)

Color info

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

RGB color model

#C19995 color RGB value is (193,153,149).

RGB: (193,153,149) (76%, 60%, 58%)

RGB channels and saturation

R 193 of 255 = 76%
G 153 of 255 = 60%
B 149 of 255 = 58%

193
153
149

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

Portions of RGB colors in percentages

R + G + B = 193 + 153 + 149 = 495 (100%)
R 193 of 495 ~ 38.99%
G 153 of 495 ~ 30.91%
B 149 of 495 ~ 30.1'%

%38.99
%30.91
%30.1

CMYK color model

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

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

CMYK: (0,21,23,24)
C0M21Y23K24 (0%, 21%, 23%, 24%)
(0.00 / 0.21 / 0.23 / 0.24)

CMYK percentages

%0
%20.73
%22.8
%24.31

Codes

Color #C19995 in popluar color models

C1 99 95
RGB 193 153 149
HSL 26.19% 67.06%
HSB/HSV 22.80% 75.69%
CMYK 0.00% 20.73% 22.80%
24.31%

Color #C19995 in popluar number systems.

HEX C1 99 95
Decimal 193 153 149
Binary 11000001 10011001 10010101
Octal 301 231 225

Shades and tints

Shades of #C19995

#C19995
(193,153,149)
#B08C88
(176,140,136)
#9F7F7B
(159,127,123)
#8E726E
(142,114,110)
#7D6561
(125,101,97)
#6C5854
(108,88,84)
#5B4B47
(91,75,71)
#4A3E3A
(74,62,58)
#39312D
(57,49,45)
#282420
(40,36,32)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #C19995

#C19995
(193,153,149)
#C6A29E
(198,162,158)
#CBABA7
(203,171,167)
#D0B4B0
(208,180,176)
#D5BDB9
(213,189,185)
#DAC6C2
(218,198,194)
#DFCFCB
(223,207,203)
#E4D8D4
(228,216,212)
#E9E1DD
(233,225,221)
#EEEAE6
(238,234,230)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19995; }

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

This text font color is #C19995.

Background Color

.myBgColor { background-color: #C19995; }

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

This div background color is #C19995.

Border color

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

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

This div border color is #C19995.

Opacity

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

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

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

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

This text has shadow with #C19995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19995.

Preview

Color preview on black background

This text has color #C19995 on black background.


Color preview on white background

This text has color #C19995 on white background.


Black color preview on #C19995 background

This text has black color on #C19995 background.


White color preview on #C19995 background

This text has white color on #C19995 background.


Related colors

Complementary color

Complementary color for #hex is #3E666A.


I love getcolorcode.com

Triadic colors

1 #95C199 and #9995C1 with #C19995 are triadic colors.

2 #9599C1 and #99C195 with #C19995 are triadic colors.