COLOR #C7738F

HEX: #C7738F
RGB: (199,115,143)

Color info

#C7738F contains mainly red and blue colors. Web safe color of #C7738F is #CC6699 (or #C69).

RGB color model

#C7738F color RGB value is (199,115,143).

  • red value is 199;
  • green value is 115;
  • blue value is 143.
RGB:
(199,115,143)
(78%,45%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 115 of 255 = 45%
B 143 of 255 = 56%

199
115
143

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

Portions of RGB colors in percentages

R + G + B =
199 + 115 + 143 = 457 (100%)
R 199 of 457 ~ 43.54%
G 115 of 457 ~ 25.16%
B 143 of 457 ~ 31.29%

%43.54
%25.16
%31.29

CMYK color model

#C7738F color CMYK value is (0,42,28,22).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 28.14%
  • key color value is 21.96%
CMYK:
(0,42,28,22)
C0M42Y28K22 
(0%,42%,28%,22%)
(0.00/0.42/0.28/0.22)	

CMYK percentages

%0
%42.21
%28.14
%21.96

Codes

Color #C7738F in popluar color models

C7738F
RGB199115143
HSL340°42.86%61.57%
HSB/HSV340°42.21%78.04%
CMYK0.00%42.21%28.14%
21.96%

Color #C7738F in popluar number systems.

HEXC7738F
Decimal199115143
Binary11000111111001110001111
Octal307163217

Shades and tints

Shades of #C7738F

#C7738F
(199,115,143)
#B56982
(181,105,130)
#A35F75
(163,95,117)
#915568
(145,85,104)
#7F4B5B
(127,75,91)
#6D414E
(109,65,78)
#5B3741
(91,55,65)
#492D34
(73,45,52)
#372327
(55,35,39)
#25191A
(37,25,26)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #C7738F

#C7738F
(199,115,143)
#CC7F99
(204,127,153)
#D18BA3
(209,139,163)
#D697AD
(214,151,173)
#DBA3B7
(219,163,183)
#E0AFC1
(224,175,193)
#E5BBCB
(229,187,203)
#EAC7D5
(234,199,213)
#EFD3DF
(239,211,223)
#F4DFE9
(244,223,233)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7738F color. Also use rgb(199,115,143) instead hex code.

Text Font Color

.myTextColor { color: #C7738F; }

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

This text font color is #C7738F.


Background Color

.myBgColor { background-color: #C7738F; }

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

This div background color is #C7738F.


Border color

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

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

This div border color is #C7738F.


Opacity

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

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

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

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

This text has shadow with #C7738F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7738F on black background.


Color preview on white background

This text has color #C7738F on white background.



Black color preview on #C7738F background

This text has black color on #C7738F background.


White color preview on #C7738F background

This text has white color on #C7738F background.