COLOR #C698A0

HEX: #C698A0 RGB: (198,152,160)

Color info

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

RGB color model

#C698A0 color RGB value is (198,152,160).

RGB: (198,152,160) (78%, 60%, 63%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 160 of 255 = 63%

198
152
160

R + G + B ~ 67%. #C698A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 152 + 160 = 510 (100%)
R 198 of 510 ~ 38.82%
G 152 of 510 ~ 29.8%
B 160 of 510 ~ 31.37'%

%38.82
%29.8
%31.37

CMYK color model

#C698A0 color CMYK value is (0,23,19,22).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 19.19%
  • key color value is 22.35%

CMYK: (0,23,19,22)
C0M23Y19K22 (0%, 23%, 19%, 22%)
(0.00 / 0.23 / 0.19 / 0.22)

CMYK percentages

%0
%23.23
%19.19
%22.35

Codes

Color #C698A0 in popluar color models

C6 98 A0
RGB 198 152 160
HSL 350° 28.75% 68.63%
HSB/HSV 350° 23.23% 77.65%
CMYK 0.00% 23.23% 19.19%
22.35%

Color #C698A0 in popluar number systems.

HEX C6 98 A0
Decimal 198 152 160
Binary 11000110 10011000 10100000
Octal 306 230 240

Shades and tints

Shades of #C698A0

#C698A0
(198,152,160)
#B48B92
(180,139,146)
#A27E84
(162,126,132)
#907176
(144,113,118)
#7E6468
(126,100,104)
#6C575A
(108,87,90)
#5A4A4C
(90,74,76)
#483D3E
(72,61,62)
#363030
(54,48,48)
#242322
(36,35,34)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C698A0

#C698A0
(198,152,160)
#CBA1A8
(203,161,168)
#D0AAB0
(208,170,176)
#D5B3B8
(213,179,184)
#DABCC0
(218,188,192)
#DFC5C8
(223,197,200)
#E4CED0
(228,206,208)
#E9D7D8
(233,215,216)
#EEE0E0
(238,224,224)
#F3E9E8
(243,233,232)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C698A0 color. Also use rgb(198,152,160) instead hex code.

Text Font Color

.myTextColor { color: #C698A0; }

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

This text font color is #C698A0.

Background Color

.myBgColor { background-color: #C698A0; }

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

This div background color is #C698A0.

Border color

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

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

This div border color is #C698A0.

Opacity

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

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

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

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

This text has shadow with #C698A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C698A0.

Preview

Color preview on black background

This text has color #C698A0 on black background.


Color preview on white background

This text has color #C698A0 on white background.


Black color preview on #C698A0 background

This text has black color on #C698A0 background.


White color preview on #C698A0 background

This text has white color on #C698A0 background.


Related colors

Complementary color

Complementary color for #hex is #39675F.


I love getcolorcode.com

Triadic colors

1 #A0C698 and #98A0C6 with #C698A0 are triadic colors.

2 #A098C6 and #98C6A0 with #C698A0 are triadic colors.