COLOR #CC607B

HEX: #CC607B
RGB: (204,96,123)

Color info

#CC607B contains mainly red color. Web safe color of #CC607B is #CC6666 (or #C66).

RGB color model

#CC607B color RGB value is (204,96,123).

  • red value is 204;
  • green value is 96;
  • blue value is 123.
RGB:
(204,96,123)
(80%,38%,48%)

RGB channels and saturation

R 204 of 255 = 80%
G 96 of 255 = 38%
B 123 of 255 = 48%

204
96
123

R + G + B ~ 55%. #CC607B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
204 + 96 + 123 = 423 (100%)
R 204 of 423 ~ 48.23%
G 96 of 423 ~ 22.7%
B 123 of 423 ~ 29.08%

%48.23
%22.7
%29.08

CMYK color model

#CC607B color CMYK value is (0,53,40,20).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 39.71%
  • key color value is 20.00%
CMYK:
(0,53,40,20)
C0M53Y40K20 
(0%,53%,40%,20%)
(0.00/0.53/0.40/0.20)	

CMYK percentages

%0
%52.94
%39.71
%20

Codes

Color #CC607B in popluar color models

CC607B
RGB20496123
HSL345°51.43%58.82%
HSB/HSV345°52.94%80.00%
CMYK0.00%52.94%39.71%
20.00%

Color #CC607B in popluar number systems.

HEXCC607B
Decimal20496123
Binary1100110011000001111011
Octal314140173

Shades and tints

Shades of #CC607B

#CC607B
(204,96,123)
#BA5870
(186,88,112)
#A85065
(168,80,101)
#96485A
(150,72,90)
#84404F
(132,64,79)
#723844
(114,56,68)
#603039
(96,48,57)
#4E282E
(78,40,46)
#3C2023
(60,32,35)
#2A1818
(42,24,24)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #CC607B

#CC607B
(204,96,123)
#D06E87
(208,110,135)
#D47C93
(212,124,147)
#D88A9F
(216,138,159)
#DC98AB
(220,152,171)
#E0A6B7
(224,166,183)
#E4B4C3
(228,180,195)
#E8C2CF
(232,194,207)
#ECD0DB
(236,208,219)
#F0DEE7
(240,222,231)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC607B color. Also use rgb(204,96,123) instead hex code.

Text Font Color

.myTextColor { color: #CC607B; }

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

This text font color is #CC607B.


Background Color

.myBgColor { background-color: #CC607B; }

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

This div background color is #CC607B.


Border color

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

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

This div border color is #CC607B.


Opacity

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

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

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

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

This text has shadow with #CC607B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC607B on black background.


Color preview on white background

This text has color #CC607B on white background.



Black color preview on #CC607B background

This text has black color on #CC607B background.


White color preview on #CC607B background

This text has white color on #CC607B background.