COLOR #C498AE

HEX: #C498AE RGB: (196,152,174)

Color info

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

RGB color model

#C498AE color RGB value is (196,152,174).

RGB: (196,152,174) (77%, 60%, 68%)

RGB channels and saturation

R 196 of 255 = 77%
G 152 of 255 = 60%
B 174 of 255 = 68%

196
152
174

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

Portions of RGB colors in percentages

R + G + B = 196 + 152 + 174 = 522 (100%)
R 196 of 522 ~ 37.55%
G 152 of 522 ~ 29.12%
B 174 of 522 ~ 33.33'%

%37.55
%29.12
%33.33

CMYK color model

#C498AE color CMYK value is (0,22,11,23).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 11.22%
  • key color value is 23.14%

CMYK: (0,22,11,23)
C0M22Y11K23 (0%, 22%, 11%, 23%)
(0.00 / 0.22 / 0.11 / 0.23)

CMYK percentages

%0
%22.45
%11.22
%23.14

Codes

Color #C498AE in popluar color models

C4 98 AE
RGB 196 152 174
HSL 330° 27.16% 68.24%
HSB/HSV 330° 22.45% 76.86%
CMYK 0.00% 22.45% 11.22%
23.14%

Color #C498AE in popluar number systems.

HEX C4 98 AE
Decimal 196 152 174
Binary 11000100 10011000 10101110
Octal 304 230 256

Shades and tints

Shades of #C498AE

#C498AE
(196,152,174)
#B38B9F
(179,139,159)
#A27E90
(162,126,144)
#917181
(145,113,129)
#806472
(128,100,114)
#6F5763
(111,87,99)
#5E4A54
(94,74,84)
#4D3D45
(77,61,69)
#3C3036
(60,48,54)
#2B2327
(43,35,39)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #C498AE

#C498AE
(196,152,174)
#C9A1B5
(201,161,181)
#CEAABC
(206,170,188)
#D3B3C3
(211,179,195)
#D8BCCA
(216,188,202)
#DDC5D1
(221,197,209)
#E2CED8
(226,206,216)
#E7D7DF
(231,215,223)
#ECE0E6
(236,224,230)
#F1E9ED
(241,233,237)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C498AE color. Also use rgb(196,152,174) instead hex code.

Text Font Color

.myTextColor { color: #C498AE; }

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

This text font color is #C498AE.

Background Color

.myBgColor { background-color: #C498AE; }

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

This div background color is #C498AE.

Border color

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

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

This div border color is #C498AE.

Opacity

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

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

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

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

This text has shadow with #C498AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C498AE.

Preview

Color preview on black background

This text has color #C498AE on black background.


Color preview on white background

This text has color #C498AE on white background.


Black color preview on #C498AE background

This text has black color on #C498AE background.


White color preview on #C498AE background

This text has white color on #C498AE background.


Related colors

Complementary color

Complementary color for #hex is #3B6751.


I love getcolorcode.com

Triadic colors

1 #AEC498 and #98AEC4 with #C498AE are triadic colors.

2 #AE98C4 and #98C4AE with #C498AE are triadic colors.