COLOR #C18369

HEX: #C18369 RGB: (193,131,105)

Color info

#C18369 contains mainly red color. Web safe color of #C18369 is #CC9966 (or #C96).

RGB color model

#C18369 color RGB value is (193,131,105).

RGB: (193,131,105) (76%, 51%, 41%)

RGB channels and saturation

R 193 of 255 = 76%
G 131 of 255 = 51%
B 105 of 255 = 41%

193
131
105

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

Portions of RGB colors in percentages

R + G + B = 193 + 131 + 105 = 429 (100%)
R 193 of 429 ~ 44.99%
G 131 of 429 ~ 30.54%
B 105 of 429 ~ 24.48'%

%44.99
%30.54
%24.48

CMYK color model

#C18369 color CMYK value is (0,32,46,24).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 45.60%
  • key color value is 24.31%

CMYK: (0,32,46,24)
C0M32Y46K24 (0%, 32%, 46%, 24%)
(0.00 / 0.32 / 0.46 / 0.24)

CMYK percentages

%0
%32.12
%45.6
%24.31

Codes

Color #C18369 in popluar color models

C1 83 69
RGB 193 131 105
HSL 18° 41.51% 58.43%
HSB/HSV 18° 45.60% 75.69%
CMYK 0.00% 32.12% 45.60%
24.31%

Color #C18369 in popluar number systems.

HEX C1 83 69
Decimal 193 131 105
Binary 11000001 10000011 1101001
Octal 301 203 151

Shades and tints

Shades of #C18369

#C18369
(193,131,105)
#B07860
(176,120,96)
#9F6D57
(159,109,87)
#8E624E
(142,98,78)
#7D5745
(125,87,69)
#6C4C3C
(108,76,60)
#5B4133
(91,65,51)
#4A362A
(74,54,42)
#392B21
(57,43,33)
#282018
(40,32,24)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #C18369

#C18369
(193,131,105)
#C68E76
(198,142,118)
#CB9983
(203,153,131)
#D0A490
(208,164,144)
#D5AF9D
(213,175,157)
#DABAAA
(218,186,170)
#DFC5B7
(223,197,183)
#E4D0C4
(228,208,196)
#E9DBD1
(233,219,209)
#EEE6DE
(238,230,222)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18369 color. Also use rgb(193,131,105) instead hex code.

Text Font Color

.myTextColor { color: #C18369; }

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

This text font color is #C18369.

Background Color

.myBgColor { background-color: #C18369; }

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

This div background color is #C18369.

Border color

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

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

This div border color is #C18369.

Opacity

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

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

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

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

This text has shadow with #C18369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18369.

Preview

Color preview on black background

This text has color #C18369 on black background.


Color preview on white background

This text has color #C18369 on white background.


Black color preview on #C18369 background

This text has black color on #C18369 background.


White color preview on #C18369 background

This text has white color on #C18369 background.


Related colors

Complementary color

Complementary color for #hex is #3E7C96.


I love getcolorcode.com

Triadic colors

1 #69C183 and #8369C1 with #C18369 are triadic colors.

2 #6983C1 and #83C169 with #C18369 are triadic colors.