COLOR #C09193

HEX: #C09193
RGB: (192,145,147)

Color info

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

RGB color model

#C09193 color RGB value is (192,145,147).

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

RGB channels and saturation

R 192 of 255 = 75%
G 145 of 255 = 57%
B 147 of 255 = 58%

192
145
147

R + G + B ~ 63%. #C09193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 145 + 147 = 484 (100%)
R 192 of 484 ~ 39.67%
G 145 of 484 ~ 29.96%
B 147 of 484 ~ 30.37%

%39.67
%29.96
%30.37

CMYK color model

#C09193 color CMYK value is (0,24,23,25).

  • cyan value is 0.00%
  • magenta value is 24.48%
  • yellow value is 23.44%
  • key color value is 24.71%
CMYK:
(0,24,23,25)
C0M24Y23K25 
(0%,24%,23%,25%)
(0.00/0.24/0.23/0.25)	

CMYK percentages

%0
%24.48
%23.44
%24.71

Codes

Color #C09193 in popluar color models

C09193
RGB192145147
HSL357°27.17%66.08%
HSB/HSV357°24.48%75.29%
CMYK0.00%24.48%23.44%
24.71%

Color #C09193 in popluar number systems.

HEXC09193
Decimal192145147
Binary110000001001000110010011
Octal300221223

Shades and tints

Shades of #C09193

#C09193
(192,145,147)
#AF8486
(175,132,134)
#9E7779
(158,119,121)
#8D6A6C
(141,106,108)
#7C5D5F
(124,93,95)
#6B5052
(107,80,82)
#5A4345
(90,67,69)
#493638
(73,54,56)
#38292B
(56,41,43)
#271C1E
(39,28,30)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #C09193

#C09193
(192,145,147)
#C59B9C
(197,155,156)
#CAA5A5
(202,165,165)
#CFAFAE
(207,175,174)
#D4B9B7
(212,185,183)
#D9C3C0
(217,195,192)
#DECDC9
(222,205,201)
#E3D7D2
(227,215,210)
#E8E1DB
(232,225,219)
#EDEBE4
(237,235,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09193; }

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

This text font color is #C09193.


Background Color

.myBgColor { background-color: #C09193; }

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

This div background color is #C09193.


Border color

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

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

This div border color is #C09193.


Opacity

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

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

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

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

This text has shadow with #C09193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09193 on black background.


Color preview on white background

This text has color #C09193 on white background.



Black color preview on #C09193 background

This text has black color on #C09193 background.


White color preview on #C09193 background

This text has white color on #C09193 background.