COLOR #CC837C

HEX: #CC837C RGB: (204,131,124)

Color info

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

RGB color model

#CC837C color RGB value is (204,131,124).

RGB: (204,131,124) (80%, 51%, 49%)

RGB channels and saturation

R 204 of 255 = 80%
G 131 of 255 = 51%
B 124 of 255 = 49%

204
131
124

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

Portions of RGB colors in percentages

R + G + B = 204 + 131 + 124 = 459 (100%)
R 204 of 459 ~ 44.44%
G 131 of 459 ~ 28.54%
B 124 of 459 ~ 27.02'%

%44.44
%28.54
%27.02

CMYK color model

#CC837C color CMYK value is (0,36,39,20).

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

CMYK: (0,36,39,20)
C0M36Y39K20 (0%, 36%, 39%, 20%)
(0.00 / 0.36 / 0.39 / 0.20)

CMYK percentages

%0
%35.78
%39.22
%20

Codes

Color #CC837C in popluar color models

CC 83 7C
RGB 204 131 124
HSL 43.96% 64.31%
HSB/HSV 39.22% 80.00%
CMYK 0.00% 35.78% 39.22%
20.00%

Color #CC837C in popluar number systems.

HEX CC 83 7C
Decimal 204 131 124
Binary 11001100 10000011 1111100
Octal 314 203 174

Shades and tints

Shades of #CC837C

#CC837C
(204,131,124)
#BA7871
(186,120,113)
#A86D66
(168,109,102)
#96625B
(150,98,91)
#845750
(132,87,80)
#724C45
(114,76,69)
#60413A
(96,65,58)
#4E362F
(78,54,47)
#3C2B24
(60,43,36)
#2A2019
(42,32,25)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #CC837C

#CC837C
(204,131,124)
#D08E87
(208,142,135)
#D49992
(212,153,146)
#D8A49D
(216,164,157)
#DCAFA8
(220,175,168)
#E0BAB3
(224,186,179)
#E4C5BE
(228,197,190)
#E8D0C9
(232,208,201)
#ECDBD4
(236,219,212)
#F0E6DF
(240,230,223)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC837C; }

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

This text font color is #CC837C.

Background Color

.myBgColor { background-color: #CC837C; }

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

This div background color is #CC837C.

Border color

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

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

This div border color is #CC837C.

Opacity

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

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

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

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

This text has shadow with #CC837C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC837C.

Preview

Color preview on black background

This text has color #CC837C on black background.


Color preview on white background

This text has color #CC837C on white background.


Black color preview on #CC837C background

This text has black color on #CC837C background.


White color preview on #CC837C background

This text has white color on #CC837C background.


Related colors

Complementary color

Complementary color for #hex is #337C83.


I love getcolorcode.com

Triadic colors

1 #7CCC83 and #837CCC with #CC837C are triadic colors.

2 #7C83CC and #83CC7C with #CC837C are triadic colors.