COLOR #C99298

HEX: #C99298
RGB: (201,146,152)

Color info

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

RGB color model

#C99298 color RGB value is (201,146,152).

  • red value is 201;
  • green value is 146;
  • blue value is 152.
RGB:
(201,146,152)
(79%,57%,60%)

RGB channels and saturation

R 201 of 255 = 79%
G 146 of 255 = 57%
B 152 of 255 = 60%

201
146
152

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

Portions of RGB colors in percentages

R + G + B =
201 + 146 + 152 = 499 (100%)
R 201 of 499 ~ 40.28%
G 146 of 499 ~ 29.26%
B 152 of 499 ~ 30.46%

%40.28
%29.26
%30.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.36%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(0,27,24,21)
C0M27Y24K21 
(0%,27%,24%,21%)
(0.00/0.27/0.24/0.21)	

CMYK percentages

%0
%27.36
%24.38
%21.18

Codes

Color #C99298 in popluar color models

C99298
RGB201146152
HSL353°33.74%68.04%
HSB/HSV353°27.36%78.82%
CMYK0.00%27.36%24.38%
21.18%

Color #C99298 in popluar number systems.

HEXC99298
Decimal201146152
Binary110010011001001010011000
Octal311222230

Shades and tints

Shades of #C99298

#C99298
(201,146,152)
#B7858B
(183,133,139)
#A5787E
(165,120,126)
#936B71
(147,107,113)
#815E64
(129,94,100)
#6F5157
(111,81,87)
#5D444A
(93,68,74)
#4B373D
(75,55,61)
#392A30
(57,42,48)
#271D23
(39,29,35)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #C99298

#C99298
(201,146,152)
#CD9BA1
(205,155,161)
#D1A4AA
(209,164,170)
#D5ADB3
(213,173,179)
#D9B6BC
(217,182,188)
#DDBFC5
(221,191,197)
#E1C8CE
(225,200,206)
#E5D1D7
(229,209,215)
#E9DAE0
(233,218,224)
#EDE3E9
(237,227,233)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99298 color. Also use rgb(201,146,152) instead hex code.

Text Font Color

.myTextColor { color: #C99298; }

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

This text font color is #C99298.


Background Color

.myBgColor { background-color: #C99298; }

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

This div background color is #C99298.


Border color

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

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

This div border color is #C99298.


Opacity

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

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

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

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

This text has shadow with #C99298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99298 on black background.


Color preview on white background

This text has color #C99298 on white background.



Black color preview on #C99298 background

This text has black color on #C99298 background.


White color preview on #C99298 background

This text has white color on #C99298 background.