COLOR #C7275C

HEX: #C7275C
RGB: (199,39,92)

Color info

#C7275C contains mainly red color. Web safe color of #C7275C is #CC3366 (or #C36).

RGB color model

#C7275C color RGB value is (199,39,92).

  • red value is 199;
  • green value is 39;
  • blue value is 92.
RGB:
(199,39,92)
(78%,15%,36%)

RGB channels and saturation

R 199 of 255 = 78%
G 39 of 255 = 15%
B 92 of 255 = 36%

199
39
92

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

Portions of RGB colors in percentages

R + G + B =
199 + 39 + 92 = 330 (100%)
R 199 of 330 ~ 60.3%
G 39 of 330 ~ 11.82%
B 92 of 330 ~ 27.88%

%60.3
%11.82
%27.88

CMYK color model

#C7275C color CMYK value is (0,80,54,22).

  • cyan value is 0.00%
  • magenta value is 80.40%
  • yellow value is 53.77%
  • key color value is 21.96%
CMYK:
(0,80,54,22)
C0M80Y54K22 
(0%,80%,54%,22%)
(0.00/0.80/0.54/0.22)	

CMYK percentages

%0
%80.4
%53.77
%21.96

Codes

Color #C7275C in popluar color models

C7275C
RGB1993992
HSL340°67.23%46.67%
HSB/HSV340°80.40%78.04%
CMYK0.00%80.40%53.77%
21.96%

Color #C7275C in popluar number systems.

HEXC7275C
Decimal1993992
Binary110001111001111011100
Octal30747134

Shades and tints

Shades of #C7275C

#C7275C
(199,39,92)
#B52454
(181,36,84)
#A3214C
(163,33,76)
#911E44
(145,30,68)
#7F1B3C
(127,27,60)
#6D1834
(109,24,52)
#5B152C
(91,21,44)
#491224
(73,18,36)
#370F1C
(55,15,28)
#250C14
(37,12,20)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #C7275C

#C7275C
(199,39,92)
#CC3A6A
(204,58,106)
#D14D78
(209,77,120)
#D66086
(214,96,134)
#DB7394
(219,115,148)
#E086A2
(224,134,162)
#E599B0
(229,153,176)
#EAACBE
(234,172,190)
#EFBFCC
(239,191,204)
#F4D2DA
(244,210,218)
#F9E5E8
(249,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7275C color. Also use rgb(199,39,92) instead hex code.

Text Font Color

.myTextColor { color: #C7275C; }

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

This text font color is #C7275C.


Background Color

.myBgColor { background-color: #C7275C; }

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

This div background color is #C7275C.


Border color

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

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

This div border color is #C7275C.


Opacity

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

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

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

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

This text has shadow with #C7275C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7275C on black background.


Color preview on white background

This text has color #C7275C on white background.



Black color preview on #C7275C background

This text has black color on #C7275C background.


White color preview on #C7275C background

This text has white color on #C7275C background.