COLOR #C09DA6

HEX: #C09DA6 RGB: (192,157,166)

Color info

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

RGB color model

#C09DA6 color RGB value is (192,157,166).

RGB: (192,157,166) (75%, 62%, 65%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 166 of 255 = 65%

192
157
166

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

Portions of RGB colors in percentages

R + G + B = 192 + 157 + 166 = 515 (100%)
R 192 of 515 ~ 37.28%
G 157 of 515 ~ 30.49%
B 166 of 515 ~ 32.23'%

%37.28
%30.49
%32.23

CMYK color model

#C09DA6 color CMYK value is (0,18,14,25).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 13.54%
  • key color value is 24.71%

CMYK: (0,18,14,25)
C0M18Y14K25 (0%, 18%, 14%, 25%)
(0.00 / 0.18 / 0.14 / 0.25)

CMYK percentages

%0
%18.23
%13.54
%24.71

Codes

Color #C09DA6 in popluar color models

C0 9D A6
RGB 192 157 166
HSL 345° 21.74% 68.43%
HSB/HSV 345° 18.23% 75.29%
CMYK 0.00% 18.23% 13.54%
24.71%

Color #C09DA6 in popluar number systems.

HEX C0 9D A6
Decimal 192 157 166
Binary 11000000 10011101 10100110
Octal 300 235 246

Shades and tints

Shades of #C09DA6

#C09DA6
(192,157,166)
#AF8F97
(175,143,151)
#9E8188
(158,129,136)
#8D7379
(141,115,121)
#7C656A
(124,101,106)
#6B575B
(107,87,91)
#5A494C
(90,73,76)
#493B3D
(73,59,61)
#382D2E
(56,45,46)
#271F1F
(39,31,31)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #C09DA6

#C09DA6
(192,157,166)
#C5A5AE
(197,165,174)
#CAADB6
(202,173,182)
#CFB5BE
(207,181,190)
#D4BDC6
(212,189,198)
#D9C5CE
(217,197,206)
#DECDD6
(222,205,214)
#E3D5DE
(227,213,222)
#E8DDE6
(232,221,230)
#EDE5EE
(237,229,238)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09DA6 color. Also use rgb(192,157,166) instead hex code.

Text Font Color

.myTextColor { color: #C09DA6; }

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

This text font color is #C09DA6.

Background Color

.myBgColor { background-color: #C09DA6; }

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

This div background color is #C09DA6.

Border color

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

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

This div border color is #C09DA6.

Opacity

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

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

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

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

This text has shadow with #C09DA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09DA6.

Preview

Color preview on black background

This text has color #C09DA6 on black background.


Color preview on white background

This text has color #C09DA6 on white background.


Black color preview on #C09DA6 background

This text has black color on #C09DA6 background.


White color preview on #C09DA6 background

This text has white color on #C09DA6 background.


Related colors

Complementary color

Complementary color for #hex is #3F6259.


I love getcolorcode.com

Triadic colors

1 #A6C09D and #9DA6C0 with #C09DA6 are triadic colors.

2 #A69DC0 and #9DC0A6 with #C09DA6 are triadic colors.