COLOR #C03C4A

HEX: #C03C4A RGB: (192,60,74)

Color info

#C03C4A contains mainly red color. Web safe color of #C03C4A is #CC3333 (or #C33).

RGB color model

#C03C4A color RGB value is (192,60,74).

RGB: (192,60,74) (75%, 24%, 29%)

RGB channels and saturation

R 192 of 255 = 75%
G 60 of 255 = 24%
B 74 of 255 = 29%

192
60
74

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

Portions of RGB colors in percentages

R + G + B = 192 + 60 + 74 = 326 (100%)
R 192 of 326 ~ 58.9%
G 60 of 326 ~ 18.4%
B 74 of 326 ~ 22.7'%

%58.9
%18.4
%22.7

CMYK color model

#C03C4A color CMYK value is (0,69,61,25).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 61.46%
  • key color value is 24.71%

CMYK: (0,69,61,25)
C0M69Y61K25 (0%, 69%, 61%, 25%)
(0.00 / 0.69 / 0.61 / 0.25)

CMYK percentages

%0
%68.75
%61.46
%24.71

Codes

Color #C03C4A in popluar color models

C0 3C 4A
RGB 192 60 74
HSL 354° 52.38% 49.41%
HSB/HSV 354° 68.75% 75.29%
CMYK 0.00% 68.75% 61.46%
24.71%

Color #C03C4A in popluar number systems.

HEX C0 3C 4A
Decimal 192 60 74
Binary 11000000 111100 1001010
Octal 300 74 112

Shades and tints

Shades of #C03C4A

#C03C4A
(192,60,74)
#AF3744
(175,55,68)
#9E323E
(158,50,62)
#8D2D38
(141,45,56)
#7C2832
(124,40,50)
#6B232C
(107,35,44)
#5A1E26
(90,30,38)
#491920
(73,25,32)
#38141A
(56,20,26)
#270F14
(39,15,20)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #C03C4A

#C03C4A
(192,60,74)
#C54D5A
(197,77,90)
#CA5E6A
(202,94,106)
#CF6F7A
(207,111,122)
#D4808A
(212,128,138)
#D9919A
(217,145,154)
#DEA2AA
(222,162,170)
#E3B3BA
(227,179,186)
#E8C4CA
(232,196,202)
#EDD5DA
(237,213,218)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C03C4A color. Also use rgb(192,60,74) instead hex code.

Text Font Color

.myTextColor { color: #C03C4A; }

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

This text font color is #C03C4A.

Background Color

.myBgColor { background-color: #C03C4A; }

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

This div background color is #C03C4A.

Border color

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

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

This div border color is #C03C4A.

Opacity

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

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

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

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

This text has shadow with #C03C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C03C4A.

Preview

Color preview on black background

This text has color #C03C4A on black background.


Color preview on white background

This text has color #C03C4A on white background.


Black color preview on #C03C4A background

This text has black color on #C03C4A background.


White color preview on #C03C4A background

This text has white color on #C03C4A background.


Related colors

Complementary color

Complementary color for #hex is #3FC3B5.


I love getcolorcode.com

Triadic colors

1 #4AC03C and #3C4AC0 with #C03C4A are triadic colors.

2 #4A3CC0 and #3CC04A with #C03C4A are triadic colors.