COLOR #C04660

HEX: #C04660 RGB: (192,70,96)

Color info

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

RGB color model

#C04660 color RGB value is (192,70,96).

RGB: (192,70,96) (75%, 27%, 38%)

RGB channels and saturation

R 192 of 255 = 75%
G 70 of 255 = 27%
B 96 of 255 = 38%

192
70
96

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

Portions of RGB colors in percentages

R + G + B = 192 + 70 + 96 = 358 (100%)
R 192 of 358 ~ 53.63%
G 70 of 358 ~ 19.55%
B 96 of 358 ~ 26.82'%

%53.63
%19.55
%26.82

CMYK color model

#C04660 color CMYK value is (0,64,50,25).

  • cyan value is 0.00%
  • magenta value is 63.54%
  • yellow value is 50.00%
  • key color value is 24.71%

CMYK: (0,64,50,25)
C0M64Y50K25 (0%, 64%, 50%, 25%)
(0.00 / 0.64 / 0.50 / 0.25)

CMYK percentages

%0
%63.54
%50
%24.71

Codes

Color #C04660 in popluar color models

C0 46 60
RGB 192 70 96
HSL 347° 49.19% 51.37%
HSB/HSV 347° 63.54% 75.29%
CMYK 0.00% 63.54% 50.00%
24.71%

Color #C04660 in popluar number systems.

HEX C0 46 60
Decimal 192 70 96
Binary 11000000 1000110 1100000
Octal 300 106 140

Shades and tints

Shades of #C04660

#C04660
(192,70,96)
#AF4058
(175,64,88)
#9E3A50
(158,58,80)
#8D3448
(141,52,72)
#7C2E40
(124,46,64)
#6B2838
(107,40,56)
#5A2230
(90,34,48)
#491C28
(73,28,40)
#381620
(56,22,32)
#271018
(39,16,24)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #C04660

#C04660
(192,70,96)
#C5566E
(197,86,110)
#CA667C
(202,102,124)
#CF768A
(207,118,138)
#D48698
(212,134,152)
#D996A6
(217,150,166)
#DEA6B4
(222,166,180)
#E3B6C2
(227,182,194)
#E8C6D0
(232,198,208)
#EDD6DE
(237,214,222)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C04660; }

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

This text font color is #C04660.

Background Color

.myBgColor { background-color: #C04660; }

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

This div background color is #C04660.

Border color

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

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

This div border color is #C04660.

Opacity

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

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

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

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

This text has shadow with #C04660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C04660.

Preview

Color preview on black background

This text has color #C04660 on black background.


Color preview on white background

This text has color #C04660 on white background.


Black color preview on #C04660 background

This text has black color on #C04660 background.


White color preview on #C04660 background

This text has white color on #C04660 background.


Related colors

Complementary color

Complementary color for #hex is #3FB99F.


I love getcolorcode.com

Triadic colors

1 #60C046 and #4660C0 with #C04660 are triadic colors.

2 #6046C0 and #46C060 with #C04660 are triadic colors.