COLOR #CC857D

HEX: #CC857D
RGB: (204,133,125)

Color info

#CC857D contains mainly red color. Web safe color of #CC857D is #CC9966 (or #C96).

RGB color model

#CC857D color RGB value is (204,133,125).

  • red value is 204;
  • green value is 133;
  • blue value is 125.
RGB:
(204,133,125)
(80%,52%,49%)

RGB channels and saturation

R 204 of 255 = 80%
G 133 of 255 = 52%
B 125 of 255 = 49%

204
133
125

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

Portions of RGB colors in percentages

R + G + B =
204 + 133 + 125 = 462 (100%)
R 204 of 462 ~ 44.16%
G 133 of 462 ~ 28.79%
B 125 of 462 ~ 27.06%

%44.16
%28.79
%27.06

CMYK color model

#CC857D color CMYK value is (0,35,39,20).

  • cyan value is 0.00%
  • magenta value is 34.80%
  • yellow value is 38.73%
  • key color value is 20.00%
CMYK:
(0,35,39,20)
C0M35Y39K20 
(0%,35%,39%,20%)
(0.00/0.35/0.39/0.20)	

CMYK percentages

%0
%34.8
%38.73
%20

Codes

Color #CC857D in popluar color models

CC857D
RGB204133125
HSL43.65%64.51%
HSB/HSV38.73%80.00%
CMYK0.00%34.80%38.73%
20.00%

Color #CC857D in popluar number systems.

HEXCC857D
Decimal204133125
Binary11001100100001011111101
Octal314205175

Shades and tints

Shades of #CC857D

#CC857D
(204,133,125)
#BA7972
(186,121,114)
#A86D67
(168,109,103)
#96615C
(150,97,92)
#845551
(132,85,81)
#724946
(114,73,70)
#603D3B
(96,61,59)
#4E3130
(78,49,48)
#3C2525
(60,37,37)
#2A191A
(42,25,26)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #CC857D

#CC857D
(204,133,125)
#D09088
(208,144,136)
#D49B93
(212,155,147)
#D8A69E
(216,166,158)
#DCB1A9
(220,177,169)
#E0BCB4
(224,188,180)
#E4C7BF
(228,199,191)
#E8D2CA
(232,210,202)
#ECDDD5
(236,221,213)
#F0E8E0
(240,232,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC857D; }

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

This text font color is #CC857D.


Background Color

.myBgColor { background-color: #CC857D; }

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

This div background color is #CC857D.


Border color

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

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

This div border color is #CC857D.


Opacity

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

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

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

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

This text has shadow with #CC857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC857D on black background.


Color preview on white background

This text has color #CC857D on white background.



Black color preview on #CC857D background

This text has black color on #CC857D background.


White color preview on #CC857D background

This text has white color on #CC857D background.