COLOR #CB4AB9

HEX: #CB4AB9 RGB: (203,74,185)

Color info

#CB4AB9 contains mainly red and blue colors. Web safe color of #CB4AB9 is #CC33CC (or #C3C).

RGB color model

#CB4AB9 color RGB value is (203,74,185).

RGB: (203,74,185) (80%, 29%, 73%)

RGB channels and saturation

R 203 of 255 = 80%
G 74 of 255 = 29%
B 185 of 255 = 73%

203
74
185

R + G + B ~ 61%. #CB4AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 74 + 185 = 462 (100%)
R 203 of 462 ~ 43.94%
G 74 of 462 ~ 16.02%
B 185 of 462 ~ 40.04'%

%43.94
%16.02
%40.04

CMYK color model

#CB4AB9 color CMYK value is (0,64,9,20).

  • cyan value is 0.00%
  • magenta value is 63.55%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK: (0,64,9,20) C0M64Y9K20 (0%,64%,9%,20%) (0.00/0.64/0.09/0.20) 

CMYK percentages

%0
%63.55
%8.87
%20.39

Codes

Color #CB4AB9 in popluar color models

CB 4A B9
RGB 203 74 185
HSL 308° 55.36% 54.31%
HSB/HSV 308° 63.55% 79.61%
CMYK 0.00% 63.55% 8.87%
20.39%

Color #CB4AB9 in popluar number systems.

HEX CB 4A B9
Decimal 203 74 185
Binary 11001011 1001010 10111001
Octal 313 112 271

Shades and tints

Shades of #CB4AB9

#CB4AB9
(203,74,185)
#B944A9
(185,68,169)
#A73E99
(167,62,153)
#953889
(149,56,137)
#833279
(131,50,121)
#712C69
(113,44,105)
#5F2659
(95,38,89)
#4D2049
(77,32,73)
#3B1A39
(59,26,57)
#291429
(41,20,41)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #CB4AB9

#CB4AB9
(203,74,185)
#CF5ABF
(207,90,191)
#D36AC5
(211,106,197)
#D77ACB
(215,122,203)
#DB8AD1
(219,138,209)
#DF9AD7
(223,154,215)
#E3AADD
(227,170,221)
#E7BAE3
(231,186,227)
#EBCAE9
(235,202,233)
#EFDAEF
(239,218,239)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB4AB9 color. Also use rgb(203,74,185) instead hex code.

Text Font Color

.myTextColor { color: #CB4AB9; }

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

This text font color is #CB4AB9.

Background Color

.myBgColor { background-color: #CB4AB9; }

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

This div background color is #CB4AB9.

Border color

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

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

This div border color is #CB4AB9.

Opacity

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

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

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

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

This text has shadow with #CB4AB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB4AB9.

Preview

Color preview on black background

This text has color #CB4AB9 on black background.


Color preview on white background

This text has color #CB4AB9 on white background.


Black color preview on #CB4AB9 background

This text has black color on #CB4AB9 background.


White color preview on #CB4AB9 background

This text has white color on #CB4AB9 background.


Related colors

Complementary color

Complementary color for #hex is #34B546.


I love getcolorcode.com

Triadic colors

1 #B9CB4A and #4AB9CB with #CB4AB9 are triadic colors.

2 #B94ACB and #4ACBB9 with #CB4AB9 are triadic colors.