COLOR #C78582

HEX: #C78582 RGB: (199,133,130)

Color info

#C78582 contains mainly red color. Web safe color of #C78582 is #CC9999 (or #C99).

RGB color model

#C78582 color RGB value is (199,133,130).

RGB: (199,133,130) (78%, 52%, 51%)

RGB channels and saturation

R 199 of 255 = 78%
G 133 of 255 = 52%
B 130 of 255 = 51%

199
133
130

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

Portions of RGB colors in percentages

R + G + B = 199 + 133 + 130 = 462 (100%)
R 199 of 462 ~ 43.07%
G 133 of 462 ~ 28.79%
B 130 of 462 ~ 28.14'%

%43.07
%28.79
%28.14

CMYK color model

#C78582 color CMYK value is (0,33,35,22).

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

CMYK: (0,33,35,22)
C0M33Y35K22 (0%, 33%, 35%, 22%)
(0.00 / 0.33 / 0.35 / 0.22)

CMYK percentages

%0
%33.17
%34.67
%21.96

Codes

Color #C78582 in popluar color models

C7 85 82
RGB 199 133 130
HSL 38.12% 64.51%
HSB/HSV 34.67% 78.04%
CMYK 0.00% 33.17% 34.67%
21.96%

Color #C78582 in popluar number systems.

HEX C7 85 82
Decimal 199 133 130
Binary 11000111 10000101 10000010
Octal 307 205 202

Shades and tints

Shades of #C78582

#C78582
(199,133,130)
#B57977
(181,121,119)
#A36D6C
(163,109,108)
#916161
(145,97,97)
#7F5556
(127,85,86)
#6D494B
(109,73,75)
#5B3D40
(91,61,64)
#493135
(73,49,53)
#37252A
(55,37,42)
#25191F
(37,25,31)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #C78582

#C78582
(199,133,130)
#CC908D
(204,144,141)
#D19B98
(209,155,152)
#D6A6A3
(214,166,163)
#DBB1AE
(219,177,174)
#E0BCB9
(224,188,185)
#E5C7C4
(229,199,196)
#EAD2CF
(234,210,207)
#EFDDDA
(239,221,218)
#F4E8E5
(244,232,229)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78582; }

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

This text font color is #C78582.

Background Color

.myBgColor { background-color: #C78582; }

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

This div background color is #C78582.

Border color

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

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

This div border color is #C78582.

Opacity

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

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

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

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

This text has shadow with #C78582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78582.

Preview

Color preview on black background

This text has color #C78582 on black background.


Color preview on white background

This text has color #C78582 on white background.


Black color preview on #C78582 background

This text has black color on #C78582 background.


White color preview on #C78582 background

This text has white color on #C78582 background.


Related colors

Complementary color

Complementary color for #hex is #387A7D.


I love getcolorcode.com

Triadic colors

1 #82C785 and #8582C7 with #C78582 are triadic colors.

2 #8285C7 and #85C782 with #C78582 are triadic colors.