COLOR #C19E65

HEX: #C19E65 RGB: (193,158,101)

Color info

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

RGB color model

#C19E65 color RGB value is (193,158,101).

RGB: (193,158,101) (76%, 62%, 40%)

RGB channels and saturation

R 193 of 255 = 76%
G 158 of 255 = 62%
B 101 of 255 = 40%

193
158
101

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

Portions of RGB colors in percentages

R + G + B = 193 + 158 + 101 = 452 (100%)
R 193 of 452 ~ 42.7%
G 158 of 452 ~ 34.96%
B 101 of 452 ~ 22.35'%

%42.7
%34.96
%22.35

CMYK color model

#C19E65 color CMYK value is (0,18,48,24).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 47.67%
  • key color value is 24.31%

CMYK: (0,18,48,24)
C0M18Y48K24 (0%, 18%, 48%, 24%)
(0.00 / 0.18 / 0.48 / 0.24)

CMYK percentages

%0
%18.13
%47.67
%24.31

Codes

Color #C19E65 in popluar color models

C1 9E 65
RGB 193 158 101
HSL 37° 42.59% 57.65%
HSB/HSV 37° 47.67% 75.69%
CMYK 0.00% 18.13% 47.67%
24.31%

Color #C19E65 in popluar number systems.

HEX C1 9E 65
Decimal 193 158 101
Binary 11000001 10011110 1100101
Octal 301 236 145

Shades and tints

Shades of #C19E65

#C19E65
(193,158,101)
#B0905C
(176,144,92)
#9F8253
(159,130,83)
#8E744A
(142,116,74)
#7D6641
(125,102,65)
#6C5838
(108,88,56)
#5B4A2F
(91,74,47)
#4A3C26
(74,60,38)
#392E1D
(57,46,29)
#282014
(40,32,20)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #C19E65

#C19E65
(193,158,101)
#C6A673
(198,166,115)
#CBAE81
(203,174,129)
#D0B68F
(208,182,143)
#D5BE9D
(213,190,157)
#DAC6AB
(218,198,171)
#DFCEB9
(223,206,185)
#E4D6C7
(228,214,199)
#E9DED5
(233,222,213)
#EEE6E3
(238,230,227)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19E65 color. Also use rgb(193,158,101) instead hex code.

Text Font Color

.myTextColor { color: #C19E65; }

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

This text font color is #C19E65.

Background Color

.myBgColor { background-color: #C19E65; }

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

This div background color is #C19E65.

Border color

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

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

This div border color is #C19E65.

Opacity

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

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

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

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

This text has shadow with #C19E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19E65.

Preview

Color preview on black background

This text has color #C19E65 on black background.


Color preview on white background

This text has color #C19E65 on white background.


Black color preview on #C19E65 background

This text has black color on #C19E65 background.


White color preview on #C19E65 background

This text has white color on #C19E65 background.


Related colors

Complementary color

Complementary color for #hex is #3E619A.


I love getcolorcode.com

Triadic colors

1 #65C19E and #9E65C1 with #C19E65 are triadic colors.

2 #659EC1 and #9EC165 with #C19E65 are triadic colors.