COLOR #C098AD

HEX: #C098AD RGB: (192,152,173)

Color info

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

RGB color model

#C098AD color RGB value is (192,152,173).

RGB: (192,152,173) (75%, 60%, 68%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 173 of 255 = 68%

192
152
173

R + G + B ~ 68%. #C098AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 152 + 173 = 517 (100%)
R 192 of 517 ~ 37.14%
G 152 of 517 ~ 29.4%
B 173 of 517 ~ 33.46'%

%37.14
%29.4
%33.46

CMYK color model

#C098AD color CMYK value is (0,21,10,25).

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

CMYK: (0,21,10,25)
C0M21Y10K25 (0%, 21%, 10%, 25%)
(0.00 / 0.21 / 0.10 / 0.25)

CMYK percentages

%0
%20.83
%9.9
%24.71

Codes

Color #C098AD in popluar color models

C0 98 AD
RGB 192 152 173
HSL 329° 24.10% 67.45%
HSB/HSV 329° 20.83% 75.29%
CMYK 0.00% 20.83% 9.90%
24.71%

Color #C098AD in popluar number systems.

HEX C0 98 AD
Decimal 192 152 173
Binary 11000000 10011000 10101101
Octal 300 230 255

Shades and tints

Shades of #C098AD

#C098AD
(192,152,173)
#AF8B9E
(175,139,158)
#9E7E8F
(158,126,143)
#8D7180
(141,113,128)
#7C6471
(124,100,113)
#6B5762
(107,87,98)
#5A4A53
(90,74,83)
#493D44
(73,61,68)
#383035
(56,48,53)
#272326
(39,35,38)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #C098AD

#C098AD
(192,152,173)
#C5A1B4
(197,161,180)
#CAAABB
(202,170,187)
#CFB3C2
(207,179,194)
#D4BCC9
(212,188,201)
#D9C5D0
(217,197,208)
#DECED7
(222,206,215)
#E3D7DE
(227,215,222)
#E8E0E5
(232,224,229)
#EDE9EC
(237,233,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C098AD; }

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

This text font color is #C098AD.

Background Color

.myBgColor { background-color: #C098AD; }

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

This div background color is #C098AD.

Border color

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

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

This div border color is #C098AD.

Opacity

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

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

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

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

This text has shadow with #C098AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C098AD.

Preview

Color preview on black background

This text has color #C098AD on black background.


Color preview on white background

This text has color #C098AD on white background.


Black color preview on #C098AD background

This text has black color on #C098AD background.


White color preview on #C098AD background

This text has white color on #C098AD background.


Related colors

Complementary color

Complementary color for #hex is #3F6752.


I love getcolorcode.com

Triadic colors

1 #ADC098 and #98ADC0 with #C098AD are triadic colors.

2 #AD98C0 and #98C0AD with #C098AD are triadic colors.