COLOR #C0987C

HEX: #C0987C RGB: (192,152,124)

Color info

#C0987C contains mainly red and green colors. Web safe color of #C0987C is #CC9966 (or #C96).

RGB color model

#C0987C color RGB value is (192,152,124).

RGB: (192,152,124) (75%, 60%, 49%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 124 of 255 = 49%

192
152
124

R + G + B ~ 61%. #C0987C is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 152 + 124 = 468 (100%)
R 192 of 468 ~ 41.03%
G 152 of 468 ~ 32.48%
B 124 of 468 ~ 26.5'%

%41.03
%32.48
%26.5

CMYK color model

#C0987C color CMYK value is (0,21,35,25).

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

CMYK: (0,21,35,25)
C0M21Y35K25 (0%, 21%, 35%, 25%)
(0.00 / 0.21 / 0.35 / 0.25)

CMYK percentages

%0
%20.83
%35.42
%24.71

Codes

Color #C0987C in popluar color models

C0 98 7C
RGB 192 152 124
HSL 25° 35.05% 61.96%
HSB/HSV 25° 35.42% 75.29%
CMYK 0.00% 20.83% 35.42%
24.71%

Color #C0987C in popluar number systems.

HEX C0 98 7C
Decimal 192 152 124
Binary 11000000 10011000 1111100
Octal 300 230 174

Shades and tints

Shades of #C0987C

#C0987C
(192,152,124)
#AF8B71
(175,139,113)
#9E7E66
(158,126,102)
#8D715B
(141,113,91)
#7C6450
(124,100,80)
#6B5745
(107,87,69)
#5A4A3A
(90,74,58)
#493D2F
(73,61,47)
#383024
(56,48,36)
#272319
(39,35,25)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #C0987C

#C0987C
(192,152,124)
#C5A187
(197,161,135)
#CAAA92
(202,170,146)
#CFB39D
(207,179,157)
#D4BCA8
(212,188,168)
#D9C5B3
(217,197,179)
#DECEBE
(222,206,190)
#E3D7C9
(227,215,201)
#E8E0D4
(232,224,212)
#EDE9DF
(237,233,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0987C; }

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

This text font color is #C0987C.

Background Color

.myBgColor { background-color: #C0987C; }

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

This div background color is #C0987C.

Border color

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

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

This div border color is #C0987C.

Opacity

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

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

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

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

This text has shadow with #C0987C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0987C.

Preview

Color preview on black background

This text has color #C0987C on black background.


Color preview on white background

This text has color #C0987C on white background.


Black color preview on #C0987C background

This text has black color on #C0987C background.


White color preview on #C0987C background

This text has white color on #C0987C background.


Related colors

Complementary color

Complementary color for #hex is #3F6783.


I love getcolorcode.com

Triadic colors

1 #7CC098 and #987CC0 with #C0987C are triadic colors.

2 #7C98C0 and #98C07C with #C0987C are triadic colors.