COLOR #C05F75

HEX: #C05F75
RGB: (192,95,117)

Color info

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

RGB color model

#C05F75 color RGB value is (192,95,117).

  • red value is 192;
  • green value is 95;
  • blue value is 117.
RGB:
(192,95,117)
(75%,37%,46%)

RGB channels and saturation

R 192 of 255 = 75%
G 95 of 255 = 37%
B 117 of 255 = 46%

192
95
117

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

Portions of RGB colors in percentages

R + G + B =
192 + 95 + 117 = 404 (100%)
R 192 of 404 ~ 47.52%
G 95 of 404 ~ 23.51%
B 117 of 404 ~ 28.96%

%47.52
%23.51
%28.96

CMYK color model

#C05F75 color CMYK value is (0,51,39,25).

  • cyan value is 0.00%
  • magenta value is 50.52%
  • yellow value is 39.06%
  • key color value is 24.71%
CMYK:
(0,51,39,25)
C0M51Y39K25 
(0%,51%,39%,25%)
(0.00/0.51/0.39/0.25)	

CMYK percentages

%0
%50.52
%39.06
%24.71

Codes

Color #C05F75 in popluar color models

C05F75
RGB19295117
HSL346°43.50%56.27%
HSB/HSV346°50.52%75.29%
CMYK0.00%50.52%39.06%
24.71%

Color #C05F75 in popluar number systems.

HEXC05F75
Decimal19295117
Binary1100000010111111110101
Octal300137165

Shades and tints

Shades of #C05F75

#C05F75
(192,95,117)
#AF576B
(175,87,107)
#9E4F61
(158,79,97)
#8D4757
(141,71,87)
#7C3F4D
(124,63,77)
#6B3743
(107,55,67)
#5A2F39
(90,47,57)
#49272F
(73,39,47)
#381F25
(56,31,37)
#27171B
(39,23,27)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #C05F75

#C05F75
(192,95,117)
#C56D81
(197,109,129)
#CA7B8D
(202,123,141)
#CF8999
(207,137,153)
#D497A5
(212,151,165)
#D9A5B1
(217,165,177)
#DEB3BD
(222,179,189)
#E3C1C9
(227,193,201)
#E8CFD5
(232,207,213)
#EDDDE1
(237,221,225)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05F75 color. Also use rgb(192,95,117) instead hex code.

Text Font Color

.myTextColor { color: #C05F75; }

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

This text font color is #C05F75.


Background Color

.myBgColor { background-color: #C05F75; }

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

This div background color is #C05F75.


Border color

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

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

This div border color is #C05F75.


Opacity

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

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

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

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

This text has shadow with #C05F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05F75 on black background.


Color preview on white background

This text has color #C05F75 on white background.



Black color preview on #C05F75 background

This text has black color on #C05F75 background.


White color preview on #C05F75 background

This text has white color on #C05F75 background.