COLOR #C09398

HEX: #C09398
RGB: (192,147,152)

Color info

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

RGB color model

#C09398 color RGB value is (192,147,152).

  • red value is 192;
  • green value is 147;
  • blue value is 152.
RGB:
(192,147,152)
(75%,58%,60%)

RGB channels and saturation

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

192
147
152

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

Portions of RGB colors in percentages

R + G + B =
192 + 147 + 152 = 491 (100%)
R 192 of 491 ~ 39.1%
G 147 of 491 ~ 29.94%
B 152 of 491 ~ 30.96%

%39.1
%29.94
%30.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK:
(0,23,21,25)
C0M23Y21K25 
(0%,23%,21%,25%)
(0.00/0.23/0.21/0.25)	

CMYK percentages

%0
%23.44
%20.83
%24.71

Codes

Color #C09398 in popluar color models

C09398
RGB192147152
HSL353°26.32%66.47%
HSB/HSV353°23.44%75.29%
CMYK0.00%23.44%20.83%
24.71%

Color #C09398 in popluar number systems.

HEXC09398
Decimal192147152
Binary110000001001001110011000
Octal300223230

Shades and tints

Shades of #C09398

#C09398
(192,147,152)
#AF868B
(175,134,139)
#9E797E
(158,121,126)
#8D6C71
(141,108,113)
#7C5F64
(124,95,100)
#6B5257
(107,82,87)
#5A454A
(90,69,74)
#49383D
(73,56,61)
#382B30
(56,43,48)
#271E23
(39,30,35)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #C09398

#C09398
(192,147,152)
#C59CA1
(197,156,161)
#CAA5AA
(202,165,170)
#CFAEB3
(207,174,179)
#D4B7BC
(212,183,188)
#D9C0C5
(217,192,197)
#DEC9CE
(222,201,206)
#E3D2D7
(227,210,215)
#E8DBE0
(232,219,224)
#EDE4E9
(237,228,233)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09398; }

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

This text font color is #C09398.


Background Color

.myBgColor { background-color: #C09398; }

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

This div background color is #C09398.


Border color

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

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

This div border color is #C09398.


Opacity

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

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

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

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

This text has shadow with #C09398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09398 on black background.


Color preview on white background

This text has color #C09398 on white background.



Black color preview on #C09398 background

This text has black color on #C09398 background.


White color preview on #C09398 background

This text has white color on #C09398 background.