COLOR #CB76AD

HEX: #CB76AD RGB: (203,118,173)

Color info

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

RGB color model

#CB76AD color RGB value is (203,118,173).

RGB: (203,118,173) (80%, 46%, 68%)

RGB channels and saturation

R 203 of 255 = 80%
G 118 of 255 = 46%
B 173 of 255 = 68%

203
118
173

R + G + B ~ 65%. #CB76AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 118 + 173 = 494 (100%)
R 203 of 494 ~ 41.09%
G 118 of 494 ~ 23.89%
B 173 of 494 ~ 35.02'%

%41.09
%23.89
%35.02

CMYK color model

#CB76AD color CMYK value is (0,42,15,20).

  • cyan value is 0.00%
  • magenta value is 41.87%
  • yellow value is 14.78%
  • key color value is 20.39%
CMYK: (0,42,15,20) C0M42Y15K20 (0%,42%,15%,20%) (0.00/0.42/0.15/0.20) 

CMYK percentages

%0
%41.87
%14.78
%20.39

Codes

Color #CB76AD in popluar color models

CB 76 AD
RGB 203 118 173
HSL 321° 44.97% 62.94%
HSB/HSV 321° 41.87% 79.61%
CMYK 0.00% 41.87% 14.78%
20.39%

Color #CB76AD in popluar number systems.

HEX CB 76 AD
Decimal 203 118 173
Binary 11001011 1110110 10101101
Octal 313 166 255

Shades and tints

Shades of #CB76AD

#CB76AD
(203,118,173)
#B96C9E
(185,108,158)
#A7628F
(167,98,143)
#955880
(149,88,128)
#834E71
(131,78,113)
#714462
(113,68,98)
#5F3A53
(95,58,83)
#4D3044
(77,48,68)
#3B2635
(59,38,53)
#291C26
(41,28,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #CB76AD

#CB76AD
(203,118,173)
#CF82B4
(207,130,180)
#D38EBB
(211,142,187)
#D79AC2
(215,154,194)
#DBA6C9
(219,166,201)
#DFB2D0
(223,178,208)
#E3BED7
(227,190,215)
#E7CADE
(231,202,222)
#EBD6E5
(235,214,229)
#EFE2EC
(239,226,236)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB76AD color. Also use rgb(203,118,173) instead hex code.

Text Font Color

.myTextColor { color: #CB76AD; }

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

This text font color is #CB76AD.

Background Color

.myBgColor { background-color: #CB76AD; }

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

This div background color is #CB76AD.

Border color

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

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

This div border color is #CB76AD.

Opacity

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

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

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

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

This text has shadow with #CB76AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB76AD.

Preview

Color preview on black background

This text has color #CB76AD on black background.


Color preview on white background

This text has color #CB76AD on white background.


Black color preview on #CB76AD background

This text has black color on #CB76AD background.


White color preview on #CB76AD background

This text has white color on #CB76AD background.


Related colors

Complementary color

Complementary color for #hex is #348952.


I love getcolorcode.com

Triadic colors

1 #ADCB76 and #76ADCB with #CB76AD are triadic colors.

2 #AD76CB and #76CBAD with #CB76AD are triadic colors.