COLOR #CA6398

HEX: #CA6398
RGB: (202,99,152)

Color info

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

RGB color model

#CA6398 color RGB value is (202,99,152).

  • red value is 202;
  • green value is 99;
  • blue value is 152.
RGB:
(202,99,152)
(79%,39%,60%)

RGB channels and saturation

R 202 of 255 = 79%
G 99 of 255 = 39%
B 152 of 255 = 60%

202
99
152

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

Portions of RGB colors in percentages

R + G + B =
202 + 99 + 152 = 453 (100%)
R 202 of 453 ~ 44.59%
G 99 of 453 ~ 21.85%
B 152 of 453 ~ 33.55%

%44.59
%21.85
%33.55

CMYK color model

#CA6398 color CMYK value is (0,51,25,21).

  • cyan value is 0.00%
  • magenta value is 50.99%
  • yellow value is 24.75%
  • key color value is 20.78%
CMYK:
(0,51,25,21)
C0M51Y25K21 
(0%,51%,25%,21%)
(0.00/0.51/0.25/0.21)	

CMYK percentages

%0
%50.99
%24.75
%20.78

Codes

Color #CA6398 in popluar color models

CA6398
RGB20299152
HSL329°49.28%59.02%
HSB/HSV329°50.99%79.22%
CMYK0.00%50.99%24.75%
20.78%

Color #CA6398 in popluar number systems.

HEXCA6398
Decimal20299152
Binary11001010110001110011000
Octal312143230

Shades and tints

Shades of #CA6398

#CA6398
(202,99,152)
#B85A8B
(184,90,139)
#A6517E
(166,81,126)
#944871
(148,72,113)
#823F64
(130,63,100)
#703657
(112,54,87)
#5E2D4A
(94,45,74)
#4C243D
(76,36,61)
#3A1B30
(58,27,48)
#281223
(40,18,35)
#160916
(22,9,22)
#000000
(0,0,0)

Tints of #CA6398

#CA6398
(202,99,152)
#CE71A1
(206,113,161)
#D27FAA
(210,127,170)
#D68DB3
(214,141,179)
#DA9BBC
(218,155,188)
#DEA9C5
(222,169,197)
#E2B7CE
(226,183,206)
#E6C5D7
(230,197,215)
#EAD3E0
(234,211,224)
#EEE1E9
(238,225,233)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6398 color. Also use rgb(202,99,152) instead hex code.

Text Font Color

.myTextColor { color: #CA6398; }

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

This text font color is #CA6398.


Background Color

.myBgColor { background-color: #CA6398; }

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

This div background color is #CA6398.


Border color

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

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

This div border color is #CA6398.


Opacity

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

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

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

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

This text has shadow with #CA6398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA6398 on black background.


Color preview on white background

This text has color #CA6398 on white background.



Black color preview on #CA6398 background

This text has black color on #CA6398 background.


White color preview on #CA6398 background

This text has white color on #CA6398 background.