COLOR #C1868D

HEX: #C1868D
RGB: (193,134,141)

Color info

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

RGB color model

#C1868D color RGB value is (193,134,141).

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

RGB channels and saturation

R 193 of 255 = 76%
G 134 of 255 = 53%
B 141 of 255 = 55%

193
134
141

R + G + B ~ 61%. #C1868D is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 134 + 141 = 468 (100%)
R 193 of 468 ~ 41.24%
G 134 of 468 ~ 28.63%
B 141 of 468 ~ 30.13%

%41.24
%28.63
%30.13

CMYK color model

#C1868D color CMYK value is (0,31,27,24).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(0,31,27,24)
C0M31Y27K24 
(0%,31%,27%,24%)
(0.00/0.31/0.27/0.24)	

CMYK percentages

%0
%30.57
%26.94
%24.31

Codes

Color #C1868D in popluar color models

C1868D
RGB193134141
HSL353°32.24%64.12%
HSB/HSV353°30.57%75.69%
CMYK0.00%30.57%26.94%
24.31%

Color #C1868D in popluar number systems.

HEXC1868D
Decimal193134141
Binary110000011000011010001101
Octal301206215

Shades and tints

Shades of #C1868D

#C1868D
(193,134,141)
#B07A81
(176,122,129)
#9F6E75
(159,110,117)
#8E6269
(142,98,105)
#7D565D
(125,86,93)
#6C4A51
(108,74,81)
#5B3E45
(91,62,69)
#4A3239
(74,50,57)
#39262D
(57,38,45)
#281A21
(40,26,33)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #C1868D

#C1868D
(193,134,141)
#C69197
(198,145,151)
#CB9CA1
(203,156,161)
#D0A7AB
(208,167,171)
#D5B2B5
(213,178,181)
#DABDBF
(218,189,191)
#DFC8C9
(223,200,201)
#E4D3D3
(228,211,211)
#E9DEDD
(233,222,221)
#EEE9E7
(238,233,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1868D; }

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

This text font color is #C1868D.


Background Color

.myBgColor { background-color: #C1868D; }

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

This div background color is #C1868D.


Border color

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

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

This div border color is #C1868D.


Opacity

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

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

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

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

This text has shadow with #C1868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1868D on black background.


Color preview on white background

This text has color #C1868D on white background.



Black color preview on #C1868D background

This text has black color on #C1868D background.


White color preview on #C1868D background

This text has white color on #C1868D background.