COLOR #C76475

HEX: #C76475
RGB: (199,100,117)

Color info

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

RGB color model

#C76475 color RGB value is (199,100,117).

  • red value is 199;
  • green value is 100;
  • blue value is 117.
RGB:
(199,100,117)
(78%,39%,46%)

RGB channels and saturation

R 199 of 255 = 78%
G 100 of 255 = 39%
B 117 of 255 = 46%

199
100
117

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

Portions of RGB colors in percentages

R + G + B =
199 + 100 + 117 = 416 (100%)
R 199 of 416 ~ 47.84%
G 100 of 416 ~ 24.04%
B 117 of 416 ~ 28.13%

%47.84
%24.04
%28.13

CMYK color model

#C76475 color CMYK value is (0,50,41,22).

  • cyan value is 0.00%
  • magenta value is 49.75%
  • yellow value is 41.21%
  • key color value is 21.96%
CMYK:
(0,50,41,22)
C0M50Y41K22 
(0%,50%,41%,22%)
(0.00/0.50/0.41/0.22)	

CMYK percentages

%0
%49.75
%41.21
%21.96

Codes

Color #C76475 in popluar color models

C76475
RGB199100117
HSL350°46.92%58.63%
HSB/HSV350°49.75%78.04%
CMYK0.00%49.75%41.21%
21.96%

Color #C76475 in popluar number systems.

HEXC76475
Decimal199100117
Binary1100011111001001110101
Octal307144165

Shades and tints

Shades of #C76475

#C76475
(199,100,117)
#B55B6B
(181,91,107)
#A35261
(163,82,97)
#914957
(145,73,87)
#7F404D
(127,64,77)
#6D3743
(109,55,67)
#5B2E39
(91,46,57)
#49252F
(73,37,47)
#371C25
(55,28,37)
#25131B
(37,19,27)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #C76475

#C76475
(199,100,117)
#CC7281
(204,114,129)
#D1808D
(209,128,141)
#D68E99
(214,142,153)
#DB9CA5
(219,156,165)
#E0AAB1
(224,170,177)
#E5B8BD
(229,184,189)
#EAC6C9
(234,198,201)
#EFD4D5
(239,212,213)
#F4E2E1
(244,226,225)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C76475; }

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

This text font color is #C76475.


Background Color

.myBgColor { background-color: #C76475; }

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

This div background color is #C76475.


Border color

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

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

This div border color is #C76475.


Opacity

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

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

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

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

This text has shadow with #C76475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76475 on black background.


Color preview on white background

This text has color #C76475 on white background.



Black color preview on #C76475 background

This text has black color on #C76475 background.


White color preview on #C76475 background

This text has white color on #C76475 background.