COLOR #CA6D97

HEX: #CA6D97
RGB: (202,109,151)

Color info

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

RGB color model

#CA6D97 color RGB value is (202,109,151).

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

RGB channels and saturation

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

202
109
151

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

Portions of RGB colors in percentages

R + G + B =
202 + 109 + 151 = 462 (100%)
R 202 of 462 ~ 43.72%
G 109 of 462 ~ 23.59%
B 151 of 462 ~ 32.68%

%43.72
%23.59
%32.68

CMYK color model

#CA6D97 color CMYK value is (0,46,25,21).

  • cyan value is 0.00%
  • magenta value is 46.04%
  • yellow value is 25.25%
  • key color value is 20.78%
CMYK:
(0,46,25,21)
C0M46Y25K21 
(0%,46%,25%,21%)
(0.00/0.46/0.25/0.21)	

CMYK percentages

%0
%46.04
%25.25
%20.78

Codes

Color #CA6D97 in popluar color models

CA6D97
RGB202109151
HSL333°46.73%60.98%
HSB/HSV333°46.04%79.22%
CMYK0.00%46.04%25.25%
20.78%

Color #CA6D97 in popluar number systems.

HEXCA6D97
Decimal202109151
Binary11001010110110110010111
Octal312155227

Shades and tints

Shades of #CA6D97

#CA6D97
(202,109,151)
#B8648A
(184,100,138)
#A65B7D
(166,91,125)
#945270
(148,82,112)
#824963
(130,73,99)
#704056
(112,64,86)
#5E3749
(94,55,73)
#4C2E3C
(76,46,60)
#3A252F
(58,37,47)
#281C22
(40,28,34)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #CA6D97

#CA6D97
(202,109,151)
#CE7AA0
(206,122,160)
#D287A9
(210,135,169)
#D694B2
(214,148,178)
#DAA1BB
(218,161,187)
#DEAEC4
(222,174,196)
#E2BBCD
(226,187,205)
#E6C8D6
(230,200,214)
#EAD5DF
(234,213,223)
#EEE2E8
(238,226,232)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA6D97; }

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

This text font color is #CA6D97.


Background Color

.myBgColor { background-color: #CA6D97; }

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

This div background color is #CA6D97.


Border color

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

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

This div border color is #CA6D97.


Opacity

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

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

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

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

This text has shadow with #CA6D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA6D97 on black background.


Color preview on white background

This text has color #CA6D97 on white background.



Black color preview on #CA6D97 background

This text has black color on #CA6D97 background.


White color preview on #CA6D97 background

This text has white color on #CA6D97 background.