COLOR #C488A7

HEX: #C488A7 RGB: (196,136,167)

Color info

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

RGB color model

#C488A7 color RGB value is (196,136,167).

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

RGB channels and saturation

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

196
136
167

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

Portions of RGB colors in percentages

R + G + B = 196 + 136 + 167 = 499 (100%)
R 196 of 499 ~ 39.28%
G 136 of 499 ~ 27.25%
B 167 of 499 ~ 33.47'%

%39.28
%27.25
%33.47

CMYK color model

#C488A7 color CMYK value is (0,31,15,23).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 14.80%
  • key color value is 23.14%
CMYK: (0,31,15,23) C0M31Y15K23 (0%,31%,15%,23%) (0.00/0.31/0.15/0.23) 

CMYK percentages

%0
%30.61
%14.8
%23.14

Codes

Color #C488A7 in popluar color models

C4 88 A7
RGB 196 136 167
HSL 329° 33.71% 65.10%
HSB/HSV 329° 30.61% 76.86%
CMYK 0.00% 30.61% 14.80%
23.14%

Color #C488A7 in popluar number systems.

HEX C4 88 A7
Decimal 196 136 167
Binary 11000100 10001000 10100111
Octal 304 210 247

Shades and tints

Shades of #C488A7

#C488A7
(196,136,167)
#B37C98
(179,124,152)
#A27089
(162,112,137)
#91647A
(145,100,122)
#80586B
(128,88,107)
#6F4C5C
(111,76,92)
#5E404D
(94,64,77)
#4D343E
(77,52,62)
#3C282F
(60,40,47)
#2B1C20
(43,28,32)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #C488A7

#C488A7
(196,136,167)
#C992AF
(201,146,175)
#CE9CB7
(206,156,183)
#D3A6BF
(211,166,191)
#D8B0C7
(216,176,199)
#DDBACF
(221,186,207)
#E2C4D7
(226,196,215)
#E7CEDF
(231,206,223)
#ECD8E7
(236,216,231)
#F1E2EF
(241,226,239)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C488A7; }

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

This text font color is #C488A7.

Background Color

.myBgColor { background-color: #C488A7; }

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

This div background color is #C488A7.

Border color

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

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

This div border color is #C488A7.

Opacity

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

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

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

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

This text has shadow with #C488A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C488A7.

Preview

Color preview on black background

This text has color #C488A7 on black background.


Color preview on white background

This text has color #C488A7 on white background.


Black color preview on #C488A7 background

This text has black color on #C488A7 background.


White color preview on #C488A7 background

This text has white color on #C488A7 background.


Related colors

Complementary color

Complementary color for #hex is #3B7758.


I love getcolorcode.com

Triadic colors

1 #A7C488 and #88A7C4 with #C488A7 are triadic colors.

2 #A788C4 and #88C4A7 with #C488A7 are triadic colors.