COLOR #CCAA63

HEX: #CCAA63
RGB: (204,170,99)

Color info

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

RGB color model

#CCAA63 color RGB value is (204,170,99).

  • red value is 204;
  • green value is 170;
  • blue value is 99.
RGB:
(204,170,99)
(80%,67%,39%)

RGB channels and saturation

R 204 of 255 = 80%
G 170 of 255 = 67%
B 99 of 255 = 39%

204
170
99

R + G + B ~ 62%. #CCAA63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 170 + 99 = 473 (100%)
R 204 of 473 ~ 43.13%
G 170 of 473 ~ 35.94%
B 99 of 473 ~ 20.93%

%43.13
%35.94
%20.93

CMYK color model

#CCAA63 color CMYK value is (0,17,51,20).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 51.47%
  • key color value is 20.00%
CMYK:
(0,17,51,20)
C0M17Y51K20 
(0%,17%,51%,20%)
(0.00/0.17/0.51/0.20)	

CMYK percentages

%0
%16.67
%51.47
%20

Codes

Color #CCAA63 in popluar color models

CCAA63
RGB20417099
HSL41°50.72%59.41%
HSB/HSV41°51.47%80.00%
CMYK0.00%16.67%51.47%
20.00%

Color #CCAA63 in popluar number systems.

HEXCCAA63
Decimal20417099
Binary11001100101010101100011
Octal314252143

Shades and tints

Shades of #CCAA63

#CCAA63
(204,170,99)
#BA9B5A
(186,155,90)
#A88C51
(168,140,81)
#967D48
(150,125,72)
#846E3F
(132,110,63)
#725F36
(114,95,54)
#60502D
(96,80,45)
#4E4124
(78,65,36)
#3C321B
(60,50,27)
#2A2312
(42,35,18)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #CCAA63

#CCAA63
(204,170,99)
#D0B171
(208,177,113)
#D4B87F
(212,184,127)
#D8BF8D
(216,191,141)
#DCC69B
(220,198,155)
#E0CDA9
(224,205,169)
#E4D4B7
(228,212,183)
#E8DBC5
(232,219,197)
#ECE2D3
(236,226,211)
#F0E9E1
(240,233,225)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAA63 color. Also use rgb(204,170,99) instead hex code.

Text Font Color

.myTextColor { color: #CCAA63; }

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

This text font color is #CCAA63.


Background Color

.myBgColor { background-color: #CCAA63; }

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

This div background color is #CCAA63.


Border color

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

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

This div border color is #CCAA63.


Opacity

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

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

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

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

This text has shadow with #CCAA63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAA63 on black background.


Color preview on white background

This text has color #CCAA63 on white background.



Black color preview on #CCAA63 background

This text has black color on #CCAA63 background.


White color preview on #CCAA63 background

This text has white color on #CCAA63 background.