COLOR #C19092

HEX: #C19092
RGB: (193,144,146)

Color info

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

RGB color model

#C19092 color RGB value is (193,144,146).

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

RGB channels and saturation

R 193 of 255 = 76%
G 144 of 255 = 56%
B 146 of 255 = 57%

193
144
146

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

Portions of RGB colors in percentages

R + G + B =
193 + 144 + 146 = 483 (100%)
R 193 of 483 ~ 39.96%
G 144 of 483 ~ 29.81%
B 146 of 483 ~ 30.23%

%39.96
%29.81
%30.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.39%
  • yellow value is 24.35%
  • key color value is 24.31%
CMYK:
(0,25,24,24)
C0M25Y24K24 
(0%,25%,24%,24%)
(0.00/0.25/0.24/0.24)	

CMYK percentages

%0
%25.39
%24.35
%24.31

Codes

Color #C19092 in popluar color models

C19092
RGB193144146
HSL358°28.32%66.08%
HSB/HSV358°25.39%75.69%
CMYK0.00%25.39%24.35%
24.31%

Color #C19092 in popluar number systems.

HEXC19092
Decimal193144146
Binary110000011001000010010010
Octal301220222

Shades and tints

Shades of #C19092

#C19092
(193,144,146)
#B08385
(176,131,133)
#9F7678
(159,118,120)
#8E696B
(142,105,107)
#7D5C5E
(125,92,94)
#6C4F51
(108,79,81)
#5B4244
(91,66,68)
#4A3537
(74,53,55)
#39282A
(57,40,42)
#281B1D
(40,27,29)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #C19092

#C19092
(193,144,146)
#C69A9B
(198,154,155)
#CBA4A4
(203,164,164)
#D0AEAD
(208,174,173)
#D5B8B6
(213,184,182)
#DAC2BF
(218,194,191)
#DFCCC8
(223,204,200)
#E4D6D1
(228,214,209)
#E9E0DA
(233,224,218)
#EEEAE3
(238,234,227)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19092; }

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

This text font color is #C19092.


Background Color

.myBgColor { background-color: #C19092; }

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

This div background color is #C19092.


Border color

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

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

This div border color is #C19092.


Opacity

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

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

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

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

This text has shadow with #C19092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19092 on black background.


Color preview on white background

This text has color #C19092 on white background.



Black color preview on #C19092 background

This text has black color on #C19092 background.


White color preview on #C19092 background

This text has white color on #C19092 background.