COLOR #CC746B

HEX: #CC746B
RGB: (204,116,107)

Color info

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

RGB color model

#CC746B color RGB value is (204,116,107).

  • red value is 204;
  • green value is 116;
  • blue value is 107.
RGB:
(204,116,107)
(80%,45%,42%)

RGB channels and saturation

R 204 of 255 = 80%
G 116 of 255 = 45%
B 107 of 255 = 42%

204
116
107

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

Portions of RGB colors in percentages

R + G + B =
204 + 116 + 107 = 427 (100%)
R 204 of 427 ~ 47.78%
G 116 of 427 ~ 27.17%
B 107 of 427 ~ 25.06%

%47.78
%27.17
%25.06

CMYK color model

#CC746B color CMYK value is (0,43,48,20).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 47.55%
  • key color value is 20.00%
CMYK:
(0,43,48,20)
C0M43Y48K20 
(0%,43%,48%,20%)
(0.00/0.43/0.48/0.20)	

CMYK percentages

%0
%43.14
%47.55
%20

Codes

Color #CC746B in popluar color models

CC746B
RGB204116107
HSL48.74%60.98%
HSB/HSV47.55%80.00%
CMYK0.00%43.14%47.55%
20.00%

Color #CC746B in popluar number systems.

HEXCC746B
Decimal204116107
Binary1100110011101001101011
Octal314164153

Shades and tints

Shades of #CC746B

#CC746B
(204,116,107)
#BA6A62
(186,106,98)
#A86059
(168,96,89)
#965650
(150,86,80)
#844C47
(132,76,71)
#72423E
(114,66,62)
#603835
(96,56,53)
#4E2E2C
(78,46,44)
#3C2423
(60,36,35)
#2A1A1A
(42,26,26)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #CC746B

#CC746B
(204,116,107)
#D08078
(208,128,120)
#D48C85
(212,140,133)
#D89892
(216,152,146)
#DCA49F
(220,164,159)
#E0B0AC
(224,176,172)
#E4BCB9
(228,188,185)
#E8C8C6
(232,200,198)
#ECD4D3
(236,212,211)
#F0E0E0
(240,224,224)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC746B; }

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

This text font color is #CC746B.


Background Color

.myBgColor { background-color: #CC746B; }

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

This div background color is #CC746B.


Border color

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

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

This div border color is #CC746B.


Opacity

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

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

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

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

This text has shadow with #CC746B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC746B on black background.


Color preview on white background

This text has color #CC746B on white background.



Black color preview on #CC746B background

This text has black color on #CC746B background.


White color preview on #CC746B background

This text has white color on #CC746B background.