COLOR #CC8289

HEX: #CC8289 RGB: (204,130,137)

Color info

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

RGB color model

#CC8289 color RGB value is (204,130,137).

RGB: (204,130,137) (80%, 51%, 54%)

RGB channels and saturation

R 204 of 255 = 80%
G 130 of 255 = 51%
B 137 of 255 = 54%

204
130
137

R + G + B ~ 62%. #CC8289 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 130 + 137 = 471 (100%)
R 204 of 471 ~ 43.31%
G 130 of 471 ~ 27.6%
B 137 of 471 ~ 29.09'%

%43.31
%27.6
%29.09

CMYK color model

#CC8289 color CMYK value is (0,36,33,20).

  • cyan value is 0.00%
  • magenta value is 36.27%
  • yellow value is 32.84%
  • key color value is 20.00%
CMYK: (0,36,33,20) C0M36Y33K20 (0%,36%,33%,20%) (0.00/0.36/0.33/0.20) 

CMYK percentages

%0
%36.27
%32.84
%20

Codes

Color #CC8289 in popluar color models

CC 82 89
RGB 204 130 137
HSL 354° 42.05% 65.49%
HSB/HSV 354° 36.27% 80.00%
CMYK 0.00% 36.27% 32.84%
20.00%

Color #CC8289 in popluar number systems.

HEX CC 82 89
Decimal 204 130 137
Binary 11001100 10000010 10001001
Octal 314 202 211

Shades and tints

Shades of #CC8289

#CC8289
(204,130,137)
#BA777D
(186,119,125)
#A86C71
(168,108,113)
#966165
(150,97,101)
#845659
(132,86,89)
#724B4D
(114,75,77)
#604041
(96,64,65)
#4E3535
(78,53,53)
#3C2A29
(60,42,41)
#2A1F1D
(42,31,29)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CC8289

#CC8289
(204,130,137)
#D08D93
(208,141,147)
#D4989D
(212,152,157)
#D8A3A7
(216,163,167)
#DCAEB1
(220,174,177)
#E0B9BB
(224,185,187)
#E4C4C5
(228,196,197)
#E8CFCF
(232,207,207)
#ECDAD9
(236,218,217)
#F0E5E3
(240,229,227)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8289; }

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

This text font color is #CC8289.

Background Color

.myBgColor { background-color: #CC8289; }

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

This div background color is #CC8289.

Border color

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

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

This div border color is #CC8289.

Opacity

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

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

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

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

This text has shadow with #CC8289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8289.

Preview

Color preview on black background

This text has color #CC8289 on black background.


Color preview on white background

This text has color #CC8289 on white background.


Black color preview on #CC8289 background

This text has black color on #CC8289 background.


White color preview on #CC8289 background

This text has white color on #CC8289 background.


Related colors

Complementary color

Complementary color for #hex is #337D76.


I love getcolorcode.com

Triadic colors

1 #89CC82 and #8289CC with #CC8289 are triadic colors.

2 #8982CC and #82CC89 with #CC8289 are triadic colors.