COLOR #CC967C

HEX: #CC967C RGB: (204,150,124)

Color info

#CC967C contains mainly red and green colors. Web safe color of #CC967C is #CC9966 (or #C96).

RGB color model

#CC967C color RGB value is (204,150,124).

RGB: (204,150,124) (80%, 59%, 49%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 124 of 255 = 49%

204
150
124

R + G + B ~ 63%. #CC967C is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 124 = 478 (100%)
R 204 of 478 ~ 42.68%
G 150 of 478 ~ 31.38%
B 124 of 478 ~ 25.94'%

%42.68
%31.38
%25.94

CMYK color model

#CC967C color CMYK value is (0,26,39,20).

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

CMYK: (0,26,39,20)
C0M26Y39K20 (0%, 26%, 39%, 20%)
(0.00 / 0.26 / 0.39 / 0.20)

CMYK percentages

%0
%26.47
%39.22
%20

Codes

Color #CC967C in popluar color models

CC 96 7C
RGB 204 150 124
HSL 20° 43.96% 64.31%
HSB/HSV 20° 39.22% 80.00%
CMYK 0.00% 26.47% 39.22%
20.00%

Color #CC967C in popluar number systems.

HEX CC 96 7C
Decimal 204 150 124
Binary 11001100 10010110 1111100
Octal 314 226 174

Shades and tints

Shades of #CC967C

#CC967C
(204,150,124)
#BA8971
(186,137,113)
#A87C66
(168,124,102)
#966F5B
(150,111,91)
#846250
(132,98,80)
#725545
(114,85,69)
#60483A
(96,72,58)
#4E3B2F
(78,59,47)
#3C2E24
(60,46,36)
#2A2119
(42,33,25)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #CC967C

#CC967C
(204,150,124)
#D09F87
(208,159,135)
#D4A892
(212,168,146)
#D8B19D
(216,177,157)
#DCBAA8
(220,186,168)
#E0C3B3
(224,195,179)
#E4CCBE
(228,204,190)
#E8D5C9
(232,213,201)
#ECDED4
(236,222,212)
#F0E7DF
(240,231,223)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC967C; }

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

This text font color is #CC967C.

Background Color

.myBgColor { background-color: #CC967C; }

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

This div background color is #CC967C.

Border color

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

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

This div border color is #CC967C.

Opacity

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

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

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

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

This text has shadow with #CC967C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC967C.

Preview

Color preview on black background

This text has color #CC967C on black background.


Color preview on white background

This text has color #CC967C on white background.


Black color preview on #CC967C background

This text has black color on #CC967C background.


White color preview on #CC967C background

This text has white color on #CC967C background.


Related colors

Complementary color

Complementary color for #hex is #336983.


I love getcolorcode.com

Triadic colors

1 #7CCC96 and #967CCC with #CC967C are triadic colors.

2 #7C96CC and #96CC7C with #CC967C are triadic colors.