COLOR #C1998B

HEX: #C1998B
RGB: (193,153,139)

Color info

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

RGB color model

#C1998B color RGB value is (193,153,139).

  • red value is 193;
  • green value is 153;
  • blue value is 139.
RGB:
(193,153,139)
(76%,60%,55%)

RGB channels and saturation

R 193 of 255 = 76%
G 153 of 255 = 60%
B 139 of 255 = 55%

193
153
139

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

Portions of RGB colors in percentages

R + G + B =
193 + 153 + 139 = 485 (100%)
R 193 of 485 ~ 39.79%
G 153 of 485 ~ 31.55%
B 139 of 485 ~ 28.66%

%39.79
%31.55
%28.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 27.98%
  • key color value is 24.31%
CMYK:
(0,21,28,24)
C0M21Y28K24 
(0%,21%,28%,24%)
(0.00/0.21/0.28/0.24)	

CMYK percentages

%0
%20.73
%27.98
%24.31

Codes

Color #C1998B in popluar color models

C1998B
RGB193153139
HSL16°30.34%65.10%
HSB/HSV16°27.98%75.69%
CMYK0.00%20.73%27.98%
24.31%

Color #C1998B in popluar number systems.

HEXC1998B
Decimal193153139
Binary110000011001100110001011
Octal301231213

Shades and tints

Shades of #C1998B

#C1998B
(193,153,139)
#B08C7F
(176,140,127)
#9F7F73
(159,127,115)
#8E7267
(142,114,103)
#7D655B
(125,101,91)
#6C584F
(108,88,79)
#5B4B43
(91,75,67)
#4A3E37
(74,62,55)
#39312B
(57,49,43)
#28241F
(40,36,31)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #C1998B

#C1998B
(193,153,139)
#C6A295
(198,162,149)
#CBAB9F
(203,171,159)
#D0B4A9
(208,180,169)
#D5BDB3
(213,189,179)
#DAC6BD
(218,198,189)
#DFCFC7
(223,207,199)
#E4D8D1
(228,216,209)
#E9E1DB
(233,225,219)
#EEEAE5
(238,234,229)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1998B; }

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

This text font color is #C1998B.


Background Color

.myBgColor { background-color: #C1998B; }

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

This div background color is #C1998B.


Border color

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

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

This div border color is #C1998B.


Opacity

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

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

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

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

This text has shadow with #C1998B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1998B on black background.


Color preview on white background

This text has color #C1998B on white background.



Black color preview on #C1998B background

This text has black color on #C1998B background.


White color preview on #C1998B background

This text has white color on #C1998B background.