COLOR #CC8A8A

HEX: #CC8A8A
RGB: (204,138,138)

Color info

#CC8A8A contains mainly red color. Web safe color of #CC8A8A is #CC9999 (or #C99).

RGB color model

#CC8A8A color RGB value is (204,138,138).

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

RGB channels and saturation

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

204
138
138

R + G + B ~ 63%. #CC8A8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 138 + 138 = 480 (100%)
R 204 of 480 ~ 42.5%
G 138 of 480 ~ 28.75%
B 138 of 480 ~ 28.75%

%42.5
%28.75
%28.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK:
(0,32,32,20)
C0M32Y32K20 
(0%,32%,32%,20%)
(0.00/0.32/0.32/0.20)	

CMYK percentages

%0
%32.35
%32.35
%20

Codes

Color #CC8A8A in popluar color models

CC8A8A
RGB204138138
HSL39.29%67.06%
HSB/HSV32.35%80.00%
CMYK0.00%32.35%32.35%
20.00%

Color #CC8A8A in popluar number systems.

HEXCC8A8A
Decimal204138138
Binary110011001000101010001010
Octal314212212

Shades and tints

Shades of #CC8A8A

#CC8A8A
(204,138,138)
#BA7E7E
(186,126,126)
#A87272
(168,114,114)
#966666
(150,102,102)
#845A5A
(132,90,90)
#724E4E
(114,78,78)
#604242
(96,66,66)
#4E3636
(78,54,54)
#3C2A2A
(60,42,42)
#2A1E1E
(42,30,30)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #CC8A8A

#CC8A8A
(204,138,138)
#D09494
(208,148,148)
#D49E9E
(212,158,158)
#D8A8A8
(216,168,168)
#DCB2B2
(220,178,178)
#E0BCBC
(224,188,188)
#E4C6C6
(228,198,198)
#E8D0D0
(232,208,208)
#ECDADA
(236,218,218)
#F0E4E4
(240,228,228)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8A8A; }

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

This text font color is #CC8A8A.


Background Color

.myBgColor { background-color: #CC8A8A; }

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

This div background color is #CC8A8A.


Border color

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

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

This div border color is #CC8A8A.


Opacity

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

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

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

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

This text has shadow with #CC8A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8A8A on black background.


Color preview on white background

This text has color #CC8A8A on white background.



Black color preview on #CC8A8A background

This text has black color on #CC8A8A background.


White color preview on #CC8A8A background

This text has white color on #CC8A8A background.