COLOR #C0827B

HEX: #C0827B
RGB: (192,130,123)

Color info

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

RGB color model

#C0827B color RGB value is (192,130,123).

  • red value is 192;
  • green value is 130;
  • blue value is 123.
RGB:
(192,130,123)
(75%,51%,48%)

RGB channels and saturation

R 192 of 255 = 75%
G 130 of 255 = 51%
B 123 of 255 = 48%

192
130
123

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

Portions of RGB colors in percentages

R + G + B =
192 + 130 + 123 = 445 (100%)
R 192 of 445 ~ 43.15%
G 130 of 445 ~ 29.21%
B 123 of 445 ~ 27.64%

%43.15
%29.21
%27.64

CMYK color model

#C0827B color CMYK value is (0,32,36,25).

  • cyan value is 0.00%
  • magenta value is 32.29%
  • yellow value is 35.94%
  • key color value is 24.71%
CMYK:
(0,32,36,25)
C0M32Y36K25 
(0%,32%,36%,25%)
(0.00/0.32/0.36/0.25)	

CMYK percentages

%0
%32.29
%35.94
%24.71

Codes

Color #C0827B in popluar color models

C0827B
RGB192130123
HSL35.38%61.76%
HSB/HSV35.94%75.29%
CMYK0.00%32.29%35.94%
24.71%

Color #C0827B in popluar number systems.

HEXC0827B
Decimal192130123
Binary11000000100000101111011
Octal300202173

Shades and tints

Shades of #C0827B

#C0827B
(192,130,123)
#AF7770
(175,119,112)
#9E6C65
(158,108,101)
#8D615A
(141,97,90)
#7C564F
(124,86,79)
#6B4B44
(107,75,68)
#5A4039
(90,64,57)
#49352E
(73,53,46)
#382A23
(56,42,35)
#271F18
(39,31,24)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #C0827B

#C0827B
(192,130,123)
#C58D87
(197,141,135)
#CA9893
(202,152,147)
#CFA39F
(207,163,159)
#D4AEAB
(212,174,171)
#D9B9B7
(217,185,183)
#DEC4C3
(222,196,195)
#E3CFCF
(227,207,207)
#E8DADB
(232,218,219)
#EDE5E7
(237,229,231)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0827B color. Also use rgb(192,130,123) instead hex code.

Text Font Color

.myTextColor { color: #C0827B; }

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

This text font color is #C0827B.


Background Color

.myBgColor { background-color: #C0827B; }

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

This div background color is #C0827B.


Border color

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

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

This div border color is #C0827B.


Opacity

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

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

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

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

This text has shadow with #C0827B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0827B on black background.


Color preview on white background

This text has color #C0827B on white background.



Black color preview on #C0827B background

This text has black color on #C0827B background.


White color preview on #C0827B background

This text has white color on #C0827B background.