COLOR #C488AB

HEX: #C488AB
RGB: (196,136,171)

Color info

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

RGB color model

#C488AB color RGB value is (196,136,171).

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

RGB channels and saturation

R 196 of 255 = 77%
G 136 of 255 = 53%
B 171 of 255 = 67%

196
136
171

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

Portions of RGB colors in percentages

R + G + B =
196 + 136 + 171 = 503 (100%)
R 196 of 503 ~ 38.97%
G 136 of 503 ~ 27.04%
B 171 of 503 ~ 34%

%38.97
%27.04
%34

CMYK color model

#C488AB color CMYK value is (0,31,13,23).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(0,31,13,23)
C0M31Y13K23 
(0%,31%,13%,23%)
(0.00/0.31/0.13/0.23)	

CMYK percentages

%0
%30.61
%12.76
%23.14

Codes

Color #C488AB in popluar color models

C488AB
RGB196136171
HSL325°33.71%65.10%
HSB/HSV325°30.61%76.86%
CMYK0.00%30.61%12.76%
23.14%

Color #C488AB in popluar number systems.

HEXC488AB
Decimal196136171
Binary110001001000100010101011
Octal304210253

Shades and tints

Shades of #C488AB

#C488AB
(196,136,171)
#B37C9C
(179,124,156)
#A2708D
(162,112,141)
#91647E
(145,100,126)
#80586F
(128,88,111)
#6F4C60
(111,76,96)
#5E4051
(94,64,81)
#4D3442
(77,52,66)
#3C2833
(60,40,51)
#2B1C24
(43,28,36)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #C488AB

#C488AB
(196,136,171)
#C992B2
(201,146,178)
#CE9CB9
(206,156,185)
#D3A6C0
(211,166,192)
#D8B0C7
(216,176,199)
#DDBACE
(221,186,206)
#E2C4D5
(226,196,213)
#E7CEDC
(231,206,220)
#ECD8E3
(236,216,227)
#F1E2EA
(241,226,234)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C488AB; }

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

This text font color is #C488AB.


Background Color

.myBgColor { background-color: #C488AB; }

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

This div background color is #C488AB.


Border color

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

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

This div border color is #C488AB.


Opacity

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

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

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

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

This text has shadow with #C488AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C488AB on black background.


Color preview on white background

This text has color #C488AB on white background.



Black color preview on #C488AB background

This text has black color on #C488AB background.


White color preview on #C488AB background

This text has white color on #C488AB background.