COLOR #CCA591

HEX: #CCA591
RGB: (204,165,145)

Color info

#CCA591 contains red, green and blue colors in about the same proportion. Web safe color of #CCA591 is #CC9999 (or #C99).

RGB color model

#CCA591 color RGB value is (204,165,145).

  • red value is 204;
  • green value is 165;
  • blue value is 145.
RGB:
(204,165,145)
(80%,65%,57%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 145 of 255 = 57%

204
165
145

R + G + B ~ 67%. #CCA591 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 165 + 145 = 514 (100%)
R 204 of 514 ~ 39.69%
G 165 of 514 ~ 32.1%
B 145 of 514 ~ 28.21%

%39.69
%32.1
%28.21

CMYK color model

#CCA591 color CMYK value is (0,19,29,20).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(0,19,29,20)
C0M19Y29K20 
(0%,19%,29%,20%)
(0.00/0.19/0.29/0.20)	

CMYK percentages

%0
%19.12
%28.92
%20

Codes

Color #CCA591 in popluar color models

CCA591
RGB204165145
HSL20°36.65%68.43%
HSB/HSV20°28.92%80.00%
CMYK0.00%19.12%28.92%
20.00%

Color #CCA591 in popluar number systems.

HEXCCA591
Decimal204165145
Binary110011001010010110010001
Octal314245221

Shades and tints

Shades of #CCA591

#CCA591
(204,165,145)
#BA9684
(186,150,132)
#A88777
(168,135,119)
#96786A
(150,120,106)
#84695D
(132,105,93)
#725A50
(114,90,80)
#604B43
(96,75,67)
#4E3C36
(78,60,54)
#3C2D29
(60,45,41)
#2A1E1C
(42,30,28)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #CCA591

#CCA591
(204,165,145)
#D0AD9B
(208,173,155)
#D4B5A5
(212,181,165)
#D8BDAF
(216,189,175)
#DCC5B9
(220,197,185)
#E0CDC3
(224,205,195)
#E4D5CD
(228,213,205)
#E8DDD7
(232,221,215)
#ECE5E1
(236,229,225)
#F0EDEB
(240,237,235)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA591 color. Also use rgb(204,165,145) instead hex code.

Text Font Color

.myTextColor { color: #CCA591; }

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

This text font color is #CCA591.


Background Color

.myBgColor { background-color: #CCA591; }

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

This div background color is #CCA591.


Border color

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

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

This div border color is #CCA591.


Opacity

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

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

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

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

This text has shadow with #CCA591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA591 on black background.


Color preview on white background

This text has color #CCA591 on white background.



Black color preview on #CCA591 background

This text has black color on #CCA591 background.


White color preview on #CCA591 background

This text has white color on #CCA591 background.