COLOR #C484B1

HEX: #C484B1
RGB: (196,132,177)

Color info

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

RGB color model

#C484B1 color RGB value is (196,132,177).

  • red value is 196;
  • green value is 132;
  • blue value is 177.
RGB:
(196,132,177)
(77%,52%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 132 of 255 = 52%
B 177 of 255 = 69%

196
132
177

R + G + B ~ 66%. #C484B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 132 + 177 = 505 (100%)
R 196 of 505 ~ 38.81%
G 132 of 505 ~ 26.14%
B 177 of 505 ~ 35.05%

%38.81
%26.14
%35.05

CMYK color model

#C484B1 color CMYK value is (0,33,10,23).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,33,10,23)
C0M33Y10K23 
(0%,33%,10%,23%)
(0.00/0.33/0.10/0.23)	

CMYK percentages

%0
%32.65
%9.69
%23.14

Codes

Color #C484B1 in popluar color models

C484B1
RGB196132177
HSL318°35.16%64.31%
HSB/HSV318°32.65%76.86%
CMYK0.00%32.65%9.69%
23.14%

Color #C484B1 in popluar number systems.

HEXC484B1
Decimal196132177
Binary110001001000010010110001
Octal304204261

Shades and tints

Shades of #C484B1

#C484B1
(196,132,177)
#B378A1
(179,120,161)
#A26C91
(162,108,145)
#916081
(145,96,129)
#805471
(128,84,113)
#6F4861
(111,72,97)
#5E3C51
(94,60,81)
#4D3041
(77,48,65)
#3C2431
(60,36,49)
#2B1821
(43,24,33)
#1A0C11
(26,12,17)
#000000
(0,0,0)

Tints of #C484B1

#C484B1
(196,132,177)
#C98FB8
(201,143,184)
#CE9ABF
(206,154,191)
#D3A5C6
(211,165,198)
#D8B0CD
(216,176,205)
#DDBBD4
(221,187,212)
#E2C6DB
(226,198,219)
#E7D1E2
(231,209,226)
#ECDCE9
(236,220,233)
#F1E7F0
(241,231,240)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C484B1 color. Also use rgb(196,132,177) instead hex code.

Text Font Color

.myTextColor { color: #C484B1; }

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

This text font color is #C484B1.


Background Color

.myBgColor { background-color: #C484B1; }

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

This div background color is #C484B1.


Border color

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

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

This div border color is #C484B1.


Opacity

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

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

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

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

This text has shadow with #C484B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C484B1 on black background.


Color preview on white background

This text has color #C484B1 on white background.



Black color preview on #C484B1 background

This text has black color on #C484B1 background.


White color preview on #C484B1 background

This text has white color on #C484B1 background.