COLOR #CCA376

HEX: #CCA376
RGB: (204,163,118)

Color info

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

RGB color model

#CCA376 color RGB value is (204,163,118).

  • red value is 204;
  • green value is 163;
  • blue value is 118.
RGB:
(204,163,118)
(80%,64%,46%)

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 118 of 255 = 46%

204
163
118

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

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 118 = 485 (100%)
R 204 of 485 ~ 42.06%
G 163 of 485 ~ 33.61%
B 118 of 485 ~ 24.33%

%42.06
%33.61
%24.33

CMYK color model

#CCA376 color CMYK value is (0,20,42,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 42.16%
  • key color value is 20.00%
CMYK:
(0,20,42,20)
C0M20Y42K20 
(0%,20%,42%,20%)
(0.00/0.20/0.42/0.20)	

CMYK percentages

%0
%20.1
%42.16
%20

Codes

Color #CCA376 in popluar color models

CCA376
RGB204163118
HSL31°45.74%63.14%
HSB/HSV31°42.16%80.00%
CMYK0.00%20.10%42.16%
20.00%

Color #CCA376 in popluar number systems.

HEXCCA376
Decimal204163118
Binary11001100101000111110110
Octal314243166

Shades and tints

Shades of #CCA376

#CCA376
(204,163,118)
#BA956C
(186,149,108)
#A88762
(168,135,98)
#967958
(150,121,88)
#846B4E
(132,107,78)
#725D44
(114,93,68)
#604F3A
(96,79,58)
#4E4130
(78,65,48)
#3C3326
(60,51,38)
#2A251C
(42,37,28)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #CCA376

#CCA376
(204,163,118)
#D0AB82
(208,171,130)
#D4B38E
(212,179,142)
#D8BB9A
(216,187,154)
#DCC3A6
(220,195,166)
#E0CBB2
(224,203,178)
#E4D3BE
(228,211,190)
#E8DBCA
(232,219,202)
#ECE3D6
(236,227,214)
#F0EBE2
(240,235,226)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA376 color. Also use rgb(204,163,118) instead hex code.

Text Font Color

.myTextColor { color: #CCA376; }

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

This text font color is #CCA376.


Background Color

.myBgColor { background-color: #CCA376; }

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

This div background color is #CCA376.


Border color

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

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

This div border color is #CCA376.


Opacity

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

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

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

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

This text has shadow with #CCA376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA376 on black background.


Color preview on white background

This text has color #CCA376 on white background.



Black color preview on #CCA376 background

This text has black color on #CCA376 background.


White color preview on #CCA376 background

This text has white color on #CCA376 background.