COLOR #CC65AB

HEX: #CC65AB
RGB: (204,101,171)

Color info

#CC65AB contains mainly red and blue colors. Web safe color of #CC65AB is #CC6699 (or #C69).

RGB color model

#CC65AB color RGB value is (204,101,171).

  • red value is 204;
  • green value is 101;
  • blue value is 171.
RGB:
(204,101,171)
(80%,40%,67%)

RGB channels and saturation

R 204 of 255 = 80%
G 101 of 255 = 40%
B 171 of 255 = 67%

204
101
171

R + G + B ~ 62%. #CC65AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 101 + 171 = 476 (100%)
R 204 of 476 ~ 42.86%
G 101 of 476 ~ 21.22%
B 171 of 476 ~ 35.92%

%42.86
%21.22
%35.92

CMYK color model

#CC65AB color CMYK value is (0,50,16,20).

  • cyan value is 0.00%
  • magenta value is 50.49%
  • yellow value is 16.18%
  • key color value is 20.00%
CMYK:
(0,50,16,20)
C0M50Y16K20 
(0%,50%,16%,20%)
(0.00/0.50/0.16/0.20)	

CMYK percentages

%0
%50.49
%16.18
%20

Codes

Color #CC65AB in popluar color models

CC65AB
RGB204101171
HSL319°50.24%59.80%
HSB/HSV319°50.49%80.00%
CMYK0.00%50.49%16.18%
20.00%

Color #CC65AB in popluar number systems.

HEXCC65AB
Decimal204101171
Binary11001100110010110101011
Octal314145253

Shades and tints

Shades of #CC65AB

#CC65AB
(204,101,171)
#BA5C9C
(186,92,156)
#A8538D
(168,83,141)
#964A7E
(150,74,126)
#84416F
(132,65,111)
#723860
(114,56,96)
#602F51
(96,47,81)
#4E2642
(78,38,66)
#3C1D33
(60,29,51)
#2A1424
(42,20,36)
#180B15
(24,11,21)
#000000
(0,0,0)

Tints of #CC65AB

#CC65AB
(204,101,171)
#D073B2
(208,115,178)
#D481B9
(212,129,185)
#D88FC0
(216,143,192)
#DC9DC7
(220,157,199)
#E0ABCE
(224,171,206)
#E4B9D5
(228,185,213)
#E8C7DC
(232,199,220)
#ECD5E3
(236,213,227)
#F0E3EA
(240,227,234)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC65AB; }

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

This text font color is #CC65AB.


Background Color

.myBgColor { background-color: #CC65AB; }

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

This div background color is #CC65AB.


Border color

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

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

This div border color is #CC65AB.


Opacity

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

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

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

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

This text has shadow with #CC65AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC65AB on black background.


Color preview on white background

This text has color #CC65AB on white background.



Black color preview on #CC65AB background

This text has black color on #CC65AB background.


White color preview on #CC65AB background

This text has white color on #CC65AB background.