COLOR #C0757A

HEX: #C0757A RGB: (192,117,122)

Color info

#C0757A contains mainly red color. Web safe color of #C0757A is #CC6666 (or #C66).

RGB color model

#C0757A color RGB value is (192,117,122).

RGB: (192,117,122) (75%, 46%, 48%)

RGB channels and saturation

R 192 of 255 = 75%
G 117 of 255 = 46%
B 122 of 255 = 48%

192
117
122

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

Portions of RGB colors in percentages

R + G + B = 192 + 117 + 122 = 431 (100%)
R 192 of 431 ~ 44.55%
G 117 of 431 ~ 27.15%
B 122 of 431 ~ 28.31'%

%44.55
%27.15
%28.31

CMYK color model

#C0757A color CMYK value is (0,39,36,25).

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 36.46%
  • key color value is 24.71%

CMYK: (0,39,36,25)
C0M39Y36K25 (0%, 39%, 36%, 25%)
(0.00 / 0.39 / 0.36 / 0.25)

CMYK percentages

%0
%39.06
%36.46
%24.71

Codes

Color #C0757A in popluar color models

C0 75 7A
RGB 192 117 122
HSL 356° 37.31% 60.59%
HSB/HSV 356° 39.06% 75.29%
CMYK 0.00% 39.06% 36.46%
24.71%

Color #C0757A in popluar number systems.

HEX C0 75 7A
Decimal 192 117 122
Binary 11000000 1110101 1111010
Octal 300 165 172

Shades and tints

Shades of #C0757A

#C0757A
(192,117,122)
#AF6B6F
(175,107,111)
#9E6164
(158,97,100)
#8D5759
(141,87,89)
#7C4D4E
(124,77,78)
#6B4343
(107,67,67)
#5A3938
(90,57,56)
#492F2D
(73,47,45)
#382522
(56,37,34)
#271B17
(39,27,23)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #C0757A

#C0757A
(192,117,122)
#C58186
(197,129,134)
#CA8D92
(202,141,146)
#CF999E
(207,153,158)
#D4A5AA
(212,165,170)
#D9B1B6
(217,177,182)
#DEBDC2
(222,189,194)
#E3C9CE
(227,201,206)
#E8D5DA
(232,213,218)
#EDE1E6
(237,225,230)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0757A color. Also use rgb(192,117,122) instead hex code.

Text Font Color

.myTextColor { color: #C0757A; }

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

This text font color is #C0757A.

Background Color

.myBgColor { background-color: #C0757A; }

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

This div background color is #C0757A.

Border color

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

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

This div border color is #C0757A.

Opacity

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

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

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

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

This text has shadow with #C0757A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0757A.

Preview

Color preview on black background

This text has color #C0757A on black background.


Color preview on white background

This text has color #C0757A on white background.


Black color preview on #C0757A background

This text has black color on #C0757A background.


White color preview on #C0757A background

This text has white color on #C0757A background.


Related colors

Complementary color

Complementary color for #hex is #3F8A85.


I love getcolorcode.com

Triadic colors

1 #7AC075 and #757AC0 with #C0757A are triadic colors.

2 #7A75C0 and #75C07A with #C0757A are triadic colors.