COLOR #CC988A

HEX: #CC988A RGB: (204,152,138)

Color info

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

RGB color model

#CC988A color RGB value is (204,152,138).

RGB: (204,152,138) (80%, 60%, 54%)

RGB channels and saturation

R 204 of 255 = 80%
G 152 of 255 = 60%
B 138 of 255 = 54%

204
152
138

R + G + B ~ 65%. #CC988A is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 152 + 138 = 494 (100%)
R 204 of 494 ~ 41.3%
G 152 of 494 ~ 30.77%
B 138 of 494 ~ 27.94'%

%41.3
%30.77
%27.94

CMYK color model

#CC988A color CMYK value is (0,25,32,20).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 32.35%
  • key color value is 20.00%

CMYK: (0,25,32,20)
C0M25Y32K20 (0%, 25%, 32%, 20%)
(0.00 / 0.25 / 0.32 / 0.20)

CMYK percentages

%0
%25.49
%32.35
%20

Codes

Color #CC988A in popluar color models

CC 98 8A
RGB 204 152 138
HSL 13° 39.29% 67.06%
HSB/HSV 13° 32.35% 80.00%
CMYK 0.00% 25.49% 32.35%
20.00%

Color #CC988A in popluar number systems.

HEX CC 98 8A
Decimal 204 152 138
Binary 11001100 10011000 10001010
Octal 314 230 212

Shades and tints

Shades of #CC988A

#CC988A
(204,152,138)
#BA8B7E
(186,139,126)
#A87E72
(168,126,114)
#967166
(150,113,102)
#84645A
(132,100,90)
#72574E
(114,87,78)
#604A42
(96,74,66)
#4E3D36
(78,61,54)
#3C302A
(60,48,42)
#2A231E
(42,35,30)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #CC988A

#CC988A
(204,152,138)
#D0A194
(208,161,148)
#D4AA9E
(212,170,158)
#D8B3A8
(216,179,168)
#DCBCB2
(220,188,178)
#E0C5BC
(224,197,188)
#E4CEC6
(228,206,198)
#E8D7D0
(232,215,208)
#ECE0DA
(236,224,218)
#F0E9E4
(240,233,228)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC988A color. Also use rgb(204,152,138) instead hex code.

Text Font Color

.myTextColor { color: #CC988A; }

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

This text font color is #CC988A.

Background Color

.myBgColor { background-color: #CC988A; }

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

This div background color is #CC988A.

Border color

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

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

This div border color is #CC988A.

Opacity

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

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

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

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

This text has shadow with #CC988A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC988A.

Preview

Color preview on black background

This text has color #CC988A on black background.


Color preview on white background

This text has color #CC988A on white background.


Black color preview on #CC988A background

This text has black color on #CC988A background.


White color preview on #CC988A background

This text has white color on #CC988A background.


Related colors

Complementary color

Complementary color for #hex is #336775.


I love getcolorcode.com

Triadic colors

1 #8ACC98 and #988ACC with #CC988A are triadic colors.

2 #8A98CC and #98CC8A with #CC988A are triadic colors.