COLOR #C58F90

HEX: #C58F90
RGB: (197,143,144)

Color info

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

RGB color model

#C58F90 color RGB value is (197,143,144).

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

RGB channels and saturation

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

197
143
144

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

Portions of RGB colors in percentages

R + G + B =
197 + 143 + 144 = 484 (100%)
R 197 of 484 ~ 40.7%
G 143 of 484 ~ 29.55%
B 144 of 484 ~ 29.75%

%40.7
%29.55
%29.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(0,27,27,23)
C0M27Y27K23 
(0%,27%,27%,23%)
(0.00/0.27/0.27/0.23)	

CMYK percentages

%0
%27.41
%26.9
%22.75

Codes

Color #C58F90 in popluar color models

C58F90
RGB197143144
HSL359°31.76%66.67%
HSB/HSV359°27.41%77.25%
CMYK0.00%27.41%26.90%
22.75%

Color #C58F90 in popluar number systems.

HEXC58F90
Decimal197143144
Binary110001011000111110010000
Octal305217220

Shades and tints

Shades of #C58F90

#C58F90
(197,143,144)
#B48283
(180,130,131)
#A37576
(163,117,118)
#926869
(146,104,105)
#815B5C
(129,91,92)
#704E4F
(112,78,79)
#5F4142
(95,65,66)
#4E3435
(78,52,53)
#3D2728
(61,39,40)
#2C1A1B
(44,26,27)
#1B0D0E
(27,13,14)
#000000
(0,0,0)

Tints of #C58F90

#C58F90
(197,143,144)
#CA999A
(202,153,154)
#CFA3A4
(207,163,164)
#D4ADAE
(212,173,174)
#D9B7B8
(217,183,184)
#DEC1C2
(222,193,194)
#E3CBCC
(227,203,204)
#E8D5D6
(232,213,214)
#EDDFE0
(237,223,224)
#F2E9EA
(242,233,234)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58F90; }

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

This text font color is #C58F90.


Background Color

.myBgColor { background-color: #C58F90; }

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

This div background color is #C58F90.


Border color

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

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

This div border color is #C58F90.


Opacity

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

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

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

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

This text has shadow with #C58F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58F90 on black background.


Color preview on white background

This text has color #C58F90 on white background.



Black color preview on #C58F90 background

This text has black color on #C58F90 background.


White color preview on #C58F90 background

This text has white color on #C58F90 background.