COLOR #C1969C

HEX: #C1969C RGB: (193,150,156)

Color info

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

RGB color model

#C1969C color RGB value is (193,150,156).

RGB: (193,150,156) (76%, 59%, 61%)

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 156 of 255 = 61%

193
150
156

R + G + B ~ 65%. #C1969C is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 150 + 156 = 499 (100%)
R 193 of 499 ~ 38.68%
G 150 of 499 ~ 30.06%
B 156 of 499 ~ 31.26'%

%38.68
%30.06
%31.26

CMYK color model

#C1969C color CMYK value is (0,22,19,24).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 19.17%
  • key color value is 24.31%

CMYK: (0,22,19,24)
C0M22Y19K24 (0%, 22%, 19%, 24%)
(0.00 / 0.22 / 0.19 / 0.24)

CMYK percentages

%0
%22.28
%19.17
%24.31

Codes

Color #C1969C in popluar color models

C1 96 9C
RGB 193 150 156
HSL 352° 25.75% 67.25%
HSB/HSV 352° 22.28% 75.69%
CMYK 0.00% 22.28% 19.17%
24.31%

Color #C1969C in popluar number systems.

HEX C1 96 9C
Decimal 193 150 156
Binary 11000001 10010110 10011100
Octal 301 226 234

Shades and tints

Shades of #C1969C

#C1969C
(193,150,156)
#B0898E
(176,137,142)
#9F7C80
(159,124,128)
#8E6F72
(142,111,114)
#7D6264
(125,98,100)
#6C5556
(108,85,86)
#5B4848
(91,72,72)
#4A3B3A
(74,59,58)
#392E2C
(57,46,44)
#28211E
(40,33,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #C1969C

#C1969C
(193,150,156)
#C69FA5
(198,159,165)
#CBA8AE
(203,168,174)
#D0B1B7
(208,177,183)
#D5BAC0
(213,186,192)
#DAC3C9
(218,195,201)
#DFCCD2
(223,204,210)
#E4D5DB
(228,213,219)
#E9DEE4
(233,222,228)
#EEE7ED
(238,231,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1969C color. Also use rgb(193,150,156) instead hex code.

Text Font Color

.myTextColor { color: #C1969C; }

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

This text font color is #C1969C.

Background Color

.myBgColor { background-color: #C1969C; }

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

This div background color is #C1969C.

Border color

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

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

This div border color is #C1969C.

Opacity

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

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

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

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

This text has shadow with #C1969C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1969C.

Preview

Color preview on black background

This text has color #C1969C on black background.


Color preview on white background

This text has color #C1969C on white background.


Black color preview on #C1969C background

This text has black color on #C1969C background.


White color preview on #C1969C background

This text has white color on #C1969C background.


Related colors

Complementary color

Complementary color for #hex is #3E6963.


I love getcolorcode.com

Triadic colors

1 #9CC196 and #969CC1 with #C1969C are triadic colors.

2 #9C96C1 and #96C19C with #C1969C are triadic colors.