COLOR #CA4BA6

HEX: #CA4BA6
RGB: (202,75,166)

Color info

#CA4BA6 contains mainly red and blue colors. Web safe color of #CA4BA6 is #CC3399 (or #C39).

RGB color model

#CA4BA6 color RGB value is (202,75,166).

  • red value is 202;
  • green value is 75;
  • blue value is 166.
RGB:
(202,75,166)
(79%,29%,65%)

RGB channels and saturation

R 202 of 255 = 79%
G 75 of 255 = 29%
B 166 of 255 = 65%

202
75
166

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

Portions of RGB colors in percentages

R + G + B =
202 + 75 + 166 = 443 (100%)
R 202 of 443 ~ 45.6%
G 75 of 443 ~ 16.93%
B 166 of 443 ~ 37.47%

%45.6
%16.93
%37.47

CMYK color model

#CA4BA6 color CMYK value is (0,63,18,21).

  • cyan value is 0.00%
  • magenta value is 62.87%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK:
(0,63,18,21)
C0M63Y18K21 
(0%,63%,18%,21%)
(0.00/0.63/0.18/0.21)	

CMYK percentages

%0
%62.87
%17.82
%20.78

Codes

Color #CA4BA6 in popluar color models

CA4BA6
RGB20275166
HSL317°54.51%54.31%
HSB/HSV317°62.87%79.22%
CMYK0.00%62.87%17.82%
20.78%

Color #CA4BA6 in popluar number systems.

HEXCA4BA6
Decimal20275166
Binary11001010100101110100110
Octal312113246

Shades and tints

Shades of #CA4BA6

#CA4BA6
(202,75,166)
#B84597
(184,69,151)
#A63F88
(166,63,136)
#943979
(148,57,121)
#82336A
(130,51,106)
#702D5B
(112,45,91)
#5E274C
(94,39,76)
#4C213D
(76,33,61)
#3A1B2E
(58,27,46)
#28151F
(40,21,31)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #CA4BA6

#CA4BA6
(202,75,166)
#CE5BAE
(206,91,174)
#D26BB6
(210,107,182)
#D67BBE
(214,123,190)
#DA8BC6
(218,139,198)
#DE9BCE
(222,155,206)
#E2ABD6
(226,171,214)
#E6BBDE
(230,187,222)
#EACBE6
(234,203,230)
#EEDBEE
(238,219,238)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA4BA6 color. Also use rgb(202,75,166) instead hex code.

Text Font Color

.myTextColor { color: #CA4BA6; }

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

This text font color is #CA4BA6.


Background Color

.myBgColor { background-color: #CA4BA6; }

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

This div background color is #CA4BA6.


Border color

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

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

This div border color is #CA4BA6.


Opacity

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

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

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

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

This text has shadow with #CA4BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA4BA6 on black background.


Color preview on white background

This text has color #CA4BA6 on white background.



Black color preview on #CA4BA6 background

This text has black color on #CA4BA6 background.


White color preview on #CA4BA6 background

This text has white color on #CA4BA6 background.