COLOR #C18668

HEX: #C18668
RGB: (193,134,104)

Color info

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

RGB color model

#C18668 color RGB value is (193,134,104).

  • red value is 193;
  • green value is 134;
  • blue value is 104.
RGB:
(193,134,104)
(76%,53%,41%)

RGB channels and saturation

R 193 of 255 = 76%
G 134 of 255 = 53%
B 104 of 255 = 41%

193
134
104

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

Portions of RGB colors in percentages

R + G + B =
193 + 134 + 104 = 431 (100%)
R 193 of 431 ~ 44.78%
G 134 of 431 ~ 31.09%
B 104 of 431 ~ 24.13%

%44.78
%31.09
%24.13

CMYK color model

#C18668 color CMYK value is (0,31,46,24).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 46.11%
  • key color value is 24.31%
CMYK:
(0,31,46,24)
C0M31Y46K24 
(0%,31%,46%,24%)
(0.00/0.31/0.46/0.24)	

CMYK percentages

%0
%30.57
%46.11
%24.31

Codes

Color #C18668 in popluar color models

C18668
RGB193134104
HSL20°41.78%58.24%
HSB/HSV20°46.11%75.69%
CMYK0.00%30.57%46.11%
24.31%

Color #C18668 in popluar number systems.

HEXC18668
Decimal193134104
Binary11000001100001101101000
Octal301206150

Shades and tints

Shades of #C18668

#C18668
(193,134,104)
#B07A5F
(176,122,95)
#9F6E56
(159,110,86)
#8E624D
(142,98,77)
#7D5644
(125,86,68)
#6C4A3B
(108,74,59)
#5B3E32
(91,62,50)
#4A3229
(74,50,41)
#392620
(57,38,32)
#281A17
(40,26,23)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #C18668

#C18668
(193,134,104)
#C69175
(198,145,117)
#CB9C82
(203,156,130)
#D0A78F
(208,167,143)
#D5B29C
(213,178,156)
#DABDA9
(218,189,169)
#DFC8B6
(223,200,182)
#E4D3C3
(228,211,195)
#E9DED0
(233,222,208)
#EEE9DD
(238,233,221)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18668 color. Also use rgb(193,134,104) instead hex code.

Text Font Color

.myTextColor { color: #C18668; }

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

This text font color is #C18668.


Background Color

.myBgColor { background-color: #C18668; }

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

This div background color is #C18668.


Border color

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

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

This div border color is #C18668.


Opacity

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

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

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

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

This text has shadow with #C18668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18668 on black background.


Color preview on white background

This text has color #C18668 on white background.



Black color preview on #C18668 background

This text has black color on #C18668 background.


White color preview on #C18668 background

This text has white color on #C18668 background.