COLOR #CC7B80

HEX: #CC7B80
RGB: (204,123,128)

Color info

#CC7B80 contains mainly red color. Web safe color of #CC7B80 is #CC6666 (or #C66).

RGB color model

#CC7B80 color RGB value is (204,123,128).

  • red value is 204;
  • green value is 123;
  • blue value is 128.
RGB:
(204,123,128)
(80%,48%,50%)

RGB channels and saturation

R 204 of 255 = 80%
G 123 of 255 = 48%
B 128 of 255 = 50%

204
123
128

R + G + B ~ 59%. #CC7B80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
204 + 123 + 128 = 455 (100%)
R 204 of 455 ~ 44.84%
G 123 of 455 ~ 27.03%
B 128 of 455 ~ 28.13%

%44.84
%27.03
%28.13

CMYK color model

#CC7B80 color CMYK value is (0,40,37,20).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(0,40,37,20)
C0M40Y37K20 
(0%,40%,37%,20%)
(0.00/0.40/0.37/0.20)	

CMYK percentages

%0
%39.71
%37.25
%20

Codes

Color #CC7B80 in popluar color models

CC7B80
RGB204123128
HSL356°44.26%64.12%
HSB/HSV356°39.71%80.00%
CMYK0.00%39.71%37.25%
20.00%

Color #CC7B80 in popluar number systems.

HEXCC7B80
Decimal204123128
Binary11001100111101110000000
Octal314173200

Shades and tints

Shades of #CC7B80

#CC7B80
(204,123,128)
#BA7075
(186,112,117)
#A8656A
(168,101,106)
#965A5F
(150,90,95)
#844F54
(132,79,84)
#724449
(114,68,73)
#60393E
(96,57,62)
#4E2E33
(78,46,51)
#3C2328
(60,35,40)
#2A181D
(42,24,29)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #CC7B80

#CC7B80
(204,123,128)
#D0878B
(208,135,139)
#D49396
(212,147,150)
#D89FA1
(216,159,161)
#DCABAC
(220,171,172)
#E0B7B7
(224,183,183)
#E4C3C2
(228,195,194)
#E8CFCD
(232,207,205)
#ECDBD8
(236,219,216)
#F0E7E3
(240,231,227)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7B80; }

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

This text font color is #CC7B80.


Background Color

.myBgColor { background-color: #CC7B80; }

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

This div background color is #CC7B80.


Border color

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

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

This div border color is #CC7B80.


Opacity

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

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

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

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

This text has shadow with #CC7B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7B80 on black background.


Color preview on white background

This text has color #CC7B80 on white background.



Black color preview on #CC7B80 background

This text has black color on #CC7B80 background.


White color preview on #CC7B80 background

This text has white color on #CC7B80 background.