COLOR #C0464F

HEX: #C0464F
RGB: (192,70,79)

Color info

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

RGB color model

#C0464F color RGB value is (192,70,79).

  • red value is 192;
  • green value is 70;
  • blue value is 79.
RGB:
(192,70,79)
(75%,27%,31%)

RGB channels and saturation

R 192 of 255 = 75%
G 70 of 255 = 27%
B 79 of 255 = 31%

192
70
79

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

Portions of RGB colors in percentages

R + G + B =
192 + 70 + 79 = 341 (100%)
R 192 of 341 ~ 56.3%
G 70 of 341 ~ 20.53%
B 79 of 341 ~ 23.17%

%56.3
%20.53
%23.17

CMYK color model

#C0464F color CMYK value is (0,64,59,25).

  • cyan value is 0.00%
  • magenta value is 63.54%
  • yellow value is 58.85%
  • key color value is 24.71%
CMYK:
(0,64,59,25)
C0M64Y59K25 
(0%,64%,59%,25%)
(0.00/0.64/0.59/0.25)	

CMYK percentages

%0
%63.54
%58.85
%24.71

Codes

Color #C0464F in popluar color models

C0464F
RGB1927079
HSL356°49.19%51.37%
HSB/HSV356°63.54%75.29%
CMYK0.00%63.54%58.85%
24.71%

Color #C0464F in popluar number systems.

HEXC0464F
Decimal1927079
Binary1100000010001101001111
Octal300106117

Shades and tints

Shades of #C0464F

#C0464F
(192,70,79)
#AF4048
(175,64,72)
#9E3A41
(158,58,65)
#8D343A
(141,52,58)
#7C2E33
(124,46,51)
#6B282C
(107,40,44)
#5A2225
(90,34,37)
#491C1E
(73,28,30)
#381617
(56,22,23)
#271010
(39,16,16)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #C0464F

#C0464F
(192,70,79)
#C5565F
(197,86,95)
#CA666F
(202,102,111)
#CF767F
(207,118,127)
#D4868F
(212,134,143)
#D9969F
(217,150,159)
#DEA6AF
(222,166,175)
#E3B6BF
(227,182,191)
#E8C6CF
(232,198,207)
#EDD6DF
(237,214,223)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0464F color. Also use rgb(192,70,79) instead hex code.

Text Font Color

.myTextColor { color: #C0464F; }

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

This text font color is #C0464F.


Background Color

.myBgColor { background-color: #C0464F; }

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

This div background color is #C0464F.


Border color

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

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

This div border color is #C0464F.


Opacity

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

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

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

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

This text has shadow with #C0464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0464F on black background.


Color preview on white background

This text has color #C0464F on white background.



Black color preview on #C0464F background

This text has black color on #C0464F background.


White color preview on #C0464F background

This text has white color on #C0464F background.