COLOR #CCA366

HEX: #CCA366
RGB: (204,163,102)

Color info

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

RGB color model

#CCA366 color RGB value is (204,163,102).

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

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 102 of 255 = 40%

204
163
102

R + G + B ~ 61%. #CCA366 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 102 = 469 (100%)
R 204 of 469 ~ 43.5%
G 163 of 469 ~ 34.75%
B 102 of 469 ~ 21.75%

%43.5
%34.75
%21.75

CMYK color model

#CCA366 color CMYK value is (0,20,50,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 50.00%
  • key color value is 20.00%
CMYK:
(0,20,50,20)
C0M20Y50K20 
(0%,20%,50%,20%)
(0.00/0.20/0.50/0.20)	

CMYK percentages

%0
%20.1
%50
%20

Codes

Color #CCA366 in popluar color models

CCA366
RGB204163102
HSL36°50.00%60.00%
HSB/HSV36°50.00%80.00%
CMYK0.00%20.10%50.00%
20.00%

Color #CCA366 in popluar number systems.

HEXCCA366
Decimal204163102
Binary11001100101000111100110
Octal314243146

Shades and tints

Shades of #CCA366

#CCA366
(204,163,102)
#BA955D
(186,149,93)
#A88754
(168,135,84)
#96794B
(150,121,75)
#846B42
(132,107,66)
#725D39
(114,93,57)
#604F30
(96,79,48)
#4E4127
(78,65,39)
#3C331E
(60,51,30)
#2A2515
(42,37,21)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #CCA366

#CCA366
(204,163,102)
#D0AB73
(208,171,115)
#D4B380
(212,179,128)
#D8BB8D
(216,187,141)
#DCC39A
(220,195,154)
#E0CBA7
(224,203,167)
#E4D3B4
(228,211,180)
#E8DBC1
(232,219,193)
#ECE3CE
(236,227,206)
#F0EBDB
(240,235,219)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA366; }

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

This text font color is #CCA366.


Background Color

.myBgColor { background-color: #CCA366; }

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

This div background color is #CCA366.


Border color

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

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

This div border color is #CCA366.


Opacity

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

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

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

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

This text has shadow with #CCA366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA366 on black background.


Color preview on white background

This text has color #CCA366 on white background.



Black color preview on #CCA366 background

This text has black color on #CCA366 background.


White color preview on #CCA366 background

This text has white color on #CCA366 background.