COLOR #CA93C0

HEX: #CA93C0
RGB: (202,147,192)

Color info

#CA93C0 contains red, green and blue colors in about the same proportion. Web safe color of #CA93C0 is #CC99CC (or #C9C).

RGB color model

#CA93C0 color RGB value is (202,147,192).

  • red value is 202;
  • green value is 147;
  • blue value is 192.
RGB:
(202,147,192)
(79%,58%,75%)

RGB channels and saturation

R 202 of 255 = 79%
G 147 of 255 = 58%
B 192 of 255 = 75%

202
147
192

R + G + B ~ 71%. #CA93C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 147 + 192 = 541 (100%)
R 202 of 541 ~ 37.34%
G 147 of 541 ~ 27.17%
B 192 of 541 ~ 35.49%

%37.34
%27.17
%35.49

CMYK color model

#CA93C0 color CMYK value is (0,27,5,21).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 4.95%
  • key color value is 20.78%
CMYK:
(0,27,5,21)
C0M27Y5K21 
(0%,27%,5%,21%)
(0.00/0.27/0.05/0.21)	

CMYK percentages

%0
%27.23
%4.95
%20.78

Codes

Color #CA93C0 in popluar color models

CA93C0
RGB202147192
HSL311°34.16%68.43%
HSB/HSV311°27.23%79.22%
CMYK0.00%27.23%4.95%
20.78%

Color #CA93C0 in popluar number systems.

HEXCA93C0
Decimal202147192
Binary110010101001001111000000
Octal312223300

Shades and tints

Shades of #CA93C0

#CA93C0
(202,147,192)
#B886AF
(184,134,175)
#A6799E
(166,121,158)
#946C8D
(148,108,141)
#825F7C
(130,95,124)
#70526B
(112,82,107)
#5E455A
(94,69,90)
#4C3849
(76,56,73)
#3A2B38
(58,43,56)
#281E27
(40,30,39)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #CA93C0

#CA93C0
(202,147,192)
#CE9CC5
(206,156,197)
#D2A5CA
(210,165,202)
#D6AECF
(214,174,207)
#DAB7D4
(218,183,212)
#DEC0D9
(222,192,217)
#E2C9DE
(226,201,222)
#E6D2E3
(230,210,227)
#EADBE8
(234,219,232)
#EEE4ED
(238,228,237)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA93C0 color. Also use rgb(202,147,192) instead hex code.

Text Font Color

.myTextColor { color: #CA93C0; }

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

This text font color is #CA93C0.


Background Color

.myBgColor { background-color: #CA93C0; }

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

This div background color is #CA93C0.


Border color

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

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

This div border color is #CA93C0.


Opacity

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

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

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

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

This text has shadow with #CA93C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA93C0 on black background.


Color preview on white background

This text has color #CA93C0 on white background.



Black color preview on #CA93C0 background

This text has black color on #CA93C0 background.


White color preview on #CA93C0 background

This text has white color on #CA93C0 background.