COLOR #C76487

HEX: #C76487 RGB: (199,100,135)

Color info

#C76487 contains mainly red color. Web safe color of #C76487 is #CC6699 (or #C69).

RGB color model

#C76487 color RGB value is (199,100,135).

RGB: (199,100,135) (78%, 39%, 53%)

RGB channels and saturation

R 199 of 255 = 78%
G 100 of 255 = 39%
B 135 of 255 = 53%

199
100
135

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

Portions of RGB colors in percentages

R + G + B = 199 + 100 + 135 = 434 (100%)
R 199 of 434 ~ 45.85%
G 100 of 434 ~ 23.04%
B 135 of 434 ~ 31.11'%

%45.85
%23.04
%31.11

CMYK color model

#C76487 color CMYK value is (0,50,32,22).

  • cyan value is 0.00%
  • magenta value is 49.75%
  • yellow value is 32.16%
  • key color value is 21.96%

CMYK: (0,50,32,22)
C0M50Y32K22 (0%, 50%, 32%, 22%)
(0.00 / 0.50 / 0.32 / 0.22)

CMYK percentages

%0
%49.75
%32.16
%21.96

Codes

Color #C76487 in popluar color models

C7 64 87
RGB 199 100 135
HSL 339° 46.92% 58.63%
HSB/HSV 339° 49.75% 78.04%
CMYK 0.00% 49.75% 32.16%
21.96%

Color #C76487 in popluar number systems.

HEX C7 64 87
Decimal 199 100 135
Binary 11000111 1100100 10000111
Octal 307 144 207

Shades and tints

Shades of #C76487

#C76487
(199,100,135)
#B55B7B
(181,91,123)
#A3526F
(163,82,111)
#914963
(145,73,99)
#7F4057
(127,64,87)
#6D374B
(109,55,75)
#5B2E3F
(91,46,63)
#492533
(73,37,51)
#371C27
(55,28,39)
#25131B
(37,19,27)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #C76487

#C76487
(199,100,135)
#CC7291
(204,114,145)
#D1809B
(209,128,155)
#D68EA5
(214,142,165)
#DB9CAF
(219,156,175)
#E0AAB9
(224,170,185)
#E5B8C3
(229,184,195)
#EAC6CD
(234,198,205)
#EFD4D7
(239,212,215)
#F4E2E1
(244,226,225)
#F9F0EB
(249,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76487 color. Also use rgb(199,100,135) instead hex code.

Text Font Color

.myTextColor { color: #C76487; }

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

This text font color is #C76487.

Background Color

.myBgColor { background-color: #C76487; }

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

This div background color is #C76487.

Border color

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

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

This div border color is #C76487.

Opacity

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

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

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

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

This text has shadow with #C76487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C76487.

Preview

Color preview on black background

This text has color #C76487 on black background.


Color preview on white background

This text has color #C76487 on white background.


Black color preview on #C76487 background

This text has black color on #C76487 background.


White color preview on #C76487 background

This text has white color on #C76487 background.


Related colors

Complementary color

Complementary color for #hex is #389B78.


I love getcolorcode.com

Triadic colors

1 #87C764 and #6487C7 with #C76487 are triadic colors.

2 #8764C7 and #64C787 with #C76487 are triadic colors.