COLOR #C08793

HEX: #C08793
RGB: (192,135,147)

Color info

#C08793 contains red, green and blue colors in about the same proportion. Web safe color of #C08793 is #CC9999 (or #C99).

RGB color model

#C08793 color RGB value is (192,135,147).

  • red value is 192;
  • green value is 135;
  • blue value is 147.
RGB:
(192,135,147)
(75%,53%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 135 of 255 = 53%
B 147 of 255 = 58%

192
135
147

R + G + B ~ 62%. #C08793 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 135 + 147 = 474 (100%)
R 192 of 474 ~ 40.51%
G 135 of 474 ~ 28.48%
B 147 of 474 ~ 31.01%

%40.51
%28.48
%31.01

CMYK color model

#C08793 color CMYK value is (0,30,23,25).

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 23.44%
  • key color value is 24.71%
CMYK:
(0,30,23,25)
C0M30Y23K25 
(0%,30%,23%,25%)
(0.00/0.30/0.23/0.25)	

CMYK percentages

%0
%29.69
%23.44
%24.71

Codes

Color #C08793 in popluar color models

C08793
RGB192135147
HSL347°31.15%64.12%
HSB/HSV347°29.69%75.29%
CMYK0.00%29.69%23.44%
24.71%

Color #C08793 in popluar number systems.

HEXC08793
Decimal192135147
Binary110000001000011110010011
Octal300207223

Shades and tints

Shades of #C08793

#C08793
(192,135,147)
#AF7B86
(175,123,134)
#9E6F79
(158,111,121)
#8D636C
(141,99,108)
#7C575F
(124,87,95)
#6B4B52
(107,75,82)
#5A3F45
(90,63,69)
#493338
(73,51,56)
#38272B
(56,39,43)
#271B1E
(39,27,30)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #C08793

#C08793
(192,135,147)
#C5919C
(197,145,156)
#CA9BA5
(202,155,165)
#CFA5AE
(207,165,174)
#D4AFB7
(212,175,183)
#D9B9C0
(217,185,192)
#DEC3C9
(222,195,201)
#E3CDD2
(227,205,210)
#E8D7DB
(232,215,219)
#EDE1E4
(237,225,228)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08793 color. Also use rgb(192,135,147) instead hex code.

Text Font Color

.myTextColor { color: #C08793; }

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

This text font color is #C08793.


Background Color

.myBgColor { background-color: #C08793; }

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

This div background color is #C08793.


Border color

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

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

This div border color is #C08793.


Opacity

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

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

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

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

This text has shadow with #C08793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08793 on black background.


Color preview on white background

This text has color #C08793 on white background.



Black color preview on #C08793 background

This text has black color on #C08793 background.


White color preview on #C08793 background

This text has white color on #C08793 background.