COLOR #C485AD

HEX: #C485AD RGB: (196,133,173)

Color info

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

RGB color model

#C485AD color RGB value is (196,133,173).

RGB: (196,133,173) (77%, 52%, 68%)

RGB channels and saturation

R 196 of 255 = 77%
G 133 of 255 = 52%
B 173 of 255 = 68%

196
133
173

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

Portions of RGB colors in percentages

R + G + B = 196 + 133 + 173 = 502 (100%)
R 196 of 502 ~ 39.04%
G 133 of 502 ~ 26.49%
B 173 of 502 ~ 34.46'%

%39.04
%26.49
%34.46

CMYK color model

#C485AD color CMYK value is (0,32,12,23).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 11.73%
  • key color value is 23.14%

CMYK: (0,32,12,23)
C0M32Y12K23 (0%, 32%, 12%, 23%)
(0.00 / 0.32 / 0.12 / 0.23)

CMYK percentages

%0
%32.14
%11.73
%23.14

Codes

Color #C485AD in popluar color models

C4 85 AD
RGB 196 133 173
HSL 322° 34.81% 64.51%
HSB/HSV 322° 32.14% 76.86%
CMYK 0.00% 32.14% 11.73%
23.14%

Color #C485AD in popluar number systems.

HEX C4 85 AD
Decimal 196 133 173
Binary 11000100 10000101 10101101
Octal 304 205 255

Shades and tints

Shades of #C485AD

#C485AD
(196,133,173)
#B3799E
(179,121,158)
#A26D8F
(162,109,143)
#916180
(145,97,128)
#805571
(128,85,113)
#6F4962
(111,73,98)
#5E3D53
(94,61,83)
#4D3144
(77,49,68)
#3C2535
(60,37,53)
#2B1926
(43,25,38)
#1A0D17
(26,13,23)
#000000
(0,0,0)

Tints of #C485AD

#C485AD
(196,133,173)
#C990B4
(201,144,180)
#CE9BBB
(206,155,187)
#D3A6C2
(211,166,194)
#D8B1C9
(216,177,201)
#DDBCD0
(221,188,208)
#E2C7D7
(226,199,215)
#E7D2DE
(231,210,222)
#ECDDE5
(236,221,229)
#F1E8EC
(241,232,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C485AD color. Also use rgb(196,133,173) instead hex code.

Text Font Color

.myTextColor { color: #C485AD; }

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

This text font color is #C485AD.

Background Color

.myBgColor { background-color: #C485AD; }

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

This div background color is #C485AD.

Border color

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

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

This div border color is #C485AD.

Opacity

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

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

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

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

This text has shadow with #C485AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C485AD.

Preview

Color preview on black background

This text has color #C485AD on black background.


Color preview on white background

This text has color #C485AD on white background.


Black color preview on #C485AD background

This text has black color on #C485AD background.


White color preview on #C485AD background

This text has white color on #C485AD background.


Related colors

Complementary color

Complementary color for #hex is #3B7A52.


I love getcolorcode.com

Triadic colors

1 #ADC485 and #85ADC4 with #C485AD are triadic colors.

2 #AD85C4 and #85C4AD with #C485AD are triadic colors.