COLOR #C5908E

HEX: #C5908E
RGB: (197,144,142)

Color info

#C5908E contains red, green and blue colors in about the same proportion. Web safe color of #C5908E is #CC9999 (or #C99).

RGB color model

#C5908E color RGB value is (197,144,142).

  • red value is 197;
  • green value is 144;
  • blue value is 142.
RGB:
(197,144,142)
(77%,56%,56%)

RGB channels and saturation

R 197 of 255 = 77%
G 144 of 255 = 56%
B 142 of 255 = 56%

197
144
142

R + G + B ~ 63%. #C5908E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 144 + 142 = 483 (100%)
R 197 of 483 ~ 40.79%
G 144 of 483 ~ 29.81%
B 142 of 483 ~ 29.4%

%40.79
%29.81
%29.4

CMYK color model

#C5908E color CMYK value is (0,27,28,23).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 27.92%
  • key color value is 22.75%
CMYK:
(0,27,28,23)
C0M27Y28K23 
(0%,27%,28%,23%)
(0.00/0.27/0.28/0.23)	

CMYK percentages

%0
%26.9
%27.92
%22.75

Codes

Color #C5908E in popluar color models

C5908E
RGB197144142
HSL32.16%66.47%
HSB/HSV27.92%77.25%
CMYK0.00%26.90%27.92%
22.75%

Color #C5908E in popluar number systems.

HEXC5908E
Decimal197144142
Binary110001011001000010001110
Octal305220216

Shades and tints

Shades of #C5908E

#C5908E
(197,144,142)
#B48382
(180,131,130)
#A37676
(163,118,118)
#92696A
(146,105,106)
#815C5E
(129,92,94)
#704F52
(112,79,82)
#5F4246
(95,66,70)
#4E353A
(78,53,58)
#3D282E
(61,40,46)
#2C1B22
(44,27,34)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #C5908E

#C5908E
(197,144,142)
#CA9A98
(202,154,152)
#CFA4A2
(207,164,162)
#D4AEAC
(212,174,172)
#D9B8B6
(217,184,182)
#DEC2C0
(222,194,192)
#E3CCCA
(227,204,202)
#E8D6D4
(232,214,212)
#EDE0DE
(237,224,222)
#F2EAE8
(242,234,232)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5908E color. Also use rgb(197,144,142) instead hex code.

Text Font Color

.myTextColor { color: #C5908E; }

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

This text font color is #C5908E.


Background Color

.myBgColor { background-color: #C5908E; }

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

This div background color is #C5908E.


Border color

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

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

This div border color is #C5908E.


Opacity

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

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

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

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

This text has shadow with #C5908E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5908E on black background.


Color preview on white background

This text has color #C5908E on white background.



Black color preview on #C5908E background

This text has black color on #C5908E background.


White color preview on #C5908E background

This text has white color on #C5908E background.