COLOR #C09894

HEX: #C09894 RGB: (192,152,148)

Color info

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

RGB color model

#C09894 color RGB value is (192,152,148).

RGB: (192,152,148) (75%, 60%, 58%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 148 of 255 = 58%

192
152
148

R + G + B ~ 64%. #C09894 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 152 + 148 = 492 (100%)
R 192 of 492 ~ 39.02%
G 152 of 492 ~ 30.89%
B 148 of 492 ~ 30.08'%

%39.02
%30.89
%30.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 22.92%
  • key color value is 24.71%

CMYK: (0,21,23,25)
C0M21Y23K25 (0%, 21%, 23%, 25%)
(0.00 / 0.21 / 0.23 / 0.25)

CMYK percentages

%0
%20.83
%22.92
%24.71

Codes

Color #C09894 in popluar color models

C0 98 94
RGB 192 152 148
HSL 25.88% 66.67%
HSB/HSV 22.92% 75.29%
CMYK 0.00% 20.83% 22.92%
24.71%

Color #C09894 in popluar number systems.

HEX C0 98 94
Decimal 192 152 148
Binary 11000000 10011000 10010100
Octal 300 230 224

Shades and tints

Shades of #C09894

#C09894
(192,152,148)
#AF8B87
(175,139,135)
#9E7E7A
(158,126,122)
#8D716D
(141,113,109)
#7C6460
(124,100,96)
#6B5753
(107,87,83)
#5A4A46
(90,74,70)
#493D39
(73,61,57)
#38302C
(56,48,44)
#27231F
(39,35,31)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #C09894

#C09894
(192,152,148)
#C5A19D
(197,161,157)
#CAAAA6
(202,170,166)
#CFB3AF
(207,179,175)
#D4BCB8
(212,188,184)
#D9C5C1
(217,197,193)
#DECECA
(222,206,202)
#E3D7D3
(227,215,211)
#E8E0DC
(232,224,220)
#EDE9E5
(237,233,229)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09894; }

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

This text font color is #C09894.

Background Color

.myBgColor { background-color: #C09894; }

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

This div background color is #C09894.

Border color

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

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

This div border color is #C09894.

Opacity

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

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

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

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

This text has shadow with #C09894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09894.

Preview

Color preview on black background

This text has color #C09894 on black background.


Color preview on white background

This text has color #C09894 on white background.


Black color preview on #C09894 background

This text has black color on #C09894 background.


White color preview on #C09894 background

This text has white color on #C09894 background.


Related colors

Complementary color

Complementary color for #hex is #3F676B.


I love getcolorcode.com

Triadic colors

1 #94C098 and #9894C0 with #C09894 are triadic colors.

2 #9498C0 and #98C094 with #C09894 are triadic colors.