COLOR #C486A5

HEX: #C486A5 RGB: (196,134,165)

Color info

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

RGB color model

#C486A5 color RGB value is (196,134,165).

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

RGB channels and saturation

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

196
134
165

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

Portions of RGB colors in percentages

R + G + B = 196 + 134 + 165 = 495 (100%)
R 196 of 495 ~ 39.6%
G 134 of 495 ~ 27.07%
B 165 of 495 ~ 33.33'%

%39.6
%27.07
%33.33

CMYK color model

#C486A5 color CMYK value is (0,32,16,23).

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

CMYK: (0,32,16,23)
C0M32Y16K23 (0%, 32%, 16%, 23%)
(0.00 / 0.32 / 0.16 / 0.23)

CMYK percentages

%0
%31.63
%15.82
%23.14

Codes

Color #C486A5 in popluar color models

C4 86 A5
RGB 196 134 165
HSL 330° 34.44% 64.71%
HSB/HSV 330° 31.63% 76.86%
CMYK 0.00% 31.63% 15.82%
23.14%

Color #C486A5 in popluar number systems.

HEX C4 86 A5
Decimal 196 134 165
Binary 11000100 10000110 10100101
Octal 304 206 245

Shades and tints

Shades of #C486A5

#C486A5
(196,134,165)
#B37A96
(179,122,150)
#A26E87
(162,110,135)
#916278
(145,98,120)
#805669
(128,86,105)
#6F4A5A
(111,74,90)
#5E3E4B
(94,62,75)
#4D323C
(77,50,60)
#3C262D
(60,38,45)
#2B1A1E
(43,26,30)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #C486A5

#C486A5
(196,134,165)
#C991AD
(201,145,173)
#CE9CB5
(206,156,181)
#D3A7BD
(211,167,189)
#D8B2C5
(216,178,197)
#DDBDCD
(221,189,205)
#E2C8D5
(226,200,213)
#E7D3DD
(231,211,221)
#ECDEE5
(236,222,229)
#F1E9ED
(241,233,237)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C486A5; }

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

This text font color is #C486A5.

Background Color

.myBgColor { background-color: #C486A5; }

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

This div background color is #C486A5.

Border color

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

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

This div border color is #C486A5.

Opacity

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

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

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

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

This text has shadow with #C486A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C486A5.

Preview

Color preview on black background

This text has color #C486A5 on black background.


Color preview on white background

This text has color #C486A5 on white background.


Black color preview on #C486A5 background

This text has black color on #C486A5 background.


White color preview on #C486A5 background

This text has white color on #C486A5 background.


Related colors

Complementary color

Complementary color for #hex is #3B795A.


I love getcolorcode.com

Triadic colors

1 #A5C486 and #86A5C4 with #C486A5 are triadic colors.

2 #A586C4 and #86C4A5 with #C486A5 are triadic colors.