COLOR #C585B8

HEX: #C585B8
RGB: (197,133,184)

Renk bilgisi

#C585B8 contains mainly red and blue colors. #C585B8 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C585B8 color RGB value is (197,133,184).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 133 of 255 = 52%
B 184 of 255 = 72%

197
133
184

R + G + B ~ 67%. #C585B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 133 + 184 = 514 (100%)
R 197 of 514 ~ 38.33%
G 133 of 514 ~ 25.88%
B 184 of 514 ~ 35.8%

%38.33
%25.88
%35.8

CMYK RENK MODELİ

#C585B8 rengi CMYK tonu (0,32,7,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.49%
  • sarı tonu 6.60%
  • ana renk tonu 22.75%
CMYK:
(0,32,7,23)
C0M32Y7K23 
(0%,32%,7%,23%)
(0.00/0.32/0.07/0.23)	

CMYK yüzdeleri

%0
%32.49
%6.6
%22.75

Codes

Color #C585B8 in popluar color models

C585B8
RGB197133184
HSL312°35.56%64.71%
HSB/HSV312°32.49%77.25%
CMYK0.00%32.49%6.60%
22.75%

Color #C585B8 in popluar number systems.

HEXC585B8
Decimal197133184
Binary110001011000010110111000
Octal305205270

Shades and tints

Shades of #C585B8

#C585B8
(197,133,184)
#B479A8
(180,121,168)
#A36D98
(163,109,152)
#926188
(146,97,136)
#815578
(129,85,120)
#704968
(112,73,104)
#5F3D58
(95,61,88)
#4E3148
(78,49,72)
#3D2538
(61,37,56)
#2C1928
(44,25,40)
#1B0D18
(27,13,24)
#000000
(0,0,0)

Tints of #C585B8

#C585B8
(197,133,184)
#CA90BE
(202,144,190)
#CF9BC4
(207,155,196)
#D4A6CA
(212,166,202)
#D9B1D0
(217,177,208)
#DEBCD6
(222,188,214)
#E3C7DC
(227,199,220)
#E8D2E2
(232,210,226)
#EDDDE8
(237,221,232)
#F2E8EE
(242,232,238)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C585B8; }

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

This text font color is #C585B8.


Background Color

.myBgColor { background-color: #C585B8; }

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

This div background color is #C585B8.


Border color

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

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

This div border color is #C585B8.


Opacity

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

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

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

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

This text has shadow with #C585B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C585B8 on black background.


Color preview on white background

This text has color #C585B8 on white background.



Black color preview on #C585B8 background

This text has black color on #C585B8 background.


White color preview on #C585B8 background

This text has white color on #C585B8 background.