COLOR #C09EA4

HEX: #C09EA4 RGB: (192,158,164)

Color info

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

RGB color model

#C09EA4 color RGB value is (192,158,164).

RGB: (192,158,164) (75%, 62%, 64%)

RGB channels and saturation

R 192 of 255 = 75%
G 158 of 255 = 62%
B 164 of 255 = 64%

192
158
164

R + G + B ~ 67%. #C09EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 158 + 164 = 514 (100%)
R 192 of 514 ~ 37.35%
G 158 of 514 ~ 30.74%
B 164 of 514 ~ 31.91'%

%37.35
%30.74
%31.91

CMYK color model

#C09EA4 color CMYK value is (0,18,15,25).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 14.58%
  • key color value is 24.71%

CMYK: (0,18,15,25)
C0M18Y15K25 (0%, 18%, 15%, 25%)
(0.00 / 0.18 / 0.15 / 0.25)

CMYK percentages

%0
%17.71
%14.58
%24.71

Codes

Color #C09EA4 in popluar color models

C0 9E A4
RGB 192 158 164
HSL 349° 21.25% 68.63%
HSB/HSV 349° 17.71% 75.29%
CMYK 0.00% 17.71% 14.58%
24.71%

Color #C09EA4 in popluar number systems.

HEX C0 9E A4
Decimal 192 158 164
Binary 11000000 10011110 10100100
Octal 300 236 244

Shades and tints

Shades of #C09EA4

#C09EA4
(192,158,164)
#AF9096
(175,144,150)
#9E8288
(158,130,136)
#8D747A
(141,116,122)
#7C666C
(124,102,108)
#6B585E
(107,88,94)
#5A4A50
(90,74,80)
#493C42
(73,60,66)
#382E34
(56,46,52)
#272026
(39,32,38)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #C09EA4

#C09EA4
(192,158,164)
#C5A6AC
(197,166,172)
#CAAEB4
(202,174,180)
#CFB6BC
(207,182,188)
#D4BEC4
(212,190,196)
#D9C6CC
(217,198,204)
#DECED4
(222,206,212)
#E3D6DC
(227,214,220)
#E8DEE4
(232,222,228)
#EDE6EC
(237,230,236)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09EA4 color. Also use rgb(192,158,164) instead hex code.

Text Font Color

.myTextColor { color: #C09EA4; }

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

This text font color is #C09EA4.

Background Color

.myBgColor { background-color: #C09EA4; }

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

This div background color is #C09EA4.

Border color

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

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

This div border color is #C09EA4.

Opacity

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

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

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

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

This text has shadow with #C09EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09EA4.

Preview

Color preview on black background

This text has color #C09EA4 on black background.


Color preview on white background

This text has color #C09EA4 on white background.


Black color preview on #C09EA4 background

This text has black color on #C09EA4 background.


White color preview on #C09EA4 background

This text has white color on #C09EA4 background.


Related colors

Complementary color

Complementary color for #hex is #3F615B.


I love getcolorcode.com

Triadic colors

1 #A4C09E and #9EA4C0 with #C09EA4 are triadic colors.

2 #A49EC0 and #9EC0A4 with #C09EA4 are triadic colors.