COLOR #CC839A

HEX: #CC839A RGB: (204,131,154)

Color info

#CC839A contains mainly red and blue colors. Web safe color of #CC839A is #CC9999 (or #C99).

RGB color model

#CC839A color RGB value is (204,131,154).

RGB: (204,131,154) (80%, 51%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 131 of 255 = 51%
B 154 of 255 = 60%

204
131
154

R + G + B ~ 64%. #CC839A is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 131 + 154 = 489 (100%)
R 204 of 489 ~ 41.72%
G 131 of 489 ~ 26.79%
B 154 of 489 ~ 31.49'%

%41.72
%26.79
%31.49

CMYK color model

#CC839A color CMYK value is (0,36,25,20).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 24.51%
  • key color value is 20.00%

CMYK: (0,36,25,20)
C0M36Y25K20 (0%, 36%, 25%, 20%)
(0.00 / 0.36 / 0.25 / 0.20)

CMYK percentages

%0
%35.78
%24.51
%20

Codes

Color #CC839A in popluar color models

CC 83 9A
RGB 204 131 154
HSL 341° 41.71% 65.69%
HSB/HSV 341° 35.78% 80.00%
CMYK 0.00% 35.78% 24.51%
20.00%

Color #CC839A in popluar number systems.

HEX CC 83 9A
Decimal 204 131 154
Binary 11001100 10000011 10011010
Octal 314 203 232

Shades and tints

Shades of #CC839A

#CC839A
(204,131,154)
#BA788C
(186,120,140)
#A86D7E
(168,109,126)
#966270
(150,98,112)
#845762
(132,87,98)
#724C54
(114,76,84)
#604146
(96,65,70)
#4E3638
(78,54,56)
#3C2B2A
(60,43,42)
#2A201C
(42,32,28)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #CC839A

#CC839A
(204,131,154)
#D08EA3
(208,142,163)
#D499AC
(212,153,172)
#D8A4B5
(216,164,181)
#DCAFBE
(220,175,190)
#E0BAC7
(224,186,199)
#E4C5D0
(228,197,208)
#E8D0D9
(232,208,217)
#ECDBE2
(236,219,226)
#F0E6EB
(240,230,235)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC839A color. Also use rgb(204,131,154) instead hex code.

Text Font Color

.myTextColor { color: #CC839A; }

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

This text font color is #CC839A.

Background Color

.myBgColor { background-color: #CC839A; }

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

This div background color is #CC839A.

Border color

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

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

This div border color is #CC839A.

Opacity

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

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

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

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

This text has shadow with #CC839A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC839A.

Preview

Color preview on black background

This text has color #CC839A on black background.


Color preview on white background

This text has color #CC839A on white background.


Black color preview on #CC839A background

This text has black color on #CC839A background.


White color preview on #CC839A background

This text has white color on #CC839A background.


Related colors

Complementary color

Complementary color for #hex is #337C65.


I love getcolorcode.com

Triadic colors

1 #9ACC83 and #839ACC with #CC839A are triadic colors.

2 #9A83CC and #83CC9A with #CC839A are triadic colors.