COLOR #C0897C

HEX: #C0897C
RGB: (192,137,124)

Color info

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

RGB color model

#C0897C color RGB value is (192,137,124).

  • red value is 192;
  • green value is 137;
  • blue value is 124.
RGB:
(192,137,124)
(75%,54%,49%)

RGB channels and saturation

R 192 of 255 = 75%
G 137 of 255 = 54%
B 124 of 255 = 49%

192
137
124

R + G + B ~ 59%. #C0897C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 137 + 124 = 453 (100%)
R 192 of 453 ~ 42.38%
G 137 of 453 ~ 30.24%
B 124 of 453 ~ 27.37%

%42.38
%30.24
%27.37

CMYK color model

#C0897C color CMYK value is (0,29,35,25).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 35.42%
  • key color value is 24.71%
CMYK:
(0,29,35,25)
C0M29Y35K25 
(0%,29%,35%,25%)
(0.00/0.29/0.35/0.25)	

CMYK percentages

%0
%28.65
%35.42
%24.71

Codes

Color #C0897C in popluar color models

C0897C
RGB192137124
HSL11°35.05%61.96%
HSB/HSV11°35.42%75.29%
CMYK0.00%28.65%35.42%
24.71%

Color #C0897C in popluar number systems.

HEXC0897C
Decimal192137124
Binary11000000100010011111100
Octal300211174

Shades and tints

Shades of #C0897C

#C0897C
(192,137,124)
#AF7D71
(175,125,113)
#9E7166
(158,113,102)
#8D655B
(141,101,91)
#7C5950
(124,89,80)
#6B4D45
(107,77,69)
#5A413A
(90,65,58)
#49352F
(73,53,47)
#382924
(56,41,36)
#271D19
(39,29,25)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #C0897C

#C0897C
(192,137,124)
#C59387
(197,147,135)
#CA9D92
(202,157,146)
#CFA79D
(207,167,157)
#D4B1A8
(212,177,168)
#D9BBB3
(217,187,179)
#DEC5BE
(222,197,190)
#E3CFC9
(227,207,201)
#E8D9D4
(232,217,212)
#EDE3DF
(237,227,223)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0897C; }

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

This text font color is #C0897C.


Background Color

.myBgColor { background-color: #C0897C; }

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

This div background color is #C0897C.


Border color

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

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

This div border color is #C0897C.


Opacity

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

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

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

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

This text has shadow with #C0897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0897C on black background.


Color preview on white background

This text has color #C0897C on white background.



Black color preview on #C0897C background

This text has black color on #C0897C background.


White color preview on #C0897C background

This text has white color on #C0897C background.