COLOR #C585B0

HEX: #C585B0
RGB: (197,133,176)

Renk bilgisi

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

RGB renk modeli

#C585B0 color RGB value is (197,133,176).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 133 of 255 = 52%
B 176 of 255 = 69%

197
133
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 133 + 176 = 506 (100%)
R 197 of 506 ~ 38.93%
G 133 of 506 ~ 26.28%
B 176 of 506 ~ 34.78%

%38.93
%26.28
%34.78

CMYK RENK MODELİ

#C585B0 rengi CMYK tonu (0,32,11,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.49%
  • sarı tonu 10.66%
  • ana renk tonu 22.75%
CMYK:
(0,32,11,23)
C0M32Y11K23 
(0%,32%,11%,23%)
(0.00/0.32/0.11/0.23)	

CMYK yüzdeleri

%0
%32.49
%10.66
%22.75

Codes

Color #C585B0 in popluar color models

C585B0
RGB197133176
HSL320°35.56%64.71%
HSB/HSV320°32.49%77.25%
CMYK0.00%32.49%10.66%
22.75%

Color #C585B0 in popluar number systems.

HEXC585B0
Decimal197133176
Binary110001011000010110110000
Octal305205260

Shades and tints

Shades of #C585B0

#C585B0
(197,133,176)
#B479A0
(180,121,160)
#A36D90
(163,109,144)
#926180
(146,97,128)
#815570
(129,85,112)
#704960
(112,73,96)
#5F3D50
(95,61,80)
#4E3140
(78,49,64)
#3D2530
(61,37,48)
#2C1920
(44,25,32)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #C585B0

#C585B0
(197,133,176)
#CA90B7
(202,144,183)
#CF9BBE
(207,155,190)
#D4A6C5
(212,166,197)
#D9B1CC
(217,177,204)
#DEBCD3
(222,188,211)
#E3C7DA
(227,199,218)
#E8D2E1
(232,210,225)
#EDDDE8
(237,221,232)
#F2E8EF
(242,232,239)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C585B0; }

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

This text font color is #C585B0.


Background Color

.myBgColor { background-color: #C585B0; }

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

This div background color is #C585B0.


Border color

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

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

This div border color is #C585B0.


Opacity

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

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

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

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

This text has shadow with #C585B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C585B0 on black background.


Color preview on white background

This text has color #C585B0 on white background.



Black color preview on #C585B0 background

This text has black color on #C585B0 background.


White color preview on #C585B0 background

This text has white color on #C585B0 background.