COLOR #CCAD91

HEX: #CCAD91
RGB: (204,173,145)

Color info

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

RGB color model

#CCAD91 color RGB value is (204,173,145).

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

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 145 of 255 = 57%

204
173
145

R + G + B ~ 68%. #CCAD91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 173 + 145 = 522 (100%)
R 204 of 522 ~ 39.08%
G 173 of 522 ~ 33.14%
B 145 of 522 ~ 27.78%

%39.08
%33.14
%27.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(0,15,29,20)
C0M15Y29K20 
(0%,15%,29%,20%)
(0.00/0.15/0.29/0.20)	

CMYK percentages

%0
%15.2
%28.92
%20

Codes

Color #CCAD91 in popluar color models

CCAD91
RGB204173145
HSL28°36.65%68.43%
HSB/HSV28°28.92%80.00%
CMYK0.00%15.20%28.92%
20.00%

Color #CCAD91 in popluar number systems.

HEXCCAD91
Decimal204173145
Binary110011001010110110010001
Octal314255221

Shades and tints

Shades of #CCAD91

#CCAD91
(204,173,145)
#BA9E84
(186,158,132)
#A88F77
(168,143,119)
#96806A
(150,128,106)
#84715D
(132,113,93)
#726250
(114,98,80)
#605343
(96,83,67)
#4E4436
(78,68,54)
#3C3529
(60,53,41)
#2A261C
(42,38,28)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #CCAD91

#CCAD91
(204,173,145)
#D0B49B
(208,180,155)
#D4BBA5
(212,187,165)
#D8C2AF
(216,194,175)
#DCC9B9
(220,201,185)
#E0D0C3
(224,208,195)
#E4D7CD
(228,215,205)
#E8DED7
(232,222,215)
#ECE5E1
(236,229,225)
#F0ECEB
(240,236,235)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAD91; }

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

This text font color is #CCAD91.


Background Color

.myBgColor { background-color: #CCAD91; }

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

This div background color is #CCAD91.


Border color

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

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

This div border color is #CCAD91.


Opacity

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

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

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

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

This text has shadow with #CCAD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAD91 on black background.


Color preview on white background

This text has color #CCAD91 on white background.



Black color preview on #CCAD91 background

This text has black color on #CCAD91 background.


White color preview on #CCAD91 background

This text has white color on #CCAD91 background.