COLOR #CCA391

HEX: #CCA391
RGB: (204,163,145)

Color info

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

RGB color model

#CCA391 color RGB value is (204,163,145).

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

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 145 of 255 = 57%

204
163
145

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

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 145 = 512 (100%)
R 204 of 512 ~ 39.84%
G 163 of 512 ~ 31.84%
B 145 of 512 ~ 28.32%

%39.84
%31.84
%28.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(0,20,29,20)
C0M20Y29K20 
(0%,20%,29%,20%)
(0.00/0.20/0.29/0.20)	

CMYK percentages

%0
%20.1
%28.92
%20

Codes

Color #CCA391 in popluar color models

CCA391
RGB204163145
HSL18°36.65%68.43%
HSB/HSV18°28.92%80.00%
CMYK0.00%20.10%28.92%
20.00%

Color #CCA391 in popluar number systems.

HEXCCA391
Decimal204163145
Binary110011001010001110010001
Octal314243221

Shades and tints

Shades of #CCA391

#CCA391
(204,163,145)
#BA9584
(186,149,132)
#A88777
(168,135,119)
#96796A
(150,121,106)
#846B5D
(132,107,93)
#725D50
(114,93,80)
#604F43
(96,79,67)
#4E4136
(78,65,54)
#3C3329
(60,51,41)
#2A251C
(42,37,28)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #CCA391

#CCA391
(204,163,145)
#D0AB9B
(208,171,155)
#D4B3A5
(212,179,165)
#D8BBAF
(216,187,175)
#DCC3B9
(220,195,185)
#E0CBC3
(224,203,195)
#E4D3CD
(228,211,205)
#E8DBD7
(232,219,215)
#ECE3E1
(236,227,225)
#F0EBEB
(240,235,235)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA391; }

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

This text font color is #CCA391.


Background Color

.myBgColor { background-color: #CCA391; }

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

This div background color is #CCA391.


Border color

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

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

This div border color is #CCA391.


Opacity

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

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

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

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

This text has shadow with #CCA391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA391 on black background.


Color preview on white background

This text has color #CCA391 on white background.



Black color preview on #CCA391 background

This text has black color on #CCA391 background.


White color preview on #CCA391 background

This text has white color on #CCA391 background.