COLOR #C19555

HEX: #C19555
RGB: (193,149,85)

Color info

#C19555 contains mainly red and green colors. Web safe color of #C19555 is #CC9966 (or #C96).

RGB color model

#C19555 color RGB value is (193,149,85).

  • red value is 193;
  • green value is 149;
  • blue value is 85.
RGB:
(193,149,85)
(76%,58%,33%)

RGB channels and saturation

R 193 of 255 = 76%
G 149 of 255 = 58%
B 85 of 255 = 33%

193
149
85

R + G + B ~ 56%. #C19555 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 149 + 85 = 427 (100%)
R 193 of 427 ~ 45.2%
G 149 of 427 ~ 34.89%
B 85 of 427 ~ 19.91%

%45.2
%34.89
%19.91

CMYK color model

#C19555 color CMYK value is (0,23,56,24).

  • cyan value is 0.00%
  • magenta value is 22.80%
  • yellow value is 55.96%
  • key color value is 24.31%
CMYK:
(0,23,56,24)
C0M23Y56K24 
(0%,23%,56%,24%)
(0.00/0.23/0.56/0.24)	

CMYK percentages

%0
%22.8
%55.96
%24.31

Codes

Color #C19555 in popluar color models

C19555
RGB19314985
HSL36°46.55%54.51%
HSB/HSV36°55.96%75.69%
CMYK0.00%22.80%55.96%
24.31%

Color #C19555 in popluar number systems.

HEXC19555
Decimal19314985
Binary11000001100101011010101
Octal301225125

Shades and tints

Shades of #C19555

#C19555
(193,149,85)
#B0884E
(176,136,78)
#9F7B47
(159,123,71)
#8E6E40
(142,110,64)
#7D6139
(125,97,57)
#6C5432
(108,84,50)
#5B472B
(91,71,43)
#4A3A24
(74,58,36)
#392D1D
(57,45,29)
#282016
(40,32,22)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #C19555

#C19555
(193,149,85)
#C69E64
(198,158,100)
#CBA773
(203,167,115)
#D0B082
(208,176,130)
#D5B991
(213,185,145)
#DAC2A0
(218,194,160)
#DFCBAF
(223,203,175)
#E4D4BE
(228,212,190)
#E9DDCD
(233,221,205)
#EEE6DC
(238,230,220)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19555 color. Also use rgb(193,149,85) instead hex code.

Text Font Color

.myTextColor { color: #C19555; }

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

This text font color is #C19555.


Background Color

.myBgColor { background-color: #C19555; }

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

This div background color is #C19555.


Border color

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

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

This div border color is #C19555.


Opacity

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

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

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

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

This text has shadow with #C19555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19555 on black background.


Color preview on white background

This text has color #C19555 on white background.



Black color preview on #C19555 background

This text has black color on #C19555 background.


White color preview on #C19555 background

This text has white color on #C19555 background.