COLOR #CA6D96

HEX: #CA6D96
RGB: (202,109,150)

Color info

#CA6D96 contains mainly red and blue colors. Web safe color of #CA6D96 is #CC6699 (or #C69).

RGB color model

#CA6D96 color RGB value is (202,109,150).

  • red value is 202;
  • green value is 109;
  • blue value is 150.
RGB:
(202,109,150)
(79%,43%,59%)

RGB channels and saturation

R 202 of 255 = 79%
G 109 of 255 = 43%
B 150 of 255 = 59%

202
109
150

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

Portions of RGB colors in percentages

R + G + B =
202 + 109 + 150 = 461 (100%)
R 202 of 461 ~ 43.82%
G 109 of 461 ~ 23.64%
B 150 of 461 ~ 32.54%

%43.82
%23.64
%32.54

CMYK color model

#CA6D96 color CMYK value is (0,46,26,21).

  • cyan value is 0.00%
  • magenta value is 46.04%
  • yellow value is 25.74%
  • key color value is 20.78%
CMYK:
(0,46,26,21)
C0M46Y26K21 
(0%,46%,26%,21%)
(0.00/0.46/0.26/0.21)	

CMYK percentages

%0
%46.04
%25.74
%20.78

Codes

Color #CA6D96 in popluar color models

CA6D96
RGB202109150
HSL334°46.73%60.98%
HSB/HSV334°46.04%79.22%
CMYK0.00%46.04%25.74%
20.78%

Color #CA6D96 in popluar number systems.

HEXCA6D96
Decimal202109150
Binary11001010110110110010110
Octal312155226

Shades and tints

Shades of #CA6D96

#CA6D96
(202,109,150)
#B86489
(184,100,137)
#A65B7C
(166,91,124)
#94526F
(148,82,111)
#824962
(130,73,98)
#704055
(112,64,85)
#5E3748
(94,55,72)
#4C2E3B
(76,46,59)
#3A252E
(58,37,46)
#281C21
(40,28,33)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #CA6D96

#CA6D96
(202,109,150)
#CE7A9F
(206,122,159)
#D287A8
(210,135,168)
#D694B1
(214,148,177)
#DAA1BA
(218,161,186)
#DEAEC3
(222,174,195)
#E2BBCC
(226,187,204)
#E6C8D5
(230,200,213)
#EAD5DE
(234,213,222)
#EEE2E7
(238,226,231)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6D96 color. Also use rgb(202,109,150) instead hex code.

Text Font Color

.myTextColor { color: #CA6D96; }

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

This text font color is #CA6D96.


Background Color

.myBgColor { background-color: #CA6D96; }

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

This div background color is #CA6D96.


Border color

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

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

This div border color is #CA6D96.


Opacity

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

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

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

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

This text has shadow with #CA6D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA6D96 on black background.


Color preview on white background

This text has color #CA6D96 on white background.



Black color preview on #CA6D96 background

This text has black color on #CA6D96 background.


White color preview on #CA6D96 background

This text has white color on #CA6D96 background.