COLOR #C585AD

HEX: #C585AD
RGB: (197,133,173)

Color info

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

RGB color model

#C585AD color RGB value is (197,133,173).

  • red value is 197;
  • green value is 133;
  • blue value is 173.
RGB:
(197,133,173)
(77%,52%,68%)

RGB channels and saturation

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

197
133
173

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

Portions of RGB colors in percentages

R + G + B =
197 + 133 + 173 = 503 (100%)
R 197 of 503 ~ 39.17%
G 133 of 503 ~ 26.44%
B 173 of 503 ~ 34.39%

%39.17
%26.44
%34.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.49%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(0,32,12,23)
C0M32Y12K23 
(0%,32%,12%,23%)
(0.00/0.32/0.12/0.23)	

CMYK percentages

%0
%32.49
%12.18
%22.75

Codes

Color #C585AD in popluar color models

C585AD
RGB197133173
HSL323°35.56%64.71%
HSB/HSV323°32.49%77.25%
CMYK0.00%32.49%12.18%
22.75%

Color #C585AD in popluar number systems.

HEXC585AD
Decimal197133173
Binary110001011000010110101101
Octal305205255

Shades and tints

Shades of #C585AD

#C585AD
(197,133,173)
#B4799E
(180,121,158)
#A36D8F
(163,109,143)
#926180
(146,97,128)
#815571
(129,85,113)
#704962
(112,73,98)
#5F3D53
(95,61,83)
#4E3144
(78,49,68)
#3D2535
(61,37,53)
#2C1926
(44,25,38)
#1B0D17
(27,13,23)
#000000
(0,0,0)

Tints of #C585AD

#C585AD
(197,133,173)
#CA90B4
(202,144,180)
#CF9BBB
(207,155,187)
#D4A6C2
(212,166,194)
#D9B1C9
(217,177,201)
#DEBCD0
(222,188,208)
#E3C7D7
(227,199,215)
#E8D2DE
(232,210,222)
#EDDDE5
(237,221,229)
#F2E8EC
(242,232,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C585AD; }

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

This text font color is #C585AD.


Background Color

.myBgColor { background-color: #C585AD; }

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

This div background color is #C585AD.


Border color

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

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

This div border color is #C585AD.


Opacity

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

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

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

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

This text has shadow with #C585AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C585AD on black background.


Color preview on white background

This text has color #C585AD on white background.



Black color preview on #C585AD background

This text has black color on #C585AD background.


White color preview on #C585AD background

This text has white color on #C585AD background.