COLOR #C36861

HEX: #C36861
RGB: (195,104,97)

Color info

#C36861 contains mainly red color. Web safe color of #C36861 is #CC6666 (or #C66).

RGB color model

#C36861 color RGB value is (195,104,97).

  • red value is 195;
  • green value is 104;
  • blue value is 97.
RGB:
(195,104,97)
(76%,41%,38%)

RGB channels and saturation

R 195 of 255 = 76%
G 104 of 255 = 41%
B 97 of 255 = 38%

195
104
97

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

Portions of RGB colors in percentages

R + G + B =
195 + 104 + 97 = 396 (100%)
R 195 of 396 ~ 49.24%
G 104 of 396 ~ 26.26%
B 97 of 396 ~ 24.49%

%49.24
%26.26
%24.49

CMYK color model

#C36861 color CMYK value is (0,47,50,24).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 50.26%
  • key color value is 23.53%
CMYK:
(0,47,50,24)
C0M47Y50K24 
(0%,47%,50%,24%)
(0.00/0.47/0.50/0.24)	

CMYK percentages

%0
%46.67
%50.26
%23.53

Codes

Color #C36861 in popluar color models

C36861
RGB19510497
HSL44.95%57.25%
HSB/HSV50.26%76.47%
CMYK0.00%46.67%50.26%
23.53%

Color #C36861 in popluar number systems.

HEXC36861
Decimal19510497
Binary1100001111010001100001
Octal303150141

Shades and tints

Shades of #C36861

#C36861
(195,104,97)
#B25F59
(178,95,89)
#A15651
(161,86,81)
#904D49
(144,77,73)
#7F4441
(127,68,65)
#6E3B39
(110,59,57)
#5D3231
(93,50,49)
#4C2929
(76,41,41)
#3B2021
(59,32,33)
#2A1719
(42,23,25)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #C36861

#C36861
(195,104,97)
#C8756F
(200,117,111)
#CD827D
(205,130,125)
#D28F8B
(210,143,139)
#D79C99
(215,156,153)
#DCA9A7
(220,169,167)
#E1B6B5
(225,182,181)
#E6C3C3
(230,195,195)
#EBD0D1
(235,208,209)
#F0DDDF
(240,221,223)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36861 color. Also use rgb(195,104,97) instead hex code.

Text Font Color

.myTextColor { color: #C36861; }

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

This text font color is #C36861.


Background Color

.myBgColor { background-color: #C36861; }

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

This div background color is #C36861.


Border color

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

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

This div border color is #C36861.


Opacity

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

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

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

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

This text has shadow with #C36861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36861 on black background.


Color preview on white background

This text has color #C36861 on white background.



Black color preview on #C36861 background

This text has black color on #C36861 background.


White color preview on #C36861 background

This text has white color on #C36861 background.