COLOR #CCA189

HEX: #CCA189
RGB: (204,161,137)

Color info

#CCA189 contains mainly red and green colors. Web safe color of #CCA189 is #CC9999 (or #C99).

RGB color model

#CCA189 color RGB value is (204,161,137).

  • red value is 204;
  • green value is 161;
  • blue value is 137.
RGB:
(204,161,137)
(80%,63%,54%)

RGB channels and saturation

R 204 of 255 = 80%
G 161 of 255 = 63%
B 137 of 255 = 54%

204
161
137

R + G + B ~ 66%. #CCA189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 161 + 137 = 502 (100%)
R 204 of 502 ~ 40.64%
G 161 of 502 ~ 32.07%
B 137 of 502 ~ 27.29%

%40.64
%32.07
%27.29

CMYK color model

#CCA189 color CMYK value is (0,21,33,20).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 32.84%
  • key color value is 20.00%
CMYK:
(0,21,33,20)
C0M21Y33K20 
(0%,21%,33%,20%)
(0.00/0.21/0.33/0.20)	

CMYK percentages

%0
%21.08
%32.84
%20

Codes

Color #CCA189 in popluar color models

CCA189
RGB204161137
HSL21°39.64%66.86%
HSB/HSV21°32.84%80.00%
CMYK0.00%21.08%32.84%
20.00%

Color #CCA189 in popluar number systems.

HEXCCA189
Decimal204161137
Binary110011001010000110001001
Octal314241211

Shades and tints

Shades of #CCA189

#CCA189
(204,161,137)
#BA937D
(186,147,125)
#A88571
(168,133,113)
#967765
(150,119,101)
#846959
(132,105,89)
#725B4D
(114,91,77)
#604D41
(96,77,65)
#4E3F35
(78,63,53)
#3C3129
(60,49,41)
#2A231D
(42,35,29)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #CCA189

#CCA189
(204,161,137)
#D0A993
(208,169,147)
#D4B19D
(212,177,157)
#D8B9A7
(216,185,167)
#DCC1B1
(220,193,177)
#E0C9BB
(224,201,187)
#E4D1C5
(228,209,197)
#E8D9CF
(232,217,207)
#ECE1D9
(236,225,217)
#F0E9E3
(240,233,227)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA189 color. Also use rgb(204,161,137) instead hex code.

Text Font Color

.myTextColor { color: #CCA189; }

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

This text font color is #CCA189.


Background Color

.myBgColor { background-color: #CCA189; }

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

This div background color is #CCA189.


Border color

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

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

This div border color is #CCA189.


Opacity

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

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

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

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

This text has shadow with #CCA189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA189 on black background.


Color preview on white background

This text has color #CCA189 on white background.



Black color preview on #CCA189 background

This text has black color on #CCA189 background.


White color preview on #CCA189 background

This text has white color on #CCA189 background.