COLOR #C75B58

HEX: #C75B58
RGB: (199,91,88)

Color info

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

RGB color model

#C75B58 color RGB value is (199,91,88).

  • red value is 199;
  • green value is 91;
  • blue value is 88.
RGB:
(199,91,88)
(78%,36%,35%)

RGB channels and saturation

R 199 of 255 = 78%
G 91 of 255 = 36%
B 88 of 255 = 35%

199
91
88

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

Portions of RGB colors in percentages

R + G + B =
199 + 91 + 88 = 378 (100%)
R 199 of 378 ~ 52.65%
G 91 of 378 ~ 24.07%
B 88 of 378 ~ 23.28%

%52.65
%24.07
%23.28

CMYK color model

#C75B58 color CMYK value is (0,54,56,22).

  • cyan value is 0.00%
  • magenta value is 54.27%
  • yellow value is 55.78%
  • key color value is 21.96%
CMYK:
(0,54,56,22)
C0M54Y56K22 
(0%,54%,56%,22%)
(0.00/0.54/0.56/0.22)	

CMYK percentages

%0
%54.27
%55.78
%21.96

Codes

Color #C75B58 in popluar color models

C75B58
RGB1999188
HSL49.78%56.27%
HSB/HSV55.78%78.04%
CMYK0.00%54.27%55.78%
21.96%

Color #C75B58 in popluar number systems.

HEXC75B58
Decimal1999188
Binary1100011110110111011000
Octal307133130

Shades and tints

Shades of #C75B58

#C75B58
(199,91,88)
#B55350
(181,83,80)
#A34B48
(163,75,72)
#914340
(145,67,64)
#7F3B38
(127,59,56)
#6D3330
(109,51,48)
#5B2B28
(91,43,40)
#492320
(73,35,32)
#371B18
(55,27,24)
#251310
(37,19,16)
#130B08
(19,11,8)
#000000
(0,0,0)

Tints of #C75B58

#C75B58
(199,91,88)
#CC6967
(204,105,103)
#D17776
(209,119,118)
#D68585
(214,133,133)
#DB9394
(219,147,148)
#E0A1A3
(224,161,163)
#E5AFB2
(229,175,178)
#EABDC1
(234,189,193)
#EFCBD0
(239,203,208)
#F4D9DF
(244,217,223)
#F9E7EE
(249,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75B58 color. Also use rgb(199,91,88) instead hex code.

Text Font Color

.myTextColor { color: #C75B58; }

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

This text font color is #C75B58.


Background Color

.myBgColor { background-color: #C75B58; }

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

This div background color is #C75B58.


Border color

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

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

This div border color is #C75B58.


Opacity

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

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

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

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

This text has shadow with #C75B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75B58 on black background.


Color preview on white background

This text has color #C75B58 on white background.



Black color preview on #C75B58 background

This text has black color on #C75B58 background.


White color preview on #C75B58 background

This text has white color on #C75B58 background.