COLOR #CC8464

HEX: #CC8464 RGB: (204,132,100)

Color info

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

RGB color model

#CC8464 color RGB value is (204,132,100).

RGB: (204,132,100) (80%, 52%, 39%)

RGB channels and saturation

R 204 of 255 = 80%
G 132 of 255 = 52%
B 100 of 255 = 39%

204
132
100

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

Portions of RGB colors in percentages

R + G + B = 204 + 132 + 100 = 436 (100%)
R 204 of 436 ~ 46.79%
G 132 of 436 ~ 30.28%
B 100 of 436 ~ 22.94'%

%46.79
%30.28
%22.94

CMYK color model

#CC8464 color CMYK value is (0,35,51,20).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 50.98%
  • key color value is 20.00%
CMYK: (0,35,51,20) C0M35Y51K20 (0%,35%,51%,20%) (0.00/0.35/0.51/0.20) 

CMYK percentages

%0
%35.29
%50.98
%20

Codes

Color #CC8464 in popluar color models

CC 84 64
RGB 204 132 100
HSL 18° 50.49% 59.61%
HSB/HSV 18° 50.98% 80.00%
CMYK 0.00% 35.29% 50.98%
20.00%

Color #CC8464 in popluar number systems.

HEX CC 84 64
Decimal 204 132 100
Binary 11001100 10000100 1100100
Octal 314 204 144

Shades and tints

Shades of #CC8464

#CC8464
(204,132,100)
#BA785B
(186,120,91)
#A86C52
(168,108,82)
#966049
(150,96,73)
#845440
(132,84,64)
#724837
(114,72,55)
#603C2E
(96,60,46)
#4E3025
(78,48,37)
#3C241C
(60,36,28)
#2A1813
(42,24,19)
#180C0A
(24,12,10)
#000000
(0,0,0)

Tints of #CC8464

#CC8464
(204,132,100)
#D08F72
(208,143,114)
#D49A80
(212,154,128)
#D8A58E
(216,165,142)
#DCB09C
(220,176,156)
#E0BBAA
(224,187,170)
#E4C6B8
(228,198,184)
#E8D1C6
(232,209,198)
#ECDCD4
(236,220,212)
#F0E7E2
(240,231,226)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8464 color. Also use rgb(204,132,100) instead hex code.

Text Font Color

.myTextColor { color: #CC8464; }

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

This text font color is #CC8464.

Background Color

.myBgColor { background-color: #CC8464; }

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

This div background color is #CC8464.

Border color

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

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

This div border color is #CC8464.

Opacity

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

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

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

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

This text has shadow with #CC8464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8464.

Preview

Color preview on black background

This text has color #CC8464 on black background.


Color preview on white background

This text has color #CC8464 on white background.


Black color preview on #CC8464 background

This text has black color on #CC8464 background.


White color preview on #CC8464 background

This text has white color on #CC8464 background.


Related colors

Complementary color

Complementary color for #hex is #337B9B.


I love getcolorcode.com

Triadic colors

1 #64CC84 and #8464CC with #CC8464 are triadic colors.

2 #6484CC and #84CC64 with #CC8464 are triadic colors.