COLOR #C09499

HEX: #C09499
RGB: (192,148,153)

Color info

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

RGB color model

#C09499 color RGB value is (192,148,153).

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

RGB channels and saturation

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

192
148
153

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

Portions of RGB colors in percentages

R + G + B =
192 + 148 + 153 = 493 (100%)
R 192 of 493 ~ 38.95%
G 148 of 493 ~ 30.02%
B 153 of 493 ~ 31.03%

%38.95
%30.02
%31.03

CMYK color model

#C09499 color CMYK value is (0,23,20,25).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 20.31%
  • key color value is 24.71%
CMYK: (0,23,20,25) C0M23Y20K25 (0%,23%,20%,25%) (0.00/0.23/0.20/0.25)

CMYK percentages

%0
%22.92
%20.31
%24.71

Codes

Color #C09499 in popluar color models

C09499
RGB192148153
HSL353°25.88%66.67%
HSB/HSV353°22.92%75.29%
CMYK0.00%22.92%20.31%
24.71%

Color #C09499 in popluar number systems.

HEXC09499
Decimal192148153
Binary110000001001010010011001
Octal300224231

Shades and tints

Shades of #C09499

#C09499
(192,148,153)
#AF878C
(175,135,140)
#9E7A7F
(158,122,127)
#8D6D72
(141,109,114)
#7C6065
(124,96,101)
#6B5358
(107,83,88)
#5A464B
(90,70,75)
#49393E
(73,57,62)
#382C31
(56,44,49)
#271F24
(39,31,36)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #C09499

#C09499
(192,148,153)
#C59DA2
(197,157,162)
#CAA6AB
(202,166,171)
#CFAFB4
(207,175,180)
#D4B8BD
(212,184,189)
#D9C1C6
(217,193,198)
#DECACF
(222,202,207)
#E3D3D8
(227,211,216)
#E8DCE1
(232,220,225)
#EDE5EA
(237,229,234)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09499; }

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

This text font color is #C09499.


Background Color

.myBgColor { background-color: #C09499; }

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

This div background color is #C09499.


Border color

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

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

This div border color is #C09499.


Opacity

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

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

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

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

This text has shadow with #C09499 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C09499 on black background.


Color preview on white background

This text has color #C09499 on white background.



Black color preview on #C09499 background

This text has black color on #C09499 background.


White color preview on #C09499 background

This text has white color on #C09499 background.