COLOR #C0979D

HEX: #C0979D RGB: (192,151,157)

Color info

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

RGB color model

#C0979D color RGB value is (192,151,157).

RGB: (192,151,157) (75%, 59%, 62%)

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 157 of 255 = 62%

192
151
157

R + G + B ~ 65%. #C0979D is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 151 + 157 = 500 (100%)
R 192 of 500 ~ 38.4%
G 151 of 500 ~ 30.2%
B 157 of 500 ~ 31.4'%

%38.4
%30.2
%31.4

CMYK color model

#C0979D color CMYK value is (0,21,18,25).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 18.23%
  • key color value is 24.71%

CMYK: (0,21,18,25)
C0M21Y18K25 (0%, 21%, 18%, 25%)
(0.00 / 0.21 / 0.18 / 0.25)

CMYK percentages

%0
%21.35
%18.23
%24.71

Codes

Color #C0979D in popluar color models

C0 97 9D
RGB 192 151 157
HSL 351° 24.55% 67.25%
HSB/HSV 351° 21.35% 75.29%
CMYK 0.00% 21.35% 18.23%
24.71%

Color #C0979D in popluar number systems.

HEX C0 97 9D
Decimal 192 151 157
Binary 11000000 10010111 10011101
Octal 300 227 235

Shades and tints

Shades of #C0979D

#C0979D
(192,151,157)
#AF8A8F
(175,138,143)
#9E7D81
(158,125,129)
#8D7073
(141,112,115)
#7C6365
(124,99,101)
#6B5657
(107,86,87)
#5A4949
(90,73,73)
#493C3B
(73,60,59)
#382F2D
(56,47,45)
#27221F
(39,34,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #C0979D

#C0979D
(192,151,157)
#C5A0A5
(197,160,165)
#CAA9AD
(202,169,173)
#CFB2B5
(207,178,181)
#D4BBBD
(212,187,189)
#D9C4C5
(217,196,197)
#DECDCD
(222,205,205)
#E3D6D5
(227,214,213)
#E8DFDD
(232,223,221)
#EDE8E5
(237,232,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0979D color. Also use rgb(192,151,157) instead hex code.

Text Font Color

.myTextColor { color: #C0979D; }

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

This text font color is #C0979D.

Background Color

.myBgColor { background-color: #C0979D; }

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

This div background color is #C0979D.

Border color

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

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

This div border color is #C0979D.

Opacity

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

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

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

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

This text has shadow with #C0979D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0979D.

Preview

Color preview on black background

This text has color #C0979D on black background.


Color preview on white background

This text has color #C0979D on white background.


Black color preview on #C0979D background

This text has black color on #C0979D background.


White color preview on #C0979D background

This text has white color on #C0979D background.


Related colors

Complementary color

Complementary color for #hex is #3F6862.


I love getcolorcode.com

Triadic colors

1 #9DC097 and #979DC0 with #C0979D are triadic colors.

2 #9D97C0 and #97C09D with #C0979D are triadic colors.