COLOR #C486AA

HEX: #C486AA RGB: (196,134,170)

Color info

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

RGB color model

#C486AA color RGB value is (196,134,170).

RGB: (196,134,170) (77%, 53%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 134 of 255 = 53%
B 170 of 255 = 67%

196
134
170

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

Portions of RGB colors in percentages

R + G + B = 196 + 134 + 170 = 500 (100%)
R 196 of 500 ~ 39.2%
G 134 of 500 ~ 26.8%
B 170 of 500 ~ 34'%

%39.2
%26.8
%34

CMYK color model

#C486AA color CMYK value is (0,32,13,23).

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

CMYK: (0,32,13,23)
C0M32Y13K23 (0%, 32%, 13%, 23%)
(0.00 / 0.32 / 0.13 / 0.23)

CMYK percentages

%0
%31.63
%13.27
%23.14

Codes

Color #C486AA in popluar color models

C4 86 AA
RGB 196 134 170
HSL 325° 34.44% 64.71%
HSB/HSV 325° 31.63% 76.86%
CMYK 0.00% 31.63% 13.27%
23.14%

Color #C486AA in popluar number systems.

HEX C4 86 AA
Decimal 196 134 170
Binary 11000100 10000110 10101010
Octal 304 206 252

Shades and tints

Shades of #C486AA

#C486AA
(196,134,170)
#B37A9B
(179,122,155)
#A26E8C
(162,110,140)
#91627D
(145,98,125)
#80566E
(128,86,110)
#6F4A5F
(111,74,95)
#5E3E50
(94,62,80)
#4D3241
(77,50,65)
#3C2632
(60,38,50)
#2B1A23
(43,26,35)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #C486AA

#C486AA
(196,134,170)
#C991B1
(201,145,177)
#CE9CB8
(206,156,184)
#D3A7BF
(211,167,191)
#D8B2C6
(216,178,198)
#DDBDCD
(221,189,205)
#E2C8D4
(226,200,212)
#E7D3DB
(231,211,219)
#ECDEE2
(236,222,226)
#F1E9E9
(241,233,233)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C486AA; }

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

This text font color is #C486AA.

Background Color

.myBgColor { background-color: #C486AA; }

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

This div background color is #C486AA.

Border color

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

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

This div border color is #C486AA.

Opacity

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

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

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

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

This text has shadow with #C486AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C486AA.

Preview

Color preview on black background

This text has color #C486AA on black background.


Color preview on white background

This text has color #C486AA on white background.


Black color preview on #C486AA background

This text has black color on #C486AA background.


White color preview on #C486AA background

This text has white color on #C486AA background.


Related colors

Complementary color

Complementary color for #hex is #3B7955.


I love getcolorcode.com

Triadic colors

1 #AAC486 and #86AAC4 with #C486AA are triadic colors.

2 #AA86C4 and #86C4AA with #C486AA are triadic colors.