COLOR #CC7274

HEX: #CC7274 RGB: (204,114,116)

Color info

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

RGB color model

#CC7274 color RGB value is (204,114,116).

RGB: (204,114,116) (80%, 45%, 45%)

RGB channels and saturation

R 204 of 255 = 80%
G 114 of 255 = 45%
B 116 of 255 = 45%

204
114
116

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

Portions of RGB colors in percentages

R + G + B = 204 + 114 + 116 = 434 (100%)
R 204 of 434 ~ 47%
G 114 of 434 ~ 26.27%
B 116 of 434 ~ 26.73'%

%47
%26.27
%26.73

CMYK color model

#CC7274 color CMYK value is (0,44,43,20).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 43.14%
  • key color value is 20.00%

CMYK: (0,44,43,20)
C0M44Y43K20 (0%, 44%, 43%, 20%)
(0.00 / 0.44 / 0.43 / 0.20)

CMYK percentages

%0
%44.12
%43.14
%20

Codes

Color #CC7274 in popluar color models

CC 72 74
RGB 204 114 116
HSL 359° 46.88% 62.35%
HSB/HSV 359° 44.12% 80.00%
CMYK 0.00% 44.12% 43.14%
20.00%

Color #CC7274 in popluar number systems.

HEX CC 72 74
Decimal 204 114 116
Binary 11001100 1110010 1110100
Octal 314 162 164

Shades and tints

Shades of #CC7274

#CC7274
(204,114,116)
#BA686A
(186,104,106)
#A85E60
(168,94,96)
#965456
(150,84,86)
#844A4C
(132,74,76)
#724042
(114,64,66)
#603638
(96,54,56)
#4E2C2E
(78,44,46)
#3C2224
(60,34,36)
#2A181A
(42,24,26)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #CC7274

#CC7274
(204,114,116)
#D07E80
(208,126,128)
#D48A8C
(212,138,140)
#D89698
(216,150,152)
#DCA2A4
(220,162,164)
#E0AEB0
(224,174,176)
#E4BABC
(228,186,188)
#E8C6C8
(232,198,200)
#ECD2D4
(236,210,212)
#F0DEE0
(240,222,224)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7274; }

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

This text font color is #CC7274.

Background Color

.myBgColor { background-color: #CC7274; }

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

This div background color is #CC7274.

Border color

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

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

This div border color is #CC7274.

Opacity

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

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

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

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

This text has shadow with #CC7274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7274.

Preview

Color preview on black background

This text has color #CC7274 on black background.


Color preview on white background

This text has color #CC7274 on white background.


Black color preview on #CC7274 background

This text has black color on #CC7274 background.


White color preview on #CC7274 background

This text has white color on #CC7274 background.


Related colors

Complementary color

Complementary color for #hex is #338D8B.


I love getcolorcode.com

Triadic colors

1 #74CC72 and #7274CC with #CC7274 are triadic colors.

2 #7472CC and #72CC74 with #CC7274 are triadic colors.