COLOR #C76097

HEX: #C76097
RGB: (199,96,151)

Color info

#C76097 contains mainly red and blue colors. Web safe color of #C76097 is #CC6699 (or #C69).

RGB color model

#C76097 color RGB value is (199,96,151).

  • red value is 199;
  • green value is 96;
  • blue value is 151.
RGB:
(199,96,151)
(78%,38%,59%)

RGB channels and saturation

R 199 of 255 = 78%
G 96 of 255 = 38%
B 151 of 255 = 59%

199
96
151

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

Portions of RGB colors in percentages

R + G + B =
199 + 96 + 151 = 446 (100%)
R 199 of 446 ~ 44.62%
G 96 of 446 ~ 21.52%
B 151 of 446 ~ 33.86%

%44.62
%21.52
%33.86

CMYK color model

#C76097 color CMYK value is (0,52,24,22).

  • cyan value is 0.00%
  • magenta value is 51.76%
  • yellow value is 24.12%
  • key color value is 21.96%
CMYK:
(0,52,24,22)
C0M52Y24K22 
(0%,52%,24%,22%)
(0.00/0.52/0.24/0.22)	

CMYK percentages

%0
%51.76
%24.12
%21.96

Codes

Color #C76097 in popluar color models

C76097
RGB19996151
HSL328°47.91%57.84%
HSB/HSV328°51.76%78.04%
CMYK0.00%51.76%24.12%
21.96%

Color #C76097 in popluar number systems.

HEXC76097
Decimal19996151
Binary11000111110000010010111
Octal307140227

Shades and tints

Shades of #C76097

#C76097
(199,96,151)
#B5588A
(181,88,138)
#A3507D
(163,80,125)
#914870
(145,72,112)
#7F4063
(127,64,99)
#6D3856
(109,56,86)
#5B3049
(91,48,73)
#49283C
(73,40,60)
#37202F
(55,32,47)
#251822
(37,24,34)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #C76097

#C76097
(199,96,151)
#CC6EA0
(204,110,160)
#D17CA9
(209,124,169)
#D68AB2
(214,138,178)
#DB98BB
(219,152,187)
#E0A6C4
(224,166,196)
#E5B4CD
(229,180,205)
#EAC2D6
(234,194,214)
#EFD0DF
(239,208,223)
#F4DEE8
(244,222,232)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76097 color. Also use rgb(199,96,151) instead hex code.

Text Font Color

.myTextColor { color: #C76097; }

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

This text font color is #C76097.


Background Color

.myBgColor { background-color: #C76097; }

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

This div background color is #C76097.


Border color

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

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

This div border color is #C76097.


Opacity

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

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

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

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

This text has shadow with #C76097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76097 on black background.


Color preview on white background

This text has color #C76097 on white background.



Black color preview on #C76097 background

This text has black color on #C76097 background.


White color preview on #C76097 background

This text has white color on #C76097 background.