COLOR #CC7A7B

HEX: #CC7A7B
RGB: (204,122,123)

Color info

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

RGB color model

#CC7A7B color RGB value is (204,122,123).

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

RGB channels and saturation

R 204 of 255 = 80%
G 122 of 255 = 48%
B 123 of 255 = 48%

204
122
123

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

Portions of RGB colors in percentages

R + G + B =
204 + 122 + 123 = 449 (100%)
R 204 of 449 ~ 45.43%
G 122 of 449 ~ 27.17%
B 123 of 449 ~ 27.39%

%45.43
%27.17
%27.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 39.71%
  • key color value is 20.00%
CMYK:
(0,40,40,20)
C0M40Y40K20 
(0%,40%,40%,20%)
(0.00/0.40/0.40/0.20)	

CMYK percentages

%0
%40.2
%39.71
%20

Codes

Color #CC7A7B in popluar color models

CC7A7B
RGB204122123
HSL359°44.57%63.92%
HSB/HSV359°40.20%80.00%
CMYK0.00%40.20%39.71%
20.00%

Color #CC7A7B in popluar number systems.

HEXCC7A7B
Decimal204122123
Binary1100110011110101111011
Octal314172173

Shades and tints

Shades of #CC7A7B

#CC7A7B
(204,122,123)
#BA6F70
(186,111,112)
#A86465
(168,100,101)
#96595A
(150,89,90)
#844E4F
(132,78,79)
#724344
(114,67,68)
#603839
(96,56,57)
#4E2D2E
(78,45,46)
#3C2223
(60,34,35)
#2A1718
(42,23,24)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #CC7A7B

#CC7A7B
(204,122,123)
#D08687
(208,134,135)
#D49293
(212,146,147)
#D89E9F
(216,158,159)
#DCAAAB
(220,170,171)
#E0B6B7
(224,182,183)
#E4C2C3
(228,194,195)
#E8CECF
(232,206,207)
#ECDADB
(236,218,219)
#F0E6E7
(240,230,231)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7A7B; }

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

This text font color is #CC7A7B.


Background Color

.myBgColor { background-color: #CC7A7B; }

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

This div background color is #CC7A7B.


Border color

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

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

This div border color is #CC7A7B.


Opacity

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

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

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

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

This text has shadow with #CC7A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7A7B on black background.


Color preview on white background

This text has color #CC7A7B on white background.



Black color preview on #CC7A7B background

This text has black color on #CC7A7B background.


White color preview on #CC7A7B background

This text has white color on #CC7A7B background.