COLOR #C0867D

HEX: #C0867D
RGB: (192,134,125)

Color info

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

RGB color model

#C0867D color RGB value is (192,134,125).

  • red value is 192;
  • green value is 134;
  • blue value is 125.
RGB:
(192,134,125)
(75%,53%,49%)

RGB channels and saturation

R 192 of 255 = 75%
G 134 of 255 = 53%
B 125 of 255 = 49%

192
134
125

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

Portions of RGB colors in percentages

R + G + B =
192 + 134 + 125 = 451 (100%)
R 192 of 451 ~ 42.57%
G 134 of 451 ~ 29.71%
B 125 of 451 ~ 27.72%

%42.57
%29.71
%27.72

CMYK color model

#C0867D color CMYK value is (0,30,35,25).

  • cyan value is 0.00%
  • magenta value is 30.21%
  • yellow value is 34.90%
  • key color value is 24.71%
CMYK:
(0,30,35,25)
C0M30Y35K25 
(0%,30%,35%,25%)
(0.00/0.30/0.35/0.25)	

CMYK percentages

%0
%30.21
%34.9
%24.71

Codes

Color #C0867D in popluar color models

C0867D
RGB192134125
HSL34.72%62.16%
HSB/HSV34.90%75.29%
CMYK0.00%30.21%34.90%
24.71%

Color #C0867D in popluar number systems.

HEXC0867D
Decimal192134125
Binary11000000100001101111101
Octal300206175

Shades and tints

Shades of #C0867D

#C0867D
(192,134,125)
#AF7A72
(175,122,114)
#9E6E67
(158,110,103)
#8D625C
(141,98,92)
#7C5651
(124,86,81)
#6B4A46
(107,74,70)
#5A3E3B
(90,62,59)
#493230
(73,50,48)
#382625
(56,38,37)
#271A1A
(39,26,26)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #C0867D

#C0867D
(192,134,125)
#C59188
(197,145,136)
#CA9C93
(202,156,147)
#CFA79E
(207,167,158)
#D4B2A9
(212,178,169)
#D9BDB4
(217,189,180)
#DEC8BF
(222,200,191)
#E3D3CA
(227,211,202)
#E8DED5
(232,222,213)
#EDE9E0
(237,233,224)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0867D color. Also use rgb(192,134,125) instead hex code.

Text Font Color

.myTextColor { color: #C0867D; }

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

This text font color is #C0867D.


Background Color

.myBgColor { background-color: #C0867D; }

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

This div background color is #C0867D.


Border color

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

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

This div border color is #C0867D.


Opacity

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

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

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

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

This text has shadow with #C0867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0867D on black background.


Color preview on white background

This text has color #C0867D on white background.



Black color preview on #C0867D background

This text has black color on #C0867D background.


White color preview on #C0867D background

This text has white color on #C0867D background.