COLOR #C19259

HEX: #C19259
RGB: (193,146,89)

Color info

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

RGB color model

#C19259 color RGB value is (193,146,89).

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

RGB channels and saturation

R 193 of 255 = 76%
G 146 of 255 = 57%
B 89 of 255 = 35%

193
146
89

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

Portions of RGB colors in percentages

R + G + B =
193 + 146 + 89 = 428 (100%)
R 193 of 428 ~ 45.09%
G 146 of 428 ~ 34.11%
B 89 of 428 ~ 20.79%

%45.09
%34.11
%20.79

CMYK color model

#C19259 color CMYK value is (0,24,54,24).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 53.89%
  • key color value is 24.31%
CMYK:
(0,24,54,24)
C0M24Y54K24 
(0%,24%,54%,24%)
(0.00/0.24/0.54/0.24)	

CMYK percentages

%0
%24.35
%53.89
%24.31

Codes

Color #C19259 in popluar color models

C19259
RGB19314689
HSL33°45.61%55.29%
HSB/HSV33°53.89%75.69%
CMYK0.00%24.35%53.89%
24.31%

Color #C19259 in popluar number systems.

HEXC19259
Decimal19314689
Binary11000001100100101011001
Octal301222131

Shades and tints

Shades of #C19259

#C19259
(193,146,89)
#B08551
(176,133,81)
#9F7849
(159,120,73)
#8E6B41
(142,107,65)
#7D5E39
(125,94,57)
#6C5131
(108,81,49)
#5B4429
(91,68,41)
#4A3721
(74,55,33)
#392A19
(57,42,25)
#281D11
(40,29,17)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #C19259

#C19259
(193,146,89)
#C69B68
(198,155,104)
#CBA477
(203,164,119)
#D0AD86
(208,173,134)
#D5B695
(213,182,149)
#DABFA4
(218,191,164)
#DFC8B3
(223,200,179)
#E4D1C2
(228,209,194)
#E9DAD1
(233,218,209)
#EEE3E0
(238,227,224)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19259; }

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

This text font color is #C19259.


Background Color

.myBgColor { background-color: #C19259; }

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

This div background color is #C19259.


Border color

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

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

This div border color is #C19259.


Opacity

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

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

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

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

This text has shadow with #C19259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19259 on black background.


Color preview on white background

This text has color #C19259 on white background.



Black color preview on #C19259 background

This text has black color on #C19259 background.


White color preview on #C19259 background

This text has white color on #C19259 background.