COLOR #CC59AB

HEX: #CC59AB
RGB: (204,89,171)

Renk bilgisi

#CC59AB contains mainly red and blue colors. #CC59AB ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#CC59AB color RGB value is (204,89,171).

  • kırmız ton 204;
  • yeşil ton 89;
  • mavi ton 171.
RGB:
(204,89,171)
(80%,35%,67%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 89 of 255 = 35%
B 171 of 255 = 67%

204
89
171

R + G + B ~ 61%. #CC59AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 89 + 171 = 464 (100%)
R 204 of 464 ~ 43.97%
G 89 of 464 ~ 19.18%
B 171 of 464 ~ 36.85%

%43.97
%19.18
%36.85

CMYK RENK MODELİ

#CC59AB rengi CMYK tonu (0,56,16,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.37%
  • sarı tonu 16.18%
  • ana renk tonu 20.00%
CMYK:
(0,56,16,20)
C0M56Y16K20 
(0%,56%,16%,20%)
(0.00/0.56/0.16/0.20)	

CMYK yüzdeleri

%0
%56.37
%16.18
%20

Codes

Color #CC59AB in popluar color models

CC59AB
RGB20489171
HSL317°53.00%57.45%
HSB/HSV317°56.37%80.00%
CMYK0.00%56.37%16.18%
20.00%

Color #CC59AB in popluar number systems.

HEXCC59AB
Decimal20489171
Binary11001100101100110101011
Octal314131253

Shades and tints

Shades of #CC59AB

#CC59AB
(204,89,171)
#BA519C
(186,81,156)
#A8498D
(168,73,141)
#96417E
(150,65,126)
#84396F
(132,57,111)
#723160
(114,49,96)
#602951
(96,41,81)
#4E2142
(78,33,66)
#3C1933
(60,25,51)
#2A1124
(42,17,36)
#180915
(24,9,21)
#000000
(0,0,0)

Tints of #CC59AB

#CC59AB
(204,89,171)
#D068B2
(208,104,178)
#D477B9
(212,119,185)
#D886C0
(216,134,192)
#DC95C7
(220,149,199)
#E0A4CE
(224,164,206)
#E4B3D5
(228,179,213)
#E8C2DC
(232,194,220)
#ECD1E3
(236,209,227)
#F0E0EA
(240,224,234)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC59AB color. Also use rgb(204,89,171) instead hex code.

Text Font Color

.myTextColor { color: #CC59AB; }

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

This text font color is #CC59AB.


Background Color

.myBgColor { background-color: #CC59AB; }

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

This div background color is #CC59AB.


Border color

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

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

This div border color is #CC59AB.


Opacity

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

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

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

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

This text has shadow with #CC59AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC59AB on black background.


Color preview on white background

This text has color #CC59AB on white background.



Black color preview on #CC59AB background

This text has black color on #CC59AB background.


White color preview on #CC59AB background

This text has white color on #CC59AB background.