COLOR #C18085

HEX: #C18085 RGB: (193,128,133)

Color info

#C18085 contains mainly red color. Web safe color of #C18085 is #CC6699 (or #C69).

RGB color model

#C18085 color RGB value is (193,128,133).

RGB: (193,128,133) (76%, 50%, 52%)

RGB channels and saturation

R 193 of 255 = 76%
G 128 of 255 = 50%
B 133 of 255 = 52%

193
128
133

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

Portions of RGB colors in percentages

R + G + B = 193 + 128 + 133 = 454 (100%)
R 193 of 454 ~ 42.51%
G 128 of 454 ~ 28.19%
B 133 of 454 ~ 29.3'%

%42.51
%28.19
%29.3

CMYK color model

#C18085 color CMYK value is (0,34,31,24).

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 31.09%
  • key color value is 24.31%

CMYK: (0,34,31,24)
C0M34Y31K24 (0%, 34%, 31%, 24%)
(0.00 / 0.34 / 0.31 / 0.24)

CMYK percentages

%0
%33.68
%31.09
%24.31

Codes

Color #C18085 in popluar color models

C1 80 85
RGB 193 128 133
HSL 355° 34.39% 62.94%
HSB/HSV 355° 33.68% 75.69%
CMYK 0.00% 33.68% 31.09%
24.31%

Color #C18085 in popluar number systems.

HEX C1 80 85
Decimal 193 128 133
Binary 11000001 10000000 10000101
Octal 301 200 205

Shades and tints

Shades of #C18085

#C18085
(193,128,133)
#B07579
(176,117,121)
#9F6A6D
(159,106,109)
#8E5F61
(142,95,97)
#7D5455
(125,84,85)
#6C4949
(108,73,73)
#5B3E3D
(91,62,61)
#4A3331
(74,51,49)
#392825
(57,40,37)
#281D19
(40,29,25)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #C18085

#C18085
(193,128,133)
#C68B90
(198,139,144)
#CB969B
(203,150,155)
#D0A1A6
(208,161,166)
#D5ACB1
(213,172,177)
#DAB7BC
(218,183,188)
#DFC2C7
(223,194,199)
#E4CDD2
(228,205,210)
#E9D8DD
(233,216,221)
#EEE3E8
(238,227,232)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18085 color. Also use rgb(193,128,133) instead hex code.

Text Font Color

.myTextColor { color: #C18085; }

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

This text font color is #C18085.

Background Color

.myBgColor { background-color: #C18085; }

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

This div background color is #C18085.

Border color

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

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

This div border color is #C18085.

Opacity

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

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

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

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

This text has shadow with #C18085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18085.

Preview

Color preview on black background

This text has color #C18085 on black background.


Color preview on white background

This text has color #C18085 on white background.


Black color preview on #C18085 background

This text has black color on #C18085 background.


White color preview on #C18085 background

This text has white color on #C18085 background.


Related colors

Complementary color

Complementary color for #hex is #3E7F7A.


I love getcolorcode.com

Triadic colors

1 #85C180 and #8085C1 with #C18085 are triadic colors.

2 #8580C1 and #80C185 with #C18085 are triadic colors.