COLOR #C75E69

HEX: #C75E69 RGB: (199,94,105)

Color info

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

RGB color model

#C75E69 color RGB value is (199,94,105).

RGB: (199,94,105) (78%, 37%, 41%)

RGB channels and saturation

R 199 of 255 = 78%
G 94 of 255 = 37%
B 105 of 255 = 41%

199
94
105

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

Portions of RGB colors in percentages

R + G + B = 199 + 94 + 105 = 398 (100%)
R 199 of 398 ~ 50%
G 94 of 398 ~ 23.62%
B 105 of 398 ~ 26.38'%

%50
%23.62
%26.38

CMYK color model

#C75E69 color CMYK value is (0,53,47,22).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 47.24%
  • key color value is 21.96%

CMYK: (0,53,47,22)
C0M53Y47K22 (0%, 53%, 47%, 22%)
(0.00 / 0.53 / 0.47 / 0.22)

CMYK percentages

%0
%52.76
%47.24
%21.96

Codes

Color #C75E69 in popluar color models

C7 5E 69
RGB 199 94 105
HSL 354° 48.39% 57.45%
HSB/HSV 354° 52.76% 78.04%
CMYK 0.00% 52.76% 47.24%
21.96%

Color #C75E69 in popluar number systems.

HEX C7 5E 69
Decimal 199 94 105
Binary 11000111 1011110 1101001
Octal 307 136 151

Shades and tints

Shades of #C75E69

#C75E69
(199,94,105)
#B55660
(181,86,96)
#A34E57
(163,78,87)
#91464E
(145,70,78)
#7F3E45
(127,62,69)
#6D363C
(109,54,60)
#5B2E33
(91,46,51)
#49262A
(73,38,42)
#371E21
(55,30,33)
#251618
(37,22,24)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #C75E69

#C75E69
(199,94,105)
#CC6C76
(204,108,118)
#D17A83
(209,122,131)
#D68890
(214,136,144)
#DB969D
(219,150,157)
#E0A4AA
(224,164,170)
#E5B2B7
(229,178,183)
#EAC0C4
(234,192,196)
#EFCED1
(239,206,209)
#F4DCDE
(244,220,222)
#F9EAEB
(249,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75E69 color. Also use rgb(199,94,105) instead hex code.

Text Font Color

.myTextColor { color: #C75E69; }

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

This text font color is #C75E69.

Background Color

.myBgColor { background-color: #C75E69; }

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

This div background color is #C75E69.

Border color

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

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

This div border color is #C75E69.

Opacity

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

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

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

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

This text has shadow with #C75E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C75E69.

Preview

Color preview on black background

This text has color #C75E69 on black background.


Color preview on white background

This text has color #C75E69 on white background.


Black color preview on #C75E69 background

This text has black color on #C75E69 background.


White color preview on #C75E69 background

This text has white color on #C75E69 background.


Related colors

Complementary color

Complementary color for #hex is #38A196.


I love getcolorcode.com

Triadic colors

1 #69C75E and #5E69C7 with #C75E69 are triadic colors.

2 #695EC7 and #5EC769 with #C75E69 are triadic colors.