COLOR #C09591

HEX: #C09591 RGB: (192,149,145)

Color info

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

RGB color model

#C09591 color RGB value is (192,149,145).

RGB: (192,149,145) (75%, 58%, 57%)

RGB channels and saturation

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

192
149
145

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

Portions of RGB colors in percentages

R + G + B = 192 + 149 + 145 = 486 (100%)
R 192 of 486 ~ 39.51%
G 149 of 486 ~ 30.66%
B 145 of 486 ~ 29.84'%

%39.51
%30.66
%29.84

CMYK color model

#C09591 color CMYK value is (0,22,24,25).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 24.48%
  • key color value is 24.71%

CMYK: (0,22,24,25)
C0M22Y24K25 (0%, 22%, 24%, 25%)
(0.00 / 0.22 / 0.24 / 0.25)

CMYK percentages

%0
%22.4
%24.48
%24.71

Codes

Color #C09591 in popluar color models

C0 95 91
RGB 192 149 145
HSL 27.17% 66.08%
HSB/HSV 24.48% 75.29%
CMYK 0.00% 22.40% 24.48%
24.71%

Color #C09591 in popluar number systems.

HEX C0 95 91
Decimal 192 149 145
Binary 11000000 10010101 10010001
Octal 300 225 221

Shades and tints

Shades of #C09591

#C09591
(192,149,145)
#AF8884
(175,136,132)
#9E7B77
(158,123,119)
#8D6E6A
(141,110,106)
#7C615D
(124,97,93)
#6B5450
(107,84,80)
#5A4743
(90,71,67)
#493A36
(73,58,54)
#382D29
(56,45,41)
#27201C
(39,32,28)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #C09591

#C09591
(192,149,145)
#C59E9B
(197,158,155)
#CAA7A5
(202,167,165)
#CFB0AF
(207,176,175)
#D4B9B9
(212,185,185)
#D9C2C3
(217,194,195)
#DECBCD
(222,203,205)
#E3D4D7
(227,212,215)
#E8DDE1
(232,221,225)
#EDE6EB
(237,230,235)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09591; }

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

This text font color is #C09591.

Background Color

.myBgColor { background-color: #C09591; }

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

This div background color is #C09591.

Border color

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

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

This div border color is #C09591.

Opacity

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

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

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

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

This text has shadow with #C09591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09591.

Preview

Color preview on black background

This text has color #C09591 on black background.


Color preview on white background

This text has color #C09591 on white background.


Black color preview on #C09591 background

This text has black color on #C09591 background.


White color preview on #C09591 background

This text has white color on #C09591 background.


Related colors

Complementary color

Complementary color for #hex is #3F6A6E.


I love getcolorcode.com

Triadic colors

1 #91C095 and #9591C0 with #C09591 are triadic colors.

2 #9195C0 and #95C091 with #C09591 are triadic colors.