COLOR #C0704A

HEX: #C0704A
RGB: (192,112,74)

Color info

#C0704A contains mainly red color. Web safe color of #C0704A is #CC6633 (or #C63).

RGB color model

#C0704A color RGB value is (192,112,74).

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

RGB channels and saturation

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

192
112
74

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

Portions of RGB colors in percentages

R + G + B =
192 + 112 + 74 = 378 (100%)
R 192 of 378 ~ 50.79%
G 112 of 378 ~ 29.63%
B 74 of 378 ~ 19.58%

%50.79
%29.63
%19.58

CMYK color model

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

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

CMYK percentages

%0
%41.67
%61.46
%24.71

Codes

Color #C0704A in popluar color models

C0704A
RGB19211274
HSL19°48.36%52.16%
HSB/HSV19°61.46%75.29%
CMYK0.00%41.67%61.46%
24.71%

Color #C0704A in popluar number systems.

HEXC0704A
Decimal19211274
Binary1100000011100001001010
Octal300160112

Shades and tints

Shades of #C0704A

#C0704A
(192,112,74)
#AF6644
(175,102,68)
#9E5C3E
(158,92,62)
#8D5238
(141,82,56)
#7C4832
(124,72,50)
#6B3E2C
(107,62,44)
#5A3426
(90,52,38)
#492A20
(73,42,32)
#38201A
(56,32,26)
#271614
(39,22,20)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #C0704A

#C0704A
(192,112,74)
#C57D5A
(197,125,90)
#CA8A6A
(202,138,106)
#CF977A
(207,151,122)
#D4A48A
(212,164,138)
#D9B19A
(217,177,154)
#DEBEAA
(222,190,170)
#E3CBBA
(227,203,186)
#E8D8CA
(232,216,202)
#EDE5DA
(237,229,218)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0704A; }

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

This text font color is #C0704A.


Background Color

.myBgColor { background-color: #C0704A; }

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

This div background color is #C0704A.


Border color

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

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

This div border color is #C0704A.


Opacity

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

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

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

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

This text has shadow with #C0704A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0704A on black background.


Color preview on white background

This text has color #C0704A on white background.



Black color preview on #C0704A background

This text has black color on #C0704A background.


White color preview on #C0704A background

This text has white color on #C0704A background.