COLOR #C488B1

HEX: #C488B1
RGB: (196,136,177)

Color info

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

RGB color model

#C488B1 color RGB value is (196,136,177).

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

RGB channels and saturation

R 196 of 255 = 77%
G 136 of 255 = 53%
B 177 of 255 = 69%

196
136
177

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

Portions of RGB colors in percentages

R + G + B =
196 + 136 + 177 = 509 (100%)
R 196 of 509 ~ 38.51%
G 136 of 509 ~ 26.72%
B 177 of 509 ~ 34.77%

%38.51
%26.72
%34.77

CMYK color model

#C488B1 color CMYK value is (0,31,10,23).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,31,10,23)
C0M31Y10K23 
(0%,31%,10%,23%)
(0.00/0.31/0.10/0.23)	

CMYK percentages

%0
%30.61
%9.69
%23.14

Codes

Color #C488B1 in popluar color models

C488B1
RGB196136177
HSL319°33.71%65.10%
HSB/HSV319°30.61%76.86%
CMYK0.00%30.61%9.69%
23.14%

Color #C488B1 in popluar number systems.

HEXC488B1
Decimal196136177
Binary110001001000100010110001
Octal304210261

Shades and tints

Shades of #C488B1

#C488B1
(196,136,177)
#B37CA1
(179,124,161)
#A27091
(162,112,145)
#916481
(145,100,129)
#805871
(128,88,113)
#6F4C61
(111,76,97)
#5E4051
(94,64,81)
#4D3441
(77,52,65)
#3C2831
(60,40,49)
#2B1C21
(43,28,33)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #C488B1

#C488B1
(196,136,177)
#C992B8
(201,146,184)
#CE9CBF
(206,156,191)
#D3A6C6
(211,166,198)
#D8B0CD
(216,176,205)
#DDBAD4
(221,186,212)
#E2C4DB
(226,196,219)
#E7CEE2
(231,206,226)
#ECD8E9
(236,216,233)
#F1E2F0
(241,226,240)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C488B1; }

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

This text font color is #C488B1.


Background Color

.myBgColor { background-color: #C488B1; }

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

This div background color is #C488B1.


Border color

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

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

This div border color is #C488B1.


Opacity

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

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

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

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

This text has shadow with #C488B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C488B1 on black background.


Color preview on white background

This text has color #C488B1 on white background.



Black color preview on #C488B1 background

This text has black color on #C488B1 background.


White color preview on #C488B1 background

This text has white color on #C488B1 background.