COLOR #C18068

HEX: #C18068
RGB: (193,128,104)

Color info

#C18068 contains mainly red color. Web safe color of #C18068 is #CC6666 (or #C66).

RGB color model

#C18068 color RGB value is (193,128,104).

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

RGB channels and saturation

R 193 of 255 = 76%
G 128 of 255 = 50%
B 104 of 255 = 41%

193
128
104

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

Portions of RGB colors in percentages

R + G + B =
193 + 128 + 104 = 425 (100%)
R 193 of 425 ~ 45.41%
G 128 of 425 ~ 30.12%
B 104 of 425 ~ 24.47%

%45.41
%30.12
%24.47

CMYK color model

#C18068 color CMYK value is (0,34,46,24).

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 46.11%
  • key color value is 24.31%
CMYK:
(0,34,46,24)
C0M34Y46K24 
(0%,34%,46%,24%)
(0.00/0.34/0.46/0.24)	

CMYK percentages

%0
%33.68
%46.11
%24.31

Codes

Color #C18068 in popluar color models

C18068
RGB193128104
HSL16°41.78%58.24%
HSB/HSV16°46.11%75.69%
CMYK0.00%33.68%46.11%
24.31%

Color #C18068 in popluar number systems.

HEXC18068
Decimal193128104
Binary11000001100000001101000
Octal301200150

Shades and tints

Shades of #C18068

#C18068
(193,128,104)
#B0755F
(176,117,95)
#9F6A56
(159,106,86)
#8E5F4D
(142,95,77)
#7D5444
(125,84,68)
#6C493B
(108,73,59)
#5B3E32
(91,62,50)
#4A3329
(74,51,41)
#392820
(57,40,32)
#281D17
(40,29,23)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #C18068

#C18068
(193,128,104)
#C68B75
(198,139,117)
#CB9682
(203,150,130)
#D0A18F
(208,161,143)
#D5AC9C
(213,172,156)
#DAB7A9
(218,183,169)
#DFC2B6
(223,194,182)
#E4CDC3
(228,205,195)
#E9D8D0
(233,216,208)
#EEE3DD
(238,227,221)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18068; }

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

This text font color is #C18068.


Background Color

.myBgColor { background-color: #C18068; }

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

This div background color is #C18068.


Border color

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

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

This div border color is #C18068.


Opacity

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

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

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

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

This text has shadow with #C18068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18068 on black background.


Color preview on white background

This text has color #C18068 on white background.



Black color preview on #C18068 background

This text has black color on #C18068 background.


White color preview on #C18068 background

This text has white color on #C18068 background.