COLOR #C19775

HEX: #C19775
RGB: (193,151,117)

Color info

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

RGB color model

#C19775 color RGB value is (193,151,117).

  • red value is 193;
  • green value is 151;
  • blue value is 117.
RGB:
(193,151,117)
(76%,59%,46%)

RGB channels and saturation

R 193 of 255 = 76%
G 151 of 255 = 59%
B 117 of 255 = 46%

193
151
117

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

Portions of RGB colors in percentages

R + G + B =
193 + 151 + 117 = 461 (100%)
R 193 of 461 ~ 41.87%
G 151 of 461 ~ 32.75%
B 117 of 461 ~ 25.38%

%41.87
%32.75
%25.38

CMYK color model

#C19775 color CMYK value is (0,22,39,24).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 39.38%
  • key color value is 24.31%
CMYK:
(0,22,39,24)
C0M22Y39K24 
(0%,22%,39%,24%)
(0.00/0.22/0.39/0.24)	

CMYK percentages

%0
%21.76
%39.38
%24.31

Codes

Color #C19775 in popluar color models

C19775
RGB193151117
HSL27°38.00%60.78%
HSB/HSV27°39.38%75.69%
CMYK0.00%21.76%39.38%
24.31%

Color #C19775 in popluar number systems.

HEXC19775
Decimal193151117
Binary11000001100101111110101
Octal301227165

Shades and tints

Shades of #C19775

#C19775
(193,151,117)
#B08A6B
(176,138,107)
#9F7D61
(159,125,97)
#8E7057
(142,112,87)
#7D634D
(125,99,77)
#6C5643
(108,86,67)
#5B4939
(91,73,57)
#4A3C2F
(74,60,47)
#392F25
(57,47,37)
#28221B
(40,34,27)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #C19775

#C19775
(193,151,117)
#C6A081
(198,160,129)
#CBA98D
(203,169,141)
#D0B299
(208,178,153)
#D5BBA5
(213,187,165)
#DAC4B1
(218,196,177)
#DFCDBD
(223,205,189)
#E4D6C9
(228,214,201)
#E9DFD5
(233,223,213)
#EEE8E1
(238,232,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19775 color. Also use rgb(193,151,117) instead hex code.

Text Font Color

.myTextColor { color: #C19775; }

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

This text font color is #C19775.


Background Color

.myBgColor { background-color: #C19775; }

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

This div background color is #C19775.


Border color

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

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

This div border color is #C19775.


Opacity

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

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

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

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

This text has shadow with #C19775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19775 on black background.


Color preview on white background

This text has color #C19775 on white background.



Black color preview on #C19775 background

This text has black color on #C19775 background.


White color preview on #C19775 background

This text has white color on #C19775 background.