COLOR #C5907D

HEX: #C5907D RGB: (197,144,125)

Color info

#C5907D contains mainly red and green colors. Web safe color of #C5907D is #CC9966 (or #C96).

RGB color model

#C5907D color RGB value is (197,144,125).

RGB: (197,144,125) (77%, 56%, 49%)

RGB channels and saturation

R 197 of 255 = 77%
G 144 of 255 = 56%
B 125 of 255 = 49%

197
144
125

R + G + B ~ 61%. #C5907D is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 144 + 125 = 466 (100%)
R 197 of 466 ~ 42.27%
G 144 of 466 ~ 30.9%
B 125 of 466 ~ 26.82'%

%42.27
%30.9
%26.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 36.55%
  • key color value is 22.75%

CMYK: (0,27,37,23)
C0M27Y37K23 (0%, 27%, 37%, 23%)
(0.00 / 0.27 / 0.37 / 0.23)

CMYK percentages

%0
%26.9
%36.55
%22.75

Codes

Color #C5907D in popluar color models

C5 90 7D
RGB 197 144 125
HSL 16° 38.30% 63.14%
HSB/HSV 16° 36.55% 77.25%
CMYK 0.00% 26.90% 36.55%
22.75%

Color #C5907D in popluar number systems.

HEX C5 90 7D
Decimal 197 144 125
Binary 11000101 10010000 1111101
Octal 305 220 175

Shades and tints

Shades of #C5907D

#C5907D
(197,144,125)
#B48372
(180,131,114)
#A37667
(163,118,103)
#92695C
(146,105,92)
#815C51
(129,92,81)
#704F46
(112,79,70)
#5F423B
(95,66,59)
#4E3530
(78,53,48)
#3D2825
(61,40,37)
#2C1B1A
(44,27,26)
#1B0E0F
(27,14,15)
#000000
(0,0,0)

Tints of #C5907D

#C5907D
(197,144,125)
#CA9A88
(202,154,136)
#CFA493
(207,164,147)
#D4AE9E
(212,174,158)
#D9B8A9
(217,184,169)
#DEC2B4
(222,194,180)
#E3CCBF
(227,204,191)
#E8D6CA
(232,214,202)
#EDE0D5
(237,224,213)
#F2EAE0
(242,234,224)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5907D; }

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

This text font color is #C5907D.

Background Color

.myBgColor { background-color: #C5907D; }

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

This div background color is #C5907D.

Border color

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

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

This div border color is #C5907D.

Opacity

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

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

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

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

This text has shadow with #C5907D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5907D.

Preview

Color preview on black background

This text has color #C5907D on black background.


Color preview on white background

This text has color #C5907D on white background.


Black color preview on #C5907D background

This text has black color on #C5907D background.


White color preview on #C5907D background

This text has white color on #C5907D background.


Related colors

Complementary color

Complementary color for #hex is #3A6F82.


I love getcolorcode.com

Triadic colors

1 #7DC590 and #907DC5 with #C5907D are triadic colors.

2 #7D90C5 and #90C57D with #C5907D are triadic colors.