COLOR #C07575

HEX: #C07575
RGB: (192,117,117)

Color info

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

RGB color model

#C07575 color RGB value is (192,117,117).

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

RGB channels and saturation

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

192
117
117

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

Portions of RGB colors in percentages

R + G + B =
192 + 117 + 117 = 426 (100%)
R 192 of 426 ~ 45.07%
G 117 of 426 ~ 27.46%
B 117 of 426 ~ 27.46%

%45.07
%27.46
%27.46

CMYK color model

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

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

CMYK percentages

%0
%39.06
%39.06
%24.71

Codes

Color #C07575 in popluar color models

C07575
RGB192117117
HSL37.31%60.59%
HSB/HSV39.06%75.29%
CMYK0.00%39.06%39.06%
24.71%

Color #C07575 in popluar number systems.

HEXC07575
Decimal192117117
Binary1100000011101011110101
Octal300165165

Shades and tints

Shades of #C07575

#C07575
(192,117,117)
#AF6B6B
(175,107,107)
#9E6161
(158,97,97)
#8D5757
(141,87,87)
#7C4D4D
(124,77,77)
#6B4343
(107,67,67)
#5A3939
(90,57,57)
#492F2F
(73,47,47)
#382525
(56,37,37)
#271B1B
(39,27,27)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #C07575

#C07575
(192,117,117)
#C58181
(197,129,129)
#CA8D8D
(202,141,141)
#CF9999
(207,153,153)
#D4A5A5
(212,165,165)
#D9B1B1
(217,177,177)
#DEBDBD
(222,189,189)
#E3C9C9
(227,201,201)
#E8D5D5
(232,213,213)
#EDE1E1
(237,225,225)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07575; }

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

This text font color is #C07575.


Background Color

.myBgColor { background-color: #C07575; }

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

This div background color is #C07575.


Border color

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

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

This div border color is #C07575.


Opacity

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

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

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

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

This text has shadow with #C07575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07575 on black background.


Color preview on white background

This text has color #C07575 on white background.



Black color preview on #C07575 background

This text has black color on #C07575 background.


White color preview on #C07575 background

This text has white color on #C07575 background.