COLOR #C098C7

HEX: #C098C7
RGB: (192,152,199)

Color info

#C098C7 contains red, green and blue colors in about the same proportion. Web safe color of #C098C7 is #CC99CC (or #C9C).

RGB color model

#C098C7 color RGB value is (192,152,199).

  • red value is 192;
  • green value is 152;
  • blue value is 199.
RGB:
(192,152,199)
(75%,60%,78%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 199 of 255 = 78%

192
152
199

R + G + B ~ 71%. #C098C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 152 + 199 = 543 (100%)
R 192 of 543 ~ 35.36%
G 152 of 543 ~ 27.99%
B 199 of 543 ~ 36.65%

%35.36
%27.99
%36.65

CMYK color model

#C098C7 color CMYK value is (4,24,0,22).

  • cyan value is 3.52%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(4,24,0,22)
C4M24Y0K22 
(4%,24%,0%,22%)
(0.04/0.24/0.00/0.22)	

CMYK percentages

%3.52
%23.62
%0
%21.96

Codes

Color #C098C7 in popluar color models

C098C7
RGB192152199
HSL291°29.56%68.82%
HSB/HSV291°23.62%78.04%
CMYK3.52%23.62%0.00%
21.96%

Color #C098C7 in popluar number systems.

HEXC098C7
Decimal192152199
Binary110000001001100011000111
Octal300230307

Shades and tints

Shades of #C098C7

#C098C7
(192,152,199)
#AF8BB5
(175,139,181)
#9E7EA3
(158,126,163)
#8D7191
(141,113,145)
#7C647F
(124,100,127)
#6B576D
(107,87,109)
#5A4A5B
(90,74,91)
#493D49
(73,61,73)
#383037
(56,48,55)
#272325
(39,35,37)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #C098C7

#C098C7
(192,152,199)
#C5A1CC
(197,161,204)
#CAAAD1
(202,170,209)
#CFB3D6
(207,179,214)
#D4BCDB
(212,188,219)
#D9C5E0
(217,197,224)
#DECEE5
(222,206,229)
#E3D7EA
(227,215,234)
#E8E0EF
(232,224,239)
#EDE9F4
(237,233,244)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C098C7 color. Also use rgb(192,152,199) instead hex code.

Text Font Color

.myTextColor { color: #C098C7; }

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

This text font color is #C098C7.


Background Color

.myBgColor { background-color: #C098C7; }

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

This div background color is #C098C7.


Border color

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

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

This div border color is #C098C7.


Opacity

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

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

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

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

This text has shadow with #C098C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C098C7 on black background.


Color preview on white background

This text has color #C098C7 on white background.



Black color preview on #C098C7 background

This text has black color on #C098C7 background.


White color preview on #C098C7 background

This text has white color on #C098C7 background.