COLOR #C09798

HEX: #C09798
RGB: (192,151,152)

Color info

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

RGB color model

#C09798 color RGB value is (192,151,152).

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

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 152 of 255 = 60%

192
151
152

R + G + B ~ 65%. #C09798 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 151 + 152 = 495 (100%)
R 192 of 495 ~ 38.79%
G 151 of 495 ~ 30.51%
B 152 of 495 ~ 30.71%

%38.79
%30.51
%30.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK:
(0,21,21,25)
C0M21Y21K25 
(0%,21%,21%,25%)
(0.00/0.21/0.21/0.25)	

CMYK percentages

%0
%21.35
%20.83
%24.71

Codes

Color #C09798 in popluar color models

C09798
RGB192151152
HSL359°24.55%67.25%
HSB/HSV359°21.35%75.29%
CMYK0.00%21.35%20.83%
24.71%

Color #C09798 in popluar number systems.

HEXC09798
Decimal192151152
Binary110000001001011110011000
Octal300227230

Shades and tints

Shades of #C09798

#C09798
(192,151,152)
#AF8A8B
(175,138,139)
#9E7D7E
(158,125,126)
#8D7071
(141,112,113)
#7C6364
(124,99,100)
#6B5657
(107,86,87)
#5A494A
(90,73,74)
#493C3D
(73,60,61)
#382F30
(56,47,48)
#272223
(39,34,35)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C09798

#C09798
(192,151,152)
#C5A0A1
(197,160,161)
#CAA9AA
(202,169,170)
#CFB2B3
(207,178,179)
#D4BBBC
(212,187,188)
#D9C4C5
(217,196,197)
#DECDCE
(222,205,206)
#E3D6D7
(227,214,215)
#E8DFE0
(232,223,224)
#EDE8E9
(237,232,233)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09798; }

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

This text font color is #C09798.


Background Color

.myBgColor { background-color: #C09798; }

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

This div background color is #C09798.


Border color

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

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

This div border color is #C09798.


Opacity

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

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

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

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

This text has shadow with #C09798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09798 on black background.


Color preview on white background

This text has color #C09798 on white background.



Black color preview on #C09798 background

This text has black color on #C09798 background.


White color preview on #C09798 background

This text has white color on #C09798 background.