COLOR #C18795

HEX: #C18795 RGB: (193,135,149)

Color info

#C18795 contains red, green and blue colors in about the same proportion. Web safe color of #C18795 is #CC9999 (or #C99).

RGB color model

#C18795 color RGB value is (193,135,149).

RGB: (193,135,149) (76%, 53%, 58%)

RGB channels and saturation

R 193 of 255 = 76%
G 135 of 255 = 53%
B 149 of 255 = 58%

193
135
149

R + G + B ~ 62%. #C18795 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 135 + 149 = 477 (100%)
R 193 of 477 ~ 40.46%
G 135 of 477 ~ 28.3%
B 149 of 477 ~ 31.24'%

%40.46
%28.3
%31.24

CMYK color model

#C18795 color CMYK value is (0,30,23,24).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 22.80%
  • key color value is 24.31%

CMYK: (0,30,23,24)
C0M30Y23K24 (0%, 30%, 23%, 24%)
(0.00 / 0.30 / 0.23 / 0.24)

CMYK percentages

%0
%30.05
%22.8
%24.31

Codes

Color #C18795 in popluar color models

C1 87 95
RGB 193 135 149
HSL 346° 31.87% 64.31%
HSB/HSV 346° 30.05% 75.69%
CMYK 0.00% 30.05% 22.80%
24.31%

Color #C18795 in popluar number systems.

HEX C1 87 95
Decimal 193 135 149
Binary 11000001 10000111 10010101
Octal 301 207 225

Shades and tints

Shades of #C18795

#C18795
(193,135,149)
#B07B88
(176,123,136)
#9F6F7B
(159,111,123)
#8E636E
(142,99,110)
#7D5761
(125,87,97)
#6C4B54
(108,75,84)
#5B3F47
(91,63,71)
#4A333A
(74,51,58)
#39272D
(57,39,45)
#281B20
(40,27,32)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #C18795

#C18795
(193,135,149)
#C6919E
(198,145,158)
#CB9BA7
(203,155,167)
#D0A5B0
(208,165,176)
#D5AFB9
(213,175,185)
#DAB9C2
(218,185,194)
#DFC3CB
(223,195,203)
#E4CDD4
(228,205,212)
#E9D7DD
(233,215,221)
#EEE1E6
(238,225,230)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18795; }

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

This text font color is #C18795.

Background Color

.myBgColor { background-color: #C18795; }

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

This div background color is #C18795.

Border color

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

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

This div border color is #C18795.

Opacity

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

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

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

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

This text has shadow with #C18795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18795.

Preview

Color preview on black background

This text has color #C18795 on black background.


Color preview on white background

This text has color #C18795 on white background.


Black color preview on #C18795 background

This text has black color on #C18795 background.


White color preview on #C18795 background

This text has white color on #C18795 background.


Related colors

Complementary color

Complementary color for #hex is #3E786A.


I love getcolorcode.com

Triadic colors

1 #95C187 and #8795C1 with #C18795 are triadic colors.

2 #9587C1 and #87C195 with #C18795 are triadic colors.