COLOR #C78292

HEX: #C78292 RGB: (199,130,146)

Color info

#C78292 contains mainly red and blue colors. Web safe color of #C78292 is #CC9999 (or #C99).

RGB color model

#C78292 color RGB value is (199,130,146).

RGB: (199,130,146) (78%, 51%, 57%)

RGB channels and saturation

R 199 of 255 = 78%
G 130 of 255 = 51%
B 146 of 255 = 57%

199
130
146

R + G + B ~ 62%. #C78292 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 130 + 146 = 475 (100%)
R 199 of 475 ~ 41.89%
G 130 of 475 ~ 27.37%
B 146 of 475 ~ 30.74'%

%41.89
%27.37
%30.74

CMYK color model

#C78292 color CMYK value is (0,35,27,22).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 26.63%
  • key color value is 21.96%

CMYK: (0,35,27,22)
C0M35Y27K22 (0%, 35%, 27%, 22%)
(0.00 / 0.35 / 0.27 / 0.22)

CMYK percentages

%0
%34.67
%26.63
%21.96

Codes

Color #C78292 in popluar color models

C7 82 92
RGB 199 130 146
HSL 346° 38.12% 64.51%
HSB/HSV 346° 34.67% 78.04%
CMYK 0.00% 34.67% 26.63%
21.96%

Color #C78292 in popluar number systems.

HEX C7 82 92
Decimal 199 130 146
Binary 11000111 10000010 10010010
Octal 307 202 222

Shades and tints

Shades of #C78292

#C78292
(199,130,146)
#B57785
(181,119,133)
#A36C78
(163,108,120)
#91616B
(145,97,107)
#7F565E
(127,86,94)
#6D4B51
(109,75,81)
#5B4044
(91,64,68)
#493537
(73,53,55)
#372A2A
(55,42,42)
#251F1D
(37,31,29)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #C78292

#C78292
(199,130,146)
#CC8D9B
(204,141,155)
#D198A4
(209,152,164)
#D6A3AD
(214,163,173)
#DBAEB6
(219,174,182)
#E0B9BF
(224,185,191)
#E5C4C8
(229,196,200)
#EACFD1
(234,207,209)
#EFDADA
(239,218,218)
#F4E5E3
(244,229,227)
#F9F0EC
(249,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78292 color. Also use rgb(199,130,146) instead hex code.

Text Font Color

.myTextColor { color: #C78292; }

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

This text font color is #C78292.

Background Color

.myBgColor { background-color: #C78292; }

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

This div background color is #C78292.

Border color

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

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

This div border color is #C78292.

Opacity

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

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

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

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

This text has shadow with #C78292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78292.

Preview

Color preview on black background

This text has color #C78292 on black background.


Color preview on white background

This text has color #C78292 on white background.


Black color preview on #C78292 background

This text has black color on #C78292 background.


White color preview on #C78292 background

This text has white color on #C78292 background.


Related colors

Complementary color

Complementary color for #hex is #387D6D.


I love getcolorcode.com

Triadic colors

1 #92C782 and #8292C7 with #C78292 are triadic colors.

2 #9282C7 and #82C792 with #C78292 are triadic colors.