COLOR #C09298

HEX: #C09298 RGB: (192,146,152)

Color info

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

RGB color model

#C09298 color RGB value is (192,146,152).

RGB: (192,146,152) (75%, 57%, 60%)

RGB channels and saturation

R 192 of 255 = 75%
G 146 of 255 = 57%
B 152 of 255 = 60%

192
146
152

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

Portions of RGB colors in percentages

R + G + B = 192 + 146 + 152 = 490 (100%)
R 192 of 490 ~ 39.18%
G 146 of 490 ~ 29.8%
B 152 of 490 ~ 31.02'%

%39.18
%29.8
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.96%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK: (0,24,21,25) C0M24Y21K25 (0%,24%,21%,25%) (0.00/0.24/0.21/0.25) 

CMYK percentages

%0
%23.96
%20.83
%24.71

Codes

Color #C09298 in popluar color models

C0 92 98
RGB 192 146 152
HSL 352° 26.74% 66.27%
HSB/HSV 352° 23.96% 75.29%
CMYK 0.00% 23.96% 20.83%
24.71%

Color #C09298 in popluar number systems.

HEX C0 92 98
Decimal 192 146 152
Binary 11000000 10010010 10011000
Octal 300 222 230

Shades and tints

Shades of #C09298

#C09298
(192,146,152)
#AF858B
(175,133,139)
#9E787E
(158,120,126)
#8D6B71
(141,107,113)
#7C5E64
(124,94,100)
#6B5157
(107,81,87)
#5A444A
(90,68,74)
#49373D
(73,55,61)
#382A30
(56,42,48)
#271D23
(39,29,35)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #C09298

#C09298
(192,146,152)
#C59BA1
(197,155,161)
#CAA4AA
(202,164,170)
#CFADB3
(207,173,179)
#D4B6BC
(212,182,188)
#D9BFC5
(217,191,197)
#DEC8CE
(222,200,206)
#E3D1D7
(227,209,215)
#E8DAE0
(232,218,224)
#EDE3E9
(237,227,233)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09298; }

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

This text font color is #C09298.

Background Color

.myBgColor { background-color: #C09298; }

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

This div background color is #C09298.

Border color

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

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

This div border color is #C09298.

Opacity

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

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

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

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

This text has shadow with #C09298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09298.

Preview

Color preview on black background

This text has color #C09298 on black background.


Color preview on white background

This text has color #C09298 on white background.


Black color preview on #C09298 background

This text has black color on #C09298 background.


White color preview on #C09298 background

This text has white color on #C09298 background.


Related colors

Complementary color

Complementary color for #hex is #3F6D67.


I love getcolorcode.com

Triadic colors

1 #98C092 and #9298C0 with #C09298 are triadic colors.

2 #9892C0 and #92C098 with #C09298 are triadic colors.