COLOR #C09092

HEX: #C09092
RGB: (192,144,146)

Color info

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

RGB color model

#C09092 color RGB value is (192,144,146).

  • red value is 192;
  • green value is 144;
  • blue value is 146.
RGB:
(192,144,146)
(75%,56%,57%)

RGB channels and saturation

R 192 of 255 = 75%
G 144 of 255 = 56%
B 146 of 255 = 57%

192
144
146

R + G + B ~ 63%. #C09092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 144 + 146 = 482 (100%)
R 192 of 482 ~ 39.83%
G 144 of 482 ~ 29.88%
B 146 of 482 ~ 30.29%

%39.83
%29.88
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 23.96%
  • key color value is 24.71%
CMYK:
(0,25,24,25)
C0M25Y24K25 
(0%,25%,24%,25%)
(0.00/0.25/0.24/0.25)	

CMYK percentages

%0
%25
%23.96
%24.71

Codes

Color #C09092 in popluar color models

C09092
RGB192144146
HSL358°27.59%65.88%
HSB/HSV358°25.00%75.29%
CMYK0.00%25.00%23.96%
24.71%

Color #C09092 in popluar number systems.

HEXC09092
Decimal192144146
Binary110000001001000010010010
Octal300220222

Shades and tints

Shades of #C09092

#C09092
(192,144,146)
#AF8385
(175,131,133)
#9E7678
(158,118,120)
#8D696B
(141,105,107)
#7C5C5E
(124,92,94)
#6B4F51
(107,79,81)
#5A4244
(90,66,68)
#493537
(73,53,55)
#38282A
(56,40,42)
#271B1D
(39,27,29)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #C09092

#C09092
(192,144,146)
#C59A9B
(197,154,155)
#CAA4A4
(202,164,164)
#CFAEAD
(207,174,173)
#D4B8B6
(212,184,182)
#D9C2BF
(217,194,191)
#DECCC8
(222,204,200)
#E3D6D1
(227,214,209)
#E8E0DA
(232,224,218)
#EDEAE3
(237,234,227)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09092; }

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

This text font color is #C09092.


Background Color

.myBgColor { background-color: #C09092; }

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

This div background color is #C09092.


Border color

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

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

This div border color is #C09092.


Opacity

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

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

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

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

This text has shadow with #C09092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09092 on black background.


Color preview on white background

This text has color #C09092 on white background.



Black color preview on #C09092 background

This text has black color on #C09092 background.


White color preview on #C09092 background

This text has white color on #C09092 background.