COLOR #C585A3

HEX: #C585A3
RGB: (197,133,163)

Renk bilgisi

#C585A3 contains mainly red and blue colors. #C585A3 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C585A3 color RGB value is (197,133,163).

  • kırmız ton 197;
  • yeşil ton 133;
  • mavi ton 163.
RGB:
(197,133,163)
(77%,52%,64%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 133 of 255 = 52%
B 163 of 255 = 64%

197
133
163

R + G + B ~ 64%. #C585A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 133 + 163 = 493 (100%)
R 197 of 493 ~ 39.96%
G 133 of 493 ~ 26.98%
B 163 of 493 ~ 33.06%

%39.96
%26.98
%33.06

CMYK RENK MODELİ

#C585A3 rengi CMYK tonu (0,32,17,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.49%
  • sarı tonu 17.26%
  • ana renk tonu 22.75%
CMYK:
(0,32,17,23)
C0M32Y17K23 
(0%,32%,17%,23%)
(0.00/0.32/0.17/0.23)	

CMYK yüzdeleri

%0
%32.49
%17.26
%22.75

Codes

Color #C585A3 in popluar color models

C585A3
RGB197133163
HSL332°35.56%64.71%
HSB/HSV332°32.49%77.25%
CMYK0.00%32.49%17.26%
22.75%

Color #C585A3 in popluar number systems.

HEXC585A3
Decimal197133163
Binary110001011000010110100011
Octal305205243

Shades and tints

Shades of #C585A3

#C585A3
(197,133,163)
#B47995
(180,121,149)
#A36D87
(163,109,135)
#926179
(146,97,121)
#81556B
(129,85,107)
#70495D
(112,73,93)
#5F3D4F
(95,61,79)
#4E3141
(78,49,65)
#3D2533
(61,37,51)
#2C1925
(44,25,37)
#1B0D17
(27,13,23)
#000000
(0,0,0)

Tints of #C585A3

#C585A3
(197,133,163)
#CA90AB
(202,144,171)
#CF9BB3
(207,155,179)
#D4A6BB
(212,166,187)
#D9B1C3
(217,177,195)
#DEBCCB
(222,188,203)
#E3C7D3
(227,199,211)
#E8D2DB
(232,210,219)
#EDDDE3
(237,221,227)
#F2E8EB
(242,232,235)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C585A3; }

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

This text font color is #C585A3.


Background Color

.myBgColor { background-color: #C585A3; }

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

This div background color is #C585A3.


Border color

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

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

This div border color is #C585A3.


Opacity

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

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

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

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

This text has shadow with #C585A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C585A3 on black background.


Color preview on white background

This text has color #C585A3 on white background.



Black color preview on #C585A3 background

This text has black color on #C585A3 background.


White color preview on #C585A3 background

This text has white color on #C585A3 background.