COLOR #C84038

HEX: #C84038 RGB: (200,64,56)

Color info

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

RGB color model

#C84038 color RGB value is (200,64,56).

RGB: (200,64,56) (78%, 25%, 22%)

RGB channels and saturation

R 200 of 255 = 78%
G 64 of 255 = 25%
B 56 of 255 = 22%

200
64
56

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

Portions of RGB colors in percentages

R + G + B = 200 + 64 + 56 = 320 (100%)
R 200 of 320 ~ 62.5%
G 64 of 320 ~ 20%
B 56 of 320 ~ 17.5'%

%62.5
%20
%17.5

CMYK color model

#C84038 color CMYK value is (0,68,72,22).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 72.00%
  • key color value is 21.57%

CMYK: (0,68,72,22)
C0M68Y72K22 (0%, 68%, 72%, 22%)
(0.00 / 0.68 / 0.72 / 0.22)

CMYK percentages

%0
%68
%72
%21.57

Codes

Color #C84038 in popluar color models

C8 40 38
RGB 200 64 56
HSL 56.69% 50.20%
HSB/HSV 72.00% 78.43%
CMYK 0.00% 68.00% 72.00%
21.57%

Color #C84038 in popluar number systems.

HEX C8 40 38
Decimal 200 64 56
Binary 11001000 1000000 111000
Octal 310 100 70

Shades and tints

Shades of #C84038

#C84038
(200,64,56)
#B63B33
(182,59,51)
#A4362E
(164,54,46)
#923129
(146,49,41)
#802C24
(128,44,36)
#6E271F
(110,39,31)
#5C221A
(92,34,26)
#4A1D15
(74,29,21)
#381810
(56,24,16)
#26130B
(38,19,11)
#140E06
(20,14,6)
#000000
(0,0,0)

Tints of #C84038

#C84038
(200,64,56)
#CD514A
(205,81,74)
#D2625C
(210,98,92)
#D7736E
(215,115,110)
#DC8480
(220,132,128)
#E19592
(225,149,146)
#E6A6A4
(230,166,164)
#EBB7B6
(235,183,182)
#F0C8C8
(240,200,200)
#F5D9DA
(245,217,218)
#FAEAEC
(250,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C84038 color. Also use rgb(200,64,56) instead hex code.

Text Font Color

.myTextColor { color: #C84038; }

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

This text font color is #C84038.

Background Color

.myBgColor { background-color: #C84038; }

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

This div background color is #C84038.

Border color

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

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

This div border color is #C84038.

Opacity

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

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

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

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

This text has shadow with #C84038 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C84038.

Preview

Color preview on black background

This text has color #C84038 on black background.


Color preview on white background

This text has color #C84038 on white background.


Black color preview on #C84038 background

This text has black color on #C84038 background.


White color preview on #C84038 background

This text has white color on #C84038 background.


Related colors

Complementary color

Complementary color for #hex is #37BFC7.


I love getcolorcode.com

Triadic colors

1 #38C840 and #4038C8 with #C84038 are triadic colors.

2 #3840C8 and #40C838 with #C84038 are triadic colors.