COLOR #C18775

HEX: #C18775
RGB: (193,135,117)

Color info

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

RGB color model

#C18775 color RGB value is (193,135,117).

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

RGB channels and saturation

R 193 of 255 = 76%
G 135 of 255 = 53%
B 117 of 255 = 46%

193
135
117

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

Portions of RGB colors in percentages

R + G + B =
193 + 135 + 117 = 445 (100%)
R 193 of 445 ~ 43.37%
G 135 of 445 ~ 30.34%
B 117 of 445 ~ 26.29%

%43.37
%30.34
%26.29

CMYK color model

#C18775 color CMYK value is (0,30,39,24).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 39.38%
  • key color value is 24.31%
CMYK:
(0,30,39,24)
C0M30Y39K24 
(0%,30%,39%,24%)
(0.00/0.30/0.39/0.24)	

CMYK percentages

%0
%30.05
%39.38
%24.31

Codes

Color #C18775 in popluar color models

C18775
RGB193135117
HSL14°38.00%60.78%
HSB/HSV14°39.38%75.69%
CMYK0.00%30.05%39.38%
24.31%

Color #C18775 in popluar number systems.

HEXC18775
Decimal193135117
Binary11000001100001111110101
Octal301207165

Shades and tints

Shades of #C18775

#C18775
(193,135,117)
#B07B6B
(176,123,107)
#9F6F61
(159,111,97)
#8E6357
(142,99,87)
#7D574D
(125,87,77)
#6C4B43
(108,75,67)
#5B3F39
(91,63,57)
#4A332F
(74,51,47)
#392725
(57,39,37)
#281B1B
(40,27,27)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #C18775

#C18775
(193,135,117)
#C69181
(198,145,129)
#CB9B8D
(203,155,141)
#D0A599
(208,165,153)
#D5AFA5
(213,175,165)
#DAB9B1
(218,185,177)
#DFC3BD
(223,195,189)
#E4CDC9
(228,205,201)
#E9D7D5
(233,215,213)
#EEE1E1
(238,225,225)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18775; }

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

This text font color is #C18775.


Background Color

.myBgColor { background-color: #C18775; }

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

This div background color is #C18775.


Border color

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

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

This div border color is #C18775.


Opacity

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

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

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

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

This text has shadow with #C18775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18775 on black background.


Color preview on white background

This text has color #C18775 on white background.



Black color preview on #C18775 background

This text has black color on #C18775 background.


White color preview on #C18775 background

This text has white color on #C18775 background.