COLOR #CC7175

HEX: #CC7175
RGB: (204,113,117)

Color info

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

RGB color model

#CC7175 color RGB value is (204,113,117).

  • red value is 204;
  • green value is 113;
  • blue value is 117.
RGB:
(204,113,117)
(80%,44%,46%)

RGB channels and saturation

R 204 of 255 = 80%
G 113 of 255 = 44%
B 117 of 255 = 46%

204
113
117

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

Portions of RGB colors in percentages

R + G + B =
204 + 113 + 117 = 434 (100%)
R 204 of 434 ~ 47%
G 113 of 434 ~ 26.04%
B 117 of 434 ~ 26.96%

%47
%26.04
%26.96

CMYK color model

#CC7175 color CMYK value is (0,45,43,20).

  • cyan value is 0.00%
  • magenta value is 44.61%
  • yellow value is 42.65%
  • key color value is 20.00%
CMYK:
(0,45,43,20)
C0M45Y43K20 
(0%,45%,43%,20%)
(0.00/0.45/0.43/0.20)	

CMYK percentages

%0
%44.61
%42.65
%20

Codes

Color #CC7175 in popluar color models

CC7175
RGB204113117
HSL357°47.15%62.16%
HSB/HSV357°44.61%80.00%
CMYK0.00%44.61%42.65%
20.00%

Color #CC7175 in popluar number systems.

HEXCC7175
Decimal204113117
Binary1100110011100011110101
Octal314161165

Shades and tints

Shades of #CC7175

#CC7175
(204,113,117)
#BA676B
(186,103,107)
#A85D61
(168,93,97)
#965357
(150,83,87)
#84494D
(132,73,77)
#723F43
(114,63,67)
#603539
(96,53,57)
#4E2B2F
(78,43,47)
#3C2125
(60,33,37)
#2A171B
(42,23,27)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #CC7175

#CC7175
(204,113,117)
#D07D81
(208,125,129)
#D4898D
(212,137,141)
#D89599
(216,149,153)
#DCA1A5
(220,161,165)
#E0ADB1
(224,173,177)
#E4B9BD
(228,185,189)
#E8C5C9
(232,197,201)
#ECD1D5
(236,209,213)
#F0DDE1
(240,221,225)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7175 color. Also use rgb(204,113,117) instead hex code.

Text Font Color

.myTextColor { color: #CC7175; }

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

This text font color is #CC7175.


Background Color

.myBgColor { background-color: #CC7175; }

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

This div background color is #CC7175.


Border color

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

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

This div border color is #CC7175.


Opacity

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

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

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

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

This text has shadow with #CC7175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7175 on black background.


Color preview on white background

This text has color #CC7175 on white background.



Black color preview on #CC7175 background

This text has black color on #CC7175 background.


White color preview on #CC7175 background

This text has white color on #CC7175 background.