COLOR #C098B8

HEX: #C098B8 RGB: (192,152,184)

Color info

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

RGB color model

#C098B8 color RGB value is (192,152,184).

RGB: (192,152,184) (75%, 60%, 72%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 184 of 255 = 72%

192
152
184

R + G + B ~ 69%. #C098B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 152 + 184 = 528 (100%)
R 192 of 528 ~ 36.36%
G 152 of 528 ~ 28.79%
B 184 of 528 ~ 34.85'%

%36.36
%28.79
%34.85

CMYK color model

#C098B8 color CMYK value is (0,21,4,25).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 4.17%
  • key color value is 24.71%

CMYK: (0,21,4,25)
C0M21Y4K25 (0%, 21%, 4%, 25%)
(0.00 / 0.21 / 0.04 / 0.25)

CMYK percentages

%0
%20.83
%4.17
%24.71

Codes

Color #C098B8 in popluar color models

C0 98 B8
RGB 192 152 184
HSL 312° 24.10% 67.45%
HSB/HSV 312° 20.83% 75.29%
CMYK 0.00% 20.83% 4.17%
24.71%

Color #C098B8 in popluar number systems.

HEX C0 98 B8
Decimal 192 152 184
Binary 11000000 10011000 10111000
Octal 300 230 270

Shades and tints

Shades of #C098B8

#C098B8
(192,152,184)
#AF8BA8
(175,139,168)
#9E7E98
(158,126,152)
#8D7188
(141,113,136)
#7C6478
(124,100,120)
#6B5768
(107,87,104)
#5A4A58
(90,74,88)
#493D48
(73,61,72)
#383038
(56,48,56)
#272328
(39,35,40)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #C098B8

#C098B8
(192,152,184)
#C5A1BE
(197,161,190)
#CAAAC4
(202,170,196)
#CFB3CA
(207,179,202)
#D4BCD0
(212,188,208)
#D9C5D6
(217,197,214)
#DECEDC
(222,206,220)
#E3D7E2
(227,215,226)
#E8E0E8
(232,224,232)
#EDE9EE
(237,233,238)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C098B8; }

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

This text font color is #C098B8.

Background Color

.myBgColor { background-color: #C098B8; }

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

This div background color is #C098B8.

Border color

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

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

This div border color is #C098B8.

Opacity

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

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

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

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

This text has shadow with #C098B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C098B8.

Preview

Color preview on black background

This text has color #C098B8 on black background.


Color preview on white background

This text has color #C098B8 on white background.


Black color preview on #C098B8 background

This text has black color on #C098B8 background.


White color preview on #C098B8 background

This text has white color on #C098B8 background.


Related colors

Complementary color

Complementary color for #hex is #3F6747.


I love getcolorcode.com

Triadic colors

1 #B8C098 and #98B8C0 with #C098B8 are triadic colors.

2 #B898C0 and #98C0B8 with #C098B8 are triadic colors.