COLOR #C1868F

HEX: #C1868F
RGB: (193,134,143)

Color info

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

RGB color model

#C1868F color RGB value is (193,134,143).

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

RGB channels and saturation

R 193 of 255 = 76%
G 134 of 255 = 53%
B 143 of 255 = 56%

193
134
143

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

Portions of RGB colors in percentages

R + G + B =
193 + 134 + 143 = 470 (100%)
R 193 of 470 ~ 41.06%
G 134 of 470 ~ 28.51%
B 143 of 470 ~ 30.43%

%41.06
%28.51
%30.43

CMYK color model

#C1868F color CMYK value is (0,31,26,24).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 25.91%
  • key color value is 24.31%
CMYK:
(0,31,26,24)
C0M31Y26K24 
(0%,31%,26%,24%)
(0.00/0.31/0.26/0.24)	

CMYK percentages

%0
%30.57
%25.91
%24.31

Codes

Color #C1868F in popluar color models

C1868F
RGB193134143
HSL351°32.24%64.12%
HSB/HSV351°30.57%75.69%
CMYK0.00%30.57%25.91%
24.31%

Color #C1868F in popluar number systems.

HEXC1868F
Decimal193134143
Binary110000011000011010001111
Octal301206217

Shades and tints

Shades of #C1868F

#C1868F
(193,134,143)
#B07A82
(176,122,130)
#9F6E75
(159,110,117)
#8E6268
(142,98,104)
#7D565B
(125,86,91)
#6C4A4E
(108,74,78)
#5B3E41
(91,62,65)
#4A3234
(74,50,52)
#392627
(57,38,39)
#281A1A
(40,26,26)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #C1868F

#C1868F
(193,134,143)
#C69199
(198,145,153)
#CB9CA3
(203,156,163)
#D0A7AD
(208,167,173)
#D5B2B7
(213,178,183)
#DABDC1
(218,189,193)
#DFC8CB
(223,200,203)
#E4D3D5
(228,211,213)
#E9DEDF
(233,222,223)
#EEE9E9
(238,233,233)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1868F; }

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

This text font color is #C1868F.


Background Color

.myBgColor { background-color: #C1868F; }

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

This div background color is #C1868F.


Border color

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

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

This div border color is #C1868F.


Opacity

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

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

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

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

This text has shadow with #C1868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1868F on black background.


Color preview on white background

This text has color #C1868F on white background.



Black color preview on #C1868F background

This text has black color on #C1868F background.


White color preview on #C1868F background

This text has white color on #C1868F background.