COLOR #C95A69

HEX: #C95A69
RGB: (201,90,105)

Color info

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

RGB color model

#C95A69 color RGB value is (201,90,105).

  • red value is 201;
  • green value is 90;
  • blue value is 105.
RGB:
(201,90,105)
(79%,35%,41%)

RGB channels and saturation

R 201 of 255 = 79%
G 90 of 255 = 35%
B 105 of 255 = 41%

201
90
105

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

Portions of RGB colors in percentages

R + G + B =
201 + 90 + 105 = 396 (100%)
R 201 of 396 ~ 50.76%
G 90 of 396 ~ 22.73%
B 105 of 396 ~ 26.52%

%50.76
%22.73
%26.52

CMYK color model

#C95A69 color CMYK value is (0,55,48,21).

  • cyan value is 0.00%
  • magenta value is 55.22%
  • yellow value is 47.76%
  • key color value is 21.18%
CMYK:
(0,55,48,21)
C0M55Y48K21 
(0%,55%,48%,21%)
(0.00/0.55/0.48/0.21)	

CMYK percentages

%0
%55.22
%47.76
%21.18

Codes

Color #C95A69 in popluar color models

C95A69
RGB20190105
HSL352°50.68%57.06%
HSB/HSV352°55.22%78.82%
CMYK0.00%55.22%47.76%
21.18%

Color #C95A69 in popluar number systems.

HEXC95A69
Decimal20190105
Binary1100100110110101101001
Octal311132151

Shades and tints

Shades of #C95A69

#C95A69
(201,90,105)
#B75260
(183,82,96)
#A54A57
(165,74,87)
#93424E
(147,66,78)
#813A45
(129,58,69)
#6F323C
(111,50,60)
#5D2A33
(93,42,51)
#4B222A
(75,34,42)
#391A21
(57,26,33)
#271218
(39,18,24)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #C95A69

#C95A69
(201,90,105)
#CD6976
(205,105,118)
#D17883
(209,120,131)
#D58790
(213,135,144)
#D9969D
(217,150,157)
#DDA5AA
(221,165,170)
#E1B4B7
(225,180,183)
#E5C3C4
(229,195,196)
#E9D2D1
(233,210,209)
#EDE1DE
(237,225,222)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95A69 color. Also use rgb(201,90,105) instead hex code.

Text Font Color

.myTextColor { color: #C95A69; }

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

This text font color is #C95A69.


Background Color

.myBgColor { background-color: #C95A69; }

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

This div background color is #C95A69.


Border color

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

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

This div border color is #C95A69.


Opacity

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

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

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

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

This text has shadow with #C95A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95A69 on black background.


Color preview on white background

This text has color #C95A69 on white background.



Black color preview on #C95A69 background

This text has black color on #C95A69 background.


White color preview on #C95A69 background

This text has white color on #C95A69 background.