COLOR #C7867D

HEX: #C7867D
RGB: (199,134,125)

Color info

#C7867D contains mainly red color. Web safe color of #C7867D is #CC9966 (or #C96).

RGB color model

#C7867D color RGB value is (199,134,125).

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

RGB channels and saturation

R 199 of 255 = 78%
G 134 of 255 = 53%
B 125 of 255 = 49%

199
134
125

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

Portions of RGB colors in percentages

R + G + B =
199 + 134 + 125 = 458 (100%)
R 199 of 458 ~ 43.45%
G 134 of 458 ~ 29.26%
B 125 of 458 ~ 27.29%

%43.45
%29.26
%27.29

CMYK color model

#C7867D color CMYK value is (0,33,37,22).

  • cyan value is 0.00%
  • magenta value is 32.66%
  • yellow value is 37.19%
  • key color value is 21.96%
CMYK:
(0,33,37,22)
C0M33Y37K22 
(0%,33%,37%,22%)
(0.00/0.33/0.37/0.22)	

CMYK percentages

%0
%32.66
%37.19
%21.96

Codes

Color #C7867D in popluar color models

C7867D
RGB199134125
HSL39.78%63.53%
HSB/HSV37.19%78.04%
CMYK0.00%32.66%37.19%
21.96%

Color #C7867D in popluar number systems.

HEXC7867D
Decimal199134125
Binary11000111100001101111101
Octal307206175

Shades and tints

Shades of #C7867D

#C7867D
(199,134,125)
#B57A72
(181,122,114)
#A36E67
(163,110,103)
#91625C
(145,98,92)
#7F5651
(127,86,81)
#6D4A46
(109,74,70)
#5B3E3B
(91,62,59)
#493230
(73,50,48)
#372625
(55,38,37)
#251A1A
(37,26,26)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #C7867D

#C7867D
(199,134,125)
#CC9188
(204,145,136)
#D19C93
(209,156,147)
#D6A79E
(214,167,158)
#DBB2A9
(219,178,169)
#E0BDB4
(224,189,180)
#E5C8BF
(229,200,191)
#EAD3CA
(234,211,202)
#EFDED5
(239,222,213)
#F4E9E0
(244,233,224)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7867D; }

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

This text font color is #C7867D.


Background Color

.myBgColor { background-color: #C7867D; }

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

This div background color is #C7867D.


Border color

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

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

This div border color is #C7867D.


Opacity

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

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

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

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

This text has shadow with #C7867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7867D on black background.


Color preview on white background

This text has color #C7867D on white background.



Black color preview on #C7867D background

This text has black color on #C7867D background.


White color preview on #C7867D background

This text has white color on #C7867D background.