COLOR #C0988D

HEX: #C0988D RGB: (192,152,141)

Color info

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

RGB color model

#C0988D color RGB value is (192,152,141).

RGB: (192,152,141) (75%, 60%, 55%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 141 of 255 = 55%

192
152
141

R + G + B ~ 63%. #C0988D is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 152 + 141 = 485 (100%)
R 192 of 485 ~ 39.59%
G 152 of 485 ~ 31.34%
B 141 of 485 ~ 29.07'%

%39.59
%31.34
%29.07

CMYK color model

#C0988D color CMYK value is (0,21,27,25).

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

CMYK: (0,21,27,25)
C0M21Y27K25 (0%, 21%, 27%, 25%)
(0.00 / 0.21 / 0.27 / 0.25)

CMYK percentages

%0
%20.83
%26.56
%24.71

Codes

Color #C0988D in popluar color models

C0 98 8D
RGB 192 152 141
HSL 13° 28.81% 65.29%
HSB/HSV 13° 26.56% 75.29%
CMYK 0.00% 20.83% 26.56%
24.71%

Color #C0988D in popluar number systems.

HEX C0 98 8D
Decimal 192 152 141
Binary 11000000 10011000 10001101
Octal 300 230 215

Shades and tints

Shades of #C0988D

#C0988D
(192,152,141)
#AF8B81
(175,139,129)
#9E7E75
(158,126,117)
#8D7169
(141,113,105)
#7C645D
(124,100,93)
#6B5751
(107,87,81)
#5A4A45
(90,74,69)
#493D39
(73,61,57)
#38302D
(56,48,45)
#272321
(39,35,33)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #C0988D

#C0988D
(192,152,141)
#C5A197
(197,161,151)
#CAAAA1
(202,170,161)
#CFB3AB
(207,179,171)
#D4BCB5
(212,188,181)
#D9C5BF
(217,197,191)
#DECEC9
(222,206,201)
#E3D7D3
(227,215,211)
#E8E0DD
(232,224,221)
#EDE9E7
(237,233,231)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0988D; }

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

This text font color is #C0988D.

Background Color

.myBgColor { background-color: #C0988D; }

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

This div background color is #C0988D.

Border color

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

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

This div border color is #C0988D.

Opacity

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

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

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

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

This text has shadow with #C0988D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0988D.

Preview

Color preview on black background

This text has color #C0988D on black background.


Color preview on white background

This text has color #C0988D on white background.


Black color preview on #C0988D background

This text has black color on #C0988D background.


White color preview on #C0988D background

This text has white color on #C0988D background.


Related colors

Complementary color

Complementary color for #hex is #3F6772.


I love getcolorcode.com

Triadic colors

1 #8DC098 and #988DC0 with #C0988D are triadic colors.

2 #8D98C0 and #98C08D with #C0988D are triadic colors.