COLOR #C0738A

HEX: #C0738A RGB: (192,115,138)

Color info

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

RGB color model

#C0738A color RGB value is (192,115,138).

RGB: (192,115,138) (75%, 45%, 54%)

RGB channels and saturation

R 192 of 255 = 75%
G 115 of 255 = 45%
B 138 of 255 = 54%

192
115
138

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

Portions of RGB colors in percentages

R + G + B = 192 + 115 + 138 = 445 (100%)
R 192 of 445 ~ 43.15%
G 115 of 445 ~ 25.84%
B 138 of 445 ~ 31.01'%

%43.15
%25.84
%31.01

CMYK color model

#C0738A color CMYK value is (0,40,28,25).

  • cyan value is 0.00%
  • magenta value is 40.10%
  • yellow value is 28.13%
  • key color value is 24.71%
CMYK: (0,40,28,25) C0M40Y28K25 (0%,40%,28%,25%) (0.00/0.40/0.28/0.25) 

CMYK percentages

%0
%40.1
%28.13
%24.71

Codes

Color #C0738A in popluar color models

C0 73 8A
RGB 192 115 138
HSL 342° 37.93% 60.20%
HSB/HSV 342° 40.10% 75.29%
CMYK 0.00% 40.10% 28.13%
24.71%

Color #C0738A in popluar number systems.

HEX C0 73 8A
Decimal 192 115 138
Binary 11000000 1110011 10001010
Octal 300 163 212

Shades and tints

Shades of #C0738A

#C0738A
(192,115,138)
#AF697E
(175,105,126)
#9E5F72
(158,95,114)
#8D5566
(141,85,102)
#7C4B5A
(124,75,90)
#6B414E
(107,65,78)
#5A3742
(90,55,66)
#492D36
(73,45,54)
#38232A
(56,35,42)
#27191E
(39,25,30)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #C0738A

#C0738A
(192,115,138)
#C57F94
(197,127,148)
#CA8B9E
(202,139,158)
#CF97A8
(207,151,168)
#D4A3B2
(212,163,178)
#D9AFBC
(217,175,188)
#DEBBC6
(222,187,198)
#E3C7D0
(227,199,208)
#E8D3DA
(232,211,218)
#EDDFE4
(237,223,228)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0738A color. Also use rgb(192,115,138) instead hex code.

Text Font Color

.myTextColor { color: #C0738A; }

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

This text font color is #C0738A.

Background Color

.myBgColor { background-color: #C0738A; }

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

This div background color is #C0738A.

Border color

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

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

This div border color is #C0738A.

Opacity

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

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

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

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

This text has shadow with #C0738A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0738A.

Preview

Color preview on black background

This text has color #C0738A on black background.


Color preview on white background

This text has color #C0738A on white background.


Black color preview on #C0738A background

This text has black color on #C0738A background.


White color preview on #C0738A background

This text has white color on #C0738A background.


Related colors

Complementary color

Complementary color for #hex is #3F8C75.


I love getcolorcode.com

Triadic colors

1 #8AC073 and #738AC0 with #C0738A are triadic colors.

2 #8A73C0 and #73C08A with #C0738A are triadic colors.