COLOR #C09490

HEX: #C09490 RGB: (192,148,144)

Color info

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

RGB color model

#C09490 color RGB value is (192,148,144).

RGB: (192,148,144) (75%, 58%, 56%)

RGB channels and saturation

R 192 of 255 = 75%
G 148 of 255 = 58%
B 144 of 255 = 56%

192
148
144

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

Portions of RGB colors in percentages

R + G + B = 192 + 148 + 144 = 484 (100%)
R 192 of 484 ~ 39.67%
G 148 of 484 ~ 30.58%
B 144 of 484 ~ 29.75'%

%39.67
%30.58
%29.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK: (0,23,25,25) C0M23Y25K25 (0%,23%,25%,25%) (0.00/0.23/0.25/0.25) 

CMYK percentages

%0
%22.92
%25
%24.71

Codes

Color #C09490 in popluar color models

C0 94 90
RGB 192 148 144
HSL 27.59% 65.88%
HSB/HSV 25.00% 75.29%
CMYK 0.00% 22.92% 25.00%
24.71%

Color #C09490 in popluar number systems.

HEX C0 94 90
Decimal 192 148 144
Binary 11000000 10010100 10010000
Octal 300 224 220

Shades and tints

Shades of #C09490

#C09490
(192,148,144)
#AF8783
(175,135,131)
#9E7A76
(158,122,118)
#8D6D69
(141,109,105)
#7C605C
(124,96,92)
#6B534F
(107,83,79)
#5A4642
(90,70,66)
#493935
(73,57,53)
#382C28
(56,44,40)
#271F1B
(39,31,27)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #C09490

#C09490
(192,148,144)
#C59D9A
(197,157,154)
#CAA6A4
(202,166,164)
#CFAFAE
(207,175,174)
#D4B8B8
(212,184,184)
#D9C1C2
(217,193,194)
#DECACC
(222,202,204)
#E3D3D6
(227,211,214)
#E8DCE0
(232,220,224)
#EDE5EA
(237,229,234)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09490 color. Also use rgb(192,148,144) instead hex code.

Text Font Color

.myTextColor { color: #C09490; }

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

This text font color is #C09490.

Background Color

.myBgColor { background-color: #C09490; }

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

This div background color is #C09490.

Border color

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

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

This div border color is #C09490.

Opacity

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

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

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

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

This text has shadow with #C09490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09490.

Preview

Color preview on black background

This text has color #C09490 on black background.


Color preview on white background

This text has color #C09490 on white background.


Black color preview on #C09490 background

This text has black color on #C09490 background.


White color preview on #C09490 background

This text has white color on #C09490 background.


Related colors

Complementary color

Complementary color for #hex is #3F6B6F.


I love getcolorcode.com

Triadic colors

1 #90C094 and #9490C0 with #C09490 are triadic colors.

2 #9094C0 and #94C090 with #C09490 are triadic colors.