COLOR #C0838E

HEX: #C0838E
RGB: (192,131,142)

Color info

#C0838E contains mainly red and blue colors. Web safe color of #C0838E is #CC9999 (or #C99).

RGB color model

#C0838E color RGB value is (192,131,142).

  • red value is 192;
  • green value is 131;
  • blue value is 142.
RGB:
(192,131,142)
(75%,51%,56%)

RGB channels and saturation

R 192 of 255 = 75%
G 131 of 255 = 51%
B 142 of 255 = 56%

192
131
142

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

Portions of RGB colors in percentages

R + G + B =
192 + 131 + 142 = 465 (100%)
R 192 of 465 ~ 41.29%
G 131 of 465 ~ 28.17%
B 142 of 465 ~ 30.54%

%41.29
%28.17
%30.54

CMYK color model

#C0838E color CMYK value is (0,32,26,25).

  • cyan value is 0.00%
  • magenta value is 31.77%
  • yellow value is 26.04%
  • key color value is 24.71%
CMYK:
(0,32,26,25)
C0M32Y26K25 
(0%,32%,26%,25%)
(0.00/0.32/0.26/0.25)	

CMYK percentages

%0
%31.77
%26.04
%24.71

Codes

Color #C0838E in popluar color models

C0838E
RGB192131142
HSL349°32.62%63.33%
HSB/HSV349°31.77%75.29%
CMYK0.00%31.77%26.04%
24.71%

Color #C0838E in popluar number systems.

HEXC0838E
Decimal192131142
Binary110000001000001110001110
Octal300203216

Shades and tints

Shades of #C0838E

#C0838E
(192,131,142)
#AF7882
(175,120,130)
#9E6D76
(158,109,118)
#8D626A
(141,98,106)
#7C575E
(124,87,94)
#6B4C52
(107,76,82)
#5A4146
(90,65,70)
#49363A
(73,54,58)
#382B2E
(56,43,46)
#272022
(39,32,34)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C0838E

#C0838E
(192,131,142)
#C58E98
(197,142,152)
#CA99A2
(202,153,162)
#CFA4AC
(207,164,172)
#D4AFB6
(212,175,182)
#D9BAC0
(217,186,192)
#DEC5CA
(222,197,202)
#E3D0D4
(227,208,212)
#E8DBDE
(232,219,222)
#EDE6E8
(237,230,232)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0838E color. Also use rgb(192,131,142) instead hex code.

Text Font Color

.myTextColor { color: #C0838E; }

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

This text font color is #C0838E.


Background Color

.myBgColor { background-color: #C0838E; }

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

This div background color is #C0838E.


Border color

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

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

This div border color is #C0838E.


Opacity

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

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

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

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

This text has shadow with #C0838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0838E on black background.


Color preview on white background

This text has color #C0838E on white background.



Black color preview on #C0838E background

This text has black color on #C0838E background.


White color preview on #C0838E background

This text has white color on #C0838E background.