COLOR #C488A5

HEX: #C488A5 RGB: (196,136,165)

Color info

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

RGB color model

#C488A5 color RGB value is (196,136,165).

RGB: (196,136,165) (77%, 53%, 65%)

RGB channels and saturation

R 196 of 255 = 77%
G 136 of 255 = 53%
B 165 of 255 = 65%

196
136
165

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

Portions of RGB colors in percentages

R + G + B = 196 + 136 + 165 = 497 (100%)
R 196 of 497 ~ 39.44%
G 136 of 497 ~ 27.36%
B 165 of 497 ~ 33.2'%

%39.44
%27.36
%33.2

CMYK color model

#C488A5 color CMYK value is (0,31,16,23).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 15.82%
  • key color value is 23.14%

CMYK: (0,31,16,23)
C0M31Y16K23 (0%, 31%, 16%, 23%)
(0.00 / 0.31 / 0.16 / 0.23)

CMYK percentages

%0
%30.61
%15.82
%23.14

Codes

Color #C488A5 in popluar color models

C4 88 A5
RGB 196 136 165
HSL 331° 33.71% 65.10%
HSB/HSV 331° 30.61% 76.86%
CMYK 0.00% 30.61% 15.82%
23.14%

Color #C488A5 in popluar number systems.

HEX C4 88 A5
Decimal 196 136 165
Binary 11000100 10001000 10100101
Octal 304 210 245

Shades and tints

Shades of #C488A5

#C488A5
(196,136,165)
#B37C96
(179,124,150)
#A27087
(162,112,135)
#916478
(145,100,120)
#805869
(128,88,105)
#6F4C5A
(111,76,90)
#5E404B
(94,64,75)
#4D343C
(77,52,60)
#3C282D
(60,40,45)
#2B1C1E
(43,28,30)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #C488A5

#C488A5
(196,136,165)
#C992AD
(201,146,173)
#CE9CB5
(206,156,181)
#D3A6BD
(211,166,189)
#D8B0C5
(216,176,197)
#DDBACD
(221,186,205)
#E2C4D5
(226,196,213)
#E7CEDD
(231,206,221)
#ECD8E5
(236,216,229)
#F1E2ED
(241,226,237)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C488A5; }

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

This text font color is #C488A5.

Background Color

.myBgColor { background-color: #C488A5; }

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

This div background color is #C488A5.

Border color

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

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

This div border color is #C488A5.

Opacity

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

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

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

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

This text has shadow with #C488A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C488A5.

Preview

Color preview on black background

This text has color #C488A5 on black background.


Color preview on white background

This text has color #C488A5 on white background.


Black color preview on #C488A5 background

This text has black color on #C488A5 background.


White color preview on #C488A5 background

This text has white color on #C488A5 background.


Related colors

Complementary color

Complementary color for #hex is #3B775A.


I love getcolorcode.com

Triadic colors

1 #A5C488 and #88A5C4 with #C488A5 are triadic colors.

2 #A588C4 and #88C4A5 with #C488A5 are triadic colors.