COLOR #C36343

HEX: #C36343 RGB: (195,99,67)

Color info

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

RGB color model

#C36343 color RGB value is (195,99,67).

RGB: (195,99,67) (76%, 39%, 26%)

RGB channels and saturation

R 195 of 255 = 76%
G 99 of 255 = 39%
B 67 of 255 = 26%

195
99
67

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

Portions of RGB colors in percentages

R + G + B = 195 + 99 + 67 = 361 (100%)
R 195 of 361 ~ 54.02%
G 99 of 361 ~ 27.42%
B 67 of 361 ~ 18.56'%

%54.02
%27.42
%18.56

CMYK color model

#C36343 color CMYK value is (0,49,66,24).

  • cyan value is 0.00%
  • magenta value is 49.23%
  • yellow value is 65.64%
  • key color value is 23.53%

CMYK: (0,49,66,24)
C0M49Y66K24 (0%, 49%, 66%, 24%)
(0.00 / 0.49 / 0.66 / 0.24)

CMYK percentages

%0
%49.23
%65.64
%23.53

Codes

Color #C36343 in popluar color models

C3 63 43
RGB 195 99 67
HSL 15° 51.61% 51.37%
HSB/HSV 15° 65.64% 76.47%
CMYK 0.00% 49.23% 65.64%
23.53%

Color #C36343 in popluar number systems.

HEX C3 63 43
Decimal 195 99 67
Binary 11000011 1100011 1000011
Octal 303 143 103

Shades and tints

Shades of #C36343

#C36343
(195,99,67)
#B25A3D
(178,90,61)
#A15137
(161,81,55)
#904831
(144,72,49)
#7F3F2B
(127,63,43)
#6E3625
(110,54,37)
#5D2D1F
(93,45,31)
#4C2419
(76,36,25)
#3B1B13
(59,27,19)
#2A120D
(42,18,13)
#190907
(25,9,7)
#000000
(0,0,0)

Tints of #C36343

#C36343
(195,99,67)
#C87154
(200,113,84)
#CD7F65
(205,127,101)
#D28D76
(210,141,118)
#D79B87
(215,155,135)
#DCA998
(220,169,152)
#E1B7A9
(225,183,169)
#E6C5BA
(230,197,186)
#EBD3CB
(235,211,203)
#F0E1DC
(240,225,220)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36343 color. Also use rgb(195,99,67) instead hex code.

Text Font Color

.myTextColor { color: #C36343; }

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

This text font color is #C36343.

Background Color

.myBgColor { background-color: #C36343; }

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

This div background color is #C36343.

Border color

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

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

This div border color is #C36343.

Opacity

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

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

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

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

This text has shadow with #C36343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C36343.

Preview

Color preview on black background

This text has color #C36343 on black background.


Color preview on white background

This text has color #C36343 on white background.


Black color preview on #C36343 background

This text has black color on #C36343 background.


White color preview on #C36343 background

This text has white color on #C36343 background.


Related colors

Complementary color

Complementary color for #hex is #3C9CBC.


I love getcolorcode.com

Triadic colors

1 #43C363 and #6343C3 with #C36343 are triadic colors.

2 #4363C3 and #63C343 with #C36343 are triadic colors.