COLOR #C04A4A

HEX: #C04A4A
RGB: (192,74,74)

Color info

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

RGB color model

#C04A4A color RGB value is (192,74,74).

  • red value is 192;
  • green value is 74;
  • blue value is 74.
RGB:
(192,74,74)
(75%,29%,29%)

RGB channels and saturation

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

192
74
74

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

Portions of RGB colors in percentages

R + G + B =
192 + 74 + 74 = 340 (100%)
R 192 of 340 ~ 56.47%
G 74 of 340 ~ 21.76%
B 74 of 340 ~ 21.76%

%56.47
%21.76
%21.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 61.46%
  • yellow value is 61.46%
  • key color value is 24.71%
CMYK:
(0,61,61,25)
C0M61Y61K25 
(0%,61%,61%,25%)
(0.00/0.61/0.61/0.25)	

CMYK percentages

%0
%61.46
%61.46
%24.71

Codes

Color #C04A4A in popluar color models

C04A4A
RGB1927474
HSL48.36%52.16%
HSB/HSV61.46%75.29%
CMYK0.00%61.46%61.46%
24.71%

Color #C04A4A in popluar number systems.

HEXC04A4A
Decimal1927474
Binary1100000010010101001010
Octal300112112

Shades and tints

Shades of #C04A4A

#C04A4A
(192,74,74)
#AF4444
(175,68,68)
#9E3E3E
(158,62,62)
#8D3838
(141,56,56)
#7C3232
(124,50,50)
#6B2C2C
(107,44,44)
#5A2626
(90,38,38)
#492020
(73,32,32)
#381A1A
(56,26,26)
#271414
(39,20,20)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #C04A4A

#C04A4A
(192,74,74)
#C55A5A
(197,90,90)
#CA6A6A
(202,106,106)
#CF7A7A
(207,122,122)
#D48A8A
(212,138,138)
#D99A9A
(217,154,154)
#DEAAAA
(222,170,170)
#E3BABA
(227,186,186)
#E8CACA
(232,202,202)
#EDDADA
(237,218,218)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C04A4A; }

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

This text font color is #C04A4A.


Background Color

.myBgColor { background-color: #C04A4A; }

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

This div background color is #C04A4A.


Border color

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

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

This div border color is #C04A4A.


Opacity

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

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

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

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

This text has shadow with #C04A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04A4A on black background.


Color preview on white background

This text has color #C04A4A on white background.



Black color preview on #C04A4A background

This text has black color on #C04A4A background.


White color preview on #C04A4A background

This text has white color on #C04A4A background.