COLOR #C481AD

HEX: #C481AD
RGB: (196,129,173)

Color info

#C481AD contains mainly red and blue colors. Web safe color of #C481AD is #CC9999 (or #C99).

RGB color model

#C481AD color RGB value is (196,129,173).

  • red value is 196;
  • green value is 129;
  • blue value is 173.
RGB:
(196,129,173)
(77%,51%,68%)

RGB channels and saturation

R 196 of 255 = 77%
G 129 of 255 = 51%
B 173 of 255 = 68%

196
129
173

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

Portions of RGB colors in percentages

R + G + B =
196 + 129 + 173 = 498 (100%)
R 196 of 498 ~ 39.36%
G 129 of 498 ~ 25.9%
B 173 of 498 ~ 34.74%

%39.36
%25.9
%34.74

CMYK color model

#C481AD color CMYK value is (0,34,12,23).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(0,34,12,23)
C0M34Y12K23 
(0%,34%,12%,23%)
(0.00/0.34/0.12/0.23)	

CMYK percentages

%0
%34.18
%11.73
%23.14

Codes

Color #C481AD in popluar color models

C481AD
RGB196129173
HSL321°36.22%63.73%
HSB/HSV321°34.18%76.86%
CMYK0.00%34.18%11.73%
23.14%

Color #C481AD in popluar number systems.

HEXC481AD
Decimal196129173
Binary110001001000000110101101
Octal304201255

Shades and tints

Shades of #C481AD

#C481AD
(196,129,173)
#B3769E
(179,118,158)
#A26B8F
(162,107,143)
#916080
(145,96,128)
#805571
(128,85,113)
#6F4A62
(111,74,98)
#5E3F53
(94,63,83)
#4D3444
(77,52,68)
#3C2935
(60,41,53)
#2B1E26
(43,30,38)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C481AD

#C481AD
(196,129,173)
#C98CB4
(201,140,180)
#CE97BB
(206,151,187)
#D3A2C2
(211,162,194)
#D8ADC9
(216,173,201)
#DDB8D0
(221,184,208)
#E2C3D7
(226,195,215)
#E7CEDE
(231,206,222)
#ECD9E5
(236,217,229)
#F1E4EC
(241,228,236)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C481AD; }

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

This text font color is #C481AD.


Background Color

.myBgColor { background-color: #C481AD; }

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

This div background color is #C481AD.


Border color

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

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

This div border color is #C481AD.


Opacity

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

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

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

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

This text has shadow with #C481AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C481AD on black background.


Color preview on white background

This text has color #C481AD on white background.



Black color preview on #C481AD background

This text has black color on #C481AD background.


White color preview on #C481AD background

This text has white color on #C481AD background.