COLOR #CC858D

HEX: #CC858D RGB: (204,133,141)

Color info

#CC858D contains mainly red color. Web safe color of #CC858D is #CC9999 (or #C99).

RGB color model

#CC858D color RGB value is (204,133,141).

RGB: (204,133,141) (80%, 52%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 133 of 255 = 52%
B 141 of 255 = 55%

204
133
141

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

Portions of RGB colors in percentages

R + G + B = 204 + 133 + 141 = 478 (100%)
R 204 of 478 ~ 42.68%
G 133 of 478 ~ 27.82%
B 141 of 478 ~ 29.5'%

%42.68
%27.82
%29.5

CMYK color model

#CC858D color CMYK value is (0,35,31,20).

  • cyan value is 0.00%
  • magenta value is 34.80%
  • yellow value is 30.88%
  • key color value is 20.00%

CMYK: (0,35,31,20)
C0M35Y31K20 (0%, 35%, 31%, 20%)
(0.00 / 0.35 / 0.31 / 0.20)

CMYK percentages

%0
%34.8
%30.88
%20

Codes

Color #CC858D in popluar color models

CC 85 8D
RGB 204 133 141
HSL 353° 41.04% 66.08%
HSB/HSV 353° 34.80% 80.00%
CMYK 0.00% 34.80% 30.88%
20.00%

Color #CC858D in popluar number systems.

HEX CC 85 8D
Decimal 204 133 141
Binary 11001100 10000101 10001101
Octal 314 205 215

Shades and tints

Shades of #CC858D

#CC858D
(204,133,141)
#BA7981
(186,121,129)
#A86D75
(168,109,117)
#966169
(150,97,105)
#84555D
(132,85,93)
#724951
(114,73,81)
#603D45
(96,61,69)
#4E3139
(78,49,57)
#3C252D
(60,37,45)
#2A1921
(42,25,33)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #CC858D

#CC858D
(204,133,141)
#D09097
(208,144,151)
#D49BA1
(212,155,161)
#D8A6AB
(216,166,171)
#DCB1B5
(220,177,181)
#E0BCBF
(224,188,191)
#E4C7C9
(228,199,201)
#E8D2D3
(232,210,211)
#ECDDDD
(236,221,221)
#F0E8E7
(240,232,231)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC858D color. Also use rgb(204,133,141) instead hex code.

Text Font Color

.myTextColor { color: #CC858D; }

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

This text font color is #CC858D.

Background Color

.myBgColor { background-color: #CC858D; }

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

This div background color is #CC858D.

Border color

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

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

This div border color is #CC858D.

Opacity

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

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

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

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

This text has shadow with #CC858D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC858D.

Preview

Color preview on black background

This text has color #CC858D on black background.


Color preview on white background

This text has color #CC858D on white background.


Black color preview on #CC858D background

This text has black color on #CC858D background.


White color preview on #CC858D background

This text has white color on #CC858D background.


Related colors

Complementary color

Complementary color for #hex is #337A72.


I love getcolorcode.com

Triadic colors

1 #8DCC85 and #858DCC with #CC858D are triadic colors.

2 #8D85CC and #85CC8D with #CC858D are triadic colors.