COLOR #C481BB

HEX: #C481BB RGB: (196,129,187)

Color info

#C481BB contains mainly red and blue colors. Web safe color of #C481BB is #CC99CC (or #C9C).

RGB color model

#C481BB color RGB value is (196,129,187).

RGB: (196,129,187) (77%, 51%, 73%)

RGB channels and saturation

R 196 of 255 = 77%
G 129 of 255 = 51%
B 187 of 255 = 73%

196
129
187

R + G + B ~ 67%. #C481BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 129 + 187 = 512 (100%)
R 196 of 512 ~ 38.28%
G 129 of 512 ~ 25.2%
B 187 of 512 ~ 36.52'%

%38.28
%25.2
%36.52

CMYK color model

#C481BB color CMYK value is (0,34,5,23).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 4.59%
  • key color value is 23.14%

CMYK: (0,34,5,23)
C0M34Y5K23 (0%, 34%, 5%, 23%)
(0.00 / 0.34 / 0.05 / 0.23)

CMYK percentages

%0
%34.18
%4.59
%23.14

Codes

Color #C481BB in popluar color models

C4 81 BB
RGB 196 129 187
HSL 308° 36.22% 63.73%
HSB/HSV 308° 34.18% 76.86%
CMYK 0.00% 34.18% 4.59%
23.14%

Color #C481BB in popluar number systems.

HEX C4 81 BB
Decimal 196 129 187
Binary 11000100 10000001 10111011
Octal 304 201 273

Shades and tints

Shades of #C481BB

#C481BB
(196,129,187)
#B376AA
(179,118,170)
#A26B99
(162,107,153)
#916088
(145,96,136)
#805577
(128,85,119)
#6F4A66
(111,74,102)
#5E3F55
(94,63,85)
#4D3444
(77,52,68)
#3C2933
(60,41,51)
#2B1E22
(43,30,34)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #C481BB

#C481BB
(196,129,187)
#C98CC1
(201,140,193)
#CE97C7
(206,151,199)
#D3A2CD
(211,162,205)
#D8ADD3
(216,173,211)
#DDB8D9
(221,184,217)
#E2C3DF
(226,195,223)
#E7CEE5
(231,206,229)
#ECD9EB
(236,217,235)
#F1E4F1
(241,228,241)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C481BB color. Also use rgb(196,129,187) instead hex code.

Text Font Color

.myTextColor { color: #C481BB; }

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

This text font color is #C481BB.

Background Color

.myBgColor { background-color: #C481BB; }

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

This div background color is #C481BB.

Border color

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

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

This div border color is #C481BB.

Opacity

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

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

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

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

This text has shadow with #C481BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C481BB.

Preview

Color preview on black background

This text has color #C481BB on black background.


Color preview on white background

This text has color #C481BB on white background.


Black color preview on #C481BB background

This text has black color on #C481BB background.


White color preview on #C481BB background

This text has white color on #C481BB background.


Related colors

Complementary color

Complementary color for #hex is #3B7E44.


I love getcolorcode.com

Triadic colors

1 #BBC481 and #81BBC4 with #C481BB are triadic colors.

2 #BB81C4 and #81C4BB with #C481BB are triadic colors.