COLOR #CC6574

HEX: #CC6574
RGB: (204,101,116)

Color info

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

RGB color model

#CC6574 color RGB value is (204,101,116).

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

RGB channels and saturation

R 204 of 255 = 80%
G 101 of 255 = 40%
B 116 of 255 = 45%

204
101
116

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

Portions of RGB colors in percentages

R + G + B =
204 + 101 + 116 = 421 (100%)
R 204 of 421 ~ 48.46%
G 101 of 421 ~ 23.99%
B 116 of 421 ~ 27.55%

%48.46
%23.99
%27.55

CMYK color model

#CC6574 color CMYK value is (0,50,43,20).

  • cyan value is 0.00%
  • magenta value is 50.49%
  • yellow value is 43.14%
  • key color value is 20.00%
CMYK:
(0,50,43,20)
C0M50Y43K20 
(0%,50%,43%,20%)
(0.00/0.50/0.43/0.20)	

CMYK percentages

%0
%50.49
%43.14
%20

Codes

Color #CC6574 in popluar color models

CC6574
RGB204101116
HSL351°50.24%59.80%
HSB/HSV351°50.49%80.00%
CMYK0.00%50.49%43.14%
20.00%

Color #CC6574 in popluar number systems.

HEXCC6574
Decimal204101116
Binary1100110011001011110100
Octal314145164

Shades and tints

Shades of #CC6574

#CC6574
(204,101,116)
#BA5C6A
(186,92,106)
#A85360
(168,83,96)
#964A56
(150,74,86)
#84414C
(132,65,76)
#723842
(114,56,66)
#602F38
(96,47,56)
#4E262E
(78,38,46)
#3C1D24
(60,29,36)
#2A141A
(42,20,26)
#180B10
(24,11,16)
#000000
(0,0,0)

Tints of #CC6574

#CC6574
(204,101,116)
#D07380
(208,115,128)
#D4818C
(212,129,140)
#D88F98
(216,143,152)
#DC9DA4
(220,157,164)
#E0ABB0
(224,171,176)
#E4B9BC
(228,185,188)
#E8C7C8
(232,199,200)
#ECD5D4
(236,213,212)
#F0E3E0
(240,227,224)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6574; }

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

This text font color is #CC6574.


Background Color

.myBgColor { background-color: #CC6574; }

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

This div background color is #CC6574.


Border color

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

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

This div border color is #CC6574.


Opacity

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

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

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

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

This text has shadow with #CC6574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6574 on black background.


Color preview on white background

This text has color #CC6574 on white background.



Black color preview on #CC6574 background

This text has black color on #CC6574 background.


White color preview on #CC6574 background

This text has white color on #CC6574 background.