COLOR #CCA47B

HEX: #CCA47B RGB: (204,164,123)

Color info

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

RGB color model

#CCA47B color RGB value is (204,164,123).

RGB: (204,164,123) (80%, 64%, 48%)

RGB channels and saturation

R 204 of 255 = 80%
G 164 of 255 = 64%
B 123 of 255 = 48%

204
164
123

R + G + B ~ 64%. #CCA47B is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 164 + 123 = 491 (100%)
R 204 of 491 ~ 41.55%
G 164 of 491 ~ 33.4%
B 123 of 491 ~ 25.05'%

%41.55
%33.4
%25.05

CMYK color model

#CCA47B color CMYK value is (0,20,40,20).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 39.71%
  • key color value is 20.00%

CMYK: (0,20,40,20)
C0M20Y40K20 (0%, 20%, 40%, 20%)
(0.00 / 0.20 / 0.40 / 0.20)

CMYK percentages

%0
%19.61
%39.71
%20

Codes

Color #CCA47B in popluar color models

CC A4 7B
RGB 204 164 123
HSL 30° 44.26% 64.12%
HSB/HSV 30° 39.71% 80.00%
CMYK 0.00% 19.61% 39.71%
20.00%

Color #CCA47B in popluar number systems.

HEX CC A4 7B
Decimal 204 164 123
Binary 11001100 10100100 1111011
Octal 314 244 173

Shades and tints

Shades of #CCA47B

#CCA47B
(204,164,123)
#BA9670
(186,150,112)
#A88865
(168,136,101)
#967A5A
(150,122,90)
#846C4F
(132,108,79)
#725E44
(114,94,68)
#605039
(96,80,57)
#4E422E
(78,66,46)
#3C3423
(60,52,35)
#2A2618
(42,38,24)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #CCA47B

#CCA47B
(204,164,123)
#D0AC87
(208,172,135)
#D4B493
(212,180,147)
#D8BC9F
(216,188,159)
#DCC4AB
(220,196,171)
#E0CCB7
(224,204,183)
#E4D4C3
(228,212,195)
#E8DCCF
(232,220,207)
#ECE4DB
(236,228,219)
#F0ECE7
(240,236,231)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA47B color. Also use rgb(204,164,123) instead hex code.

Text Font Color

.myTextColor { color: #CCA47B; }

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

This text font color is #CCA47B.

Background Color

.myBgColor { background-color: #CCA47B; }

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

This div background color is #CCA47B.

Border color

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

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

This div border color is #CCA47B.

Opacity

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

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

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

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

This text has shadow with #CCA47B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA47B.

Preview

Color preview on black background

This text has color #CCA47B on black background.


Color preview on white background

This text has color #CCA47B on white background.


Black color preview on #CCA47B background

This text has black color on #CCA47B background.


White color preview on #CCA47B background

This text has white color on #CCA47B background.


Related colors

Complementary color

Complementary color for #hex is #335B84.


I love getcolorcode.com

Triadic colors

1 #7BCCA4 and #A47BCC with #CCA47B are triadic colors.

2 #7BA4CC and #A4CC7B with #CCA47B are triadic colors.