COLOR #C8440A

HEX: #C8440A
RGB: (200,68,10)

Color info

#C8440A contains mainly red color. Web safe color of #C8440A is #CC3300 (or #C30).

RGB color model

#C8440A color RGB value is (200,68,10).

  • red value is 200;
  • green value is 68;
  • blue value is 10.
RGB:
(200,68,10)
(78%,27%,4%)

RGB channels and saturation

R 200 of 255 = 78%
G 68 of 255 = 27%
B 10 of 255 = 4%

200
68
10

R + G + B ~ 36%. #C8440A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
200 + 68 + 10 = 278 (100%)
R 200 of 278 ~ 71.94%
G 68 of 278 ~ 24.46%
B 10 of 278 ~ 3.6%

%71.94
%24.46

CMYK color model

#C8440A color CMYK value is (0,66,95,22).

  • cyan value is 0.00%
  • magenta value is 66.00%
  • yellow value is 95.00%
  • key color value is 21.57%
CMYK:
(0,66,95,22)
C0M66Y95K22 
(0%,66%,95%,22%)
(0.00/0.66/0.95/0.22)	

CMYK percentages

%0
%66
%95
%21.57

Codes

Color #C8440A in popluar color models

C8440A
RGB2006810
HSL18°90.48%41.18%
HSB/HSV18°95.00%78.43%
CMYK0.00%66.00%95.00%
21.57%

Color #C8440A in popluar number systems.

HEXC8440A
Decimal2006810
Binary1100100010001001010
Octal31010412

Shades and tints

Shades of #C8440A

#C8440A
(200,68,10)
#B63E0A
(182,62,10)
#A4380A
(164,56,10)
#92320A
(146,50,10)
#802C0A
(128,44,10)
#6E260A
(110,38,10)
#5C200A
(92,32,10)
#4A1A0A
(74,26,10)
#38140A
(56,20,10)
#260E0A
(38,14,10)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #C8440A

#C8440A
(200,68,10)
#CD5520
(205,85,32)
#D26636
(210,102,54)
#D7774C
(215,119,76)
#DC8862
(220,136,98)
#E19978
(225,153,120)
#E6AA8E
(230,170,142)
#EBBBA4
(235,187,164)
#F0CCBA
(240,204,186)
#F5DDD0
(245,221,208)
#FAEEE6
(250,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8440A color. Also use rgb(200,68,10) instead hex code.

Text Font Color

.myTextColor { color: #C8440A; }

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

This text font color is #C8440A.


Background Color

.myBgColor { background-color: #C8440A; }

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

This div background color is #C8440A.


Border color

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

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

This div border color is #C8440A.


Opacity

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

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

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

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

This text has shadow with #C8440A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8440A on black background.


Color preview on white background

This text has color #C8440A on white background.



Black color preview on #C8440A background

This text has black color on #C8440A background.


White color preview on #C8440A background

This text has white color on #C8440A background.