COLOR #C18862

HEX: #C18862
RGB: (193,136,98)

Color info

#C18862 contains mainly red and green colors. Web safe color of #C18862 is #CC9966 (or #C96).

RGB color model

#C18862 color RGB value is (193,136,98).

  • red value is 193;
  • green value is 136;
  • blue value is 98.
RGB:
(193,136,98)
(76%,53%,38%)

RGB channels and saturation

R 193 of 255 = 76%
G 136 of 255 = 53%
B 98 of 255 = 38%

193
136
98

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

Portions of RGB colors in percentages

R + G + B =
193 + 136 + 98 = 427 (100%)
R 193 of 427 ~ 45.2%
G 136 of 427 ~ 31.85%
B 98 of 427 ~ 22.95%

%45.2
%31.85
%22.95

CMYK color model

#C18862 color CMYK value is (0,30,49,24).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 49.22%
  • key color value is 24.31%
CMYK:
(0,30,49,24)
C0M30Y49K24 
(0%,30%,49%,24%)
(0.00/0.30/0.49/0.24)	

CMYK percentages

%0
%29.53
%49.22
%24.31

Codes

Color #C18862 in popluar color models

C18862
RGB19313698
HSL24°43.38%57.06%
HSB/HSV24°49.22%75.69%
CMYK0.00%29.53%49.22%
24.31%

Color #C18862 in popluar number systems.

HEXC18862
Decimal19313698
Binary11000001100010001100010
Octal301210142

Shades and tints

Shades of #C18862

#C18862
(193,136,98)
#B07C5A
(176,124,90)
#9F7052
(159,112,82)
#8E644A
(142,100,74)
#7D5842
(125,88,66)
#6C4C3A
(108,76,58)
#5B4032
(91,64,50)
#4A342A
(74,52,42)
#392822
(57,40,34)
#281C1A
(40,28,26)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #C18862

#C18862
(193,136,98)
#C69270
(198,146,112)
#CB9C7E
(203,156,126)
#D0A68C
(208,166,140)
#D5B09A
(213,176,154)
#DABAA8
(218,186,168)
#DFC4B6
(223,196,182)
#E4CEC4
(228,206,196)
#E9D8D2
(233,216,210)
#EEE2E0
(238,226,224)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18862 color. Also use rgb(193,136,98) instead hex code.

Text Font Color

.myTextColor { color: #C18862; }

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

This text font color is #C18862.


Background Color

.myBgColor { background-color: #C18862; }

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

This div background color is #C18862.


Border color

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

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

This div border color is #C18862.


Opacity

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

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

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

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

This text has shadow with #C18862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18862 on black background.


Color preview on white background

This text has color #C18862 on white background.



Black color preview on #C18862 background

This text has black color on #C18862 background.


White color preview on #C18862 background

This text has white color on #C18862 background.