COLOR #C5907A

HEX: #C5907A
RGB: (197,144,122)

Color info

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

RGB color model

#C5907A color RGB value is (197,144,122).

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

RGB channels and saturation

R 197 of 255 = 77%
G 144 of 255 = 56%
B 122 of 255 = 48%

197
144
122

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

Portions of RGB colors in percentages

R + G + B =
197 + 144 + 122 = 463 (100%)
R 197 of 463 ~ 42.55%
G 144 of 463 ~ 31.1%
B 122 of 463 ~ 26.35%

%42.55
%31.1
%26.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 38.07%
  • key color value is 22.75%
CMYK:
(0,27,38,23)
C0M27Y38K23 
(0%,27%,38%,23%)
(0.00/0.27/0.38/0.23)	

CMYK percentages

%0
%26.9
%38.07
%22.75

Codes

Color #C5907A in popluar color models

C5907A
RGB197144122
HSL18°39.27%62.55%
HSB/HSV18°38.07%77.25%
CMYK0.00%26.90%38.07%
22.75%

Color #C5907A in popluar number systems.

HEXC5907A
Decimal197144122
Binary11000101100100001111010
Octal305220172

Shades and tints

Shades of #C5907A

#C5907A
(197,144,122)
#B4836F
(180,131,111)
#A37664
(163,118,100)
#926959
(146,105,89)
#815C4E
(129,92,78)
#704F43
(112,79,67)
#5F4238
(95,66,56)
#4E352D
(78,53,45)
#3D2822
(61,40,34)
#2C1B17
(44,27,23)
#1B0E0C
(27,14,12)
#000000
(0,0,0)

Tints of #C5907A

#C5907A
(197,144,122)
#CA9A86
(202,154,134)
#CFA492
(207,164,146)
#D4AE9E
(212,174,158)
#D9B8AA
(217,184,170)
#DEC2B6
(222,194,182)
#E3CCC2
(227,204,194)
#E8D6CE
(232,214,206)
#EDE0DA
(237,224,218)
#F2EAE6
(242,234,230)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5907A; }

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

This text font color is #C5907A.


Background Color

.myBgColor { background-color: #C5907A; }

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

This div background color is #C5907A.


Border color

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

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

This div border color is #C5907A.


Opacity

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

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

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

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

This text has shadow with #C5907A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5907A on black background.


Color preview on white background

This text has color #C5907A on white background.



Black color preview on #C5907A background

This text has black color on #C5907A background.


White color preview on #C5907A background

This text has white color on #C5907A background.