COLOR #C78562

HEX: #C78562
RGB: (199,133,98)

Color info

#C78562 contains mainly red color. Web safe color of #C78562 is #CC9966 (or #C96).

RGB color model

#C78562 color RGB value is (199,133,98).

  • red value is 199;
  • green value is 133;
  • blue value is 98.
RGB:
(199,133,98)
(78%,52%,38%)

RGB channels and saturation

R 199 of 255 = 78%
G 133 of 255 = 52%
B 98 of 255 = 38%

199
133
98

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

Portions of RGB colors in percentages

R + G + B =
199 + 133 + 98 = 430 (100%)
R 199 of 430 ~ 46.28%
G 133 of 430 ~ 30.93%
B 98 of 430 ~ 22.79%

%46.28
%30.93
%22.79

CMYK color model

#C78562 color CMYK value is (0,33,51,22).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 50.75%
  • key color value is 21.96%
CMYK:
(0,33,51,22)
C0M33Y51K22 
(0%,33%,51%,22%)
(0.00/0.33/0.51/0.22)	

CMYK percentages

%0
%33.17
%50.75
%21.96

Codes

Color #C78562 in popluar color models

C78562
RGB19913398
HSL21°47.42%58.24%
HSB/HSV21°50.75%78.04%
CMYK0.00%33.17%50.75%
21.96%

Color #C78562 in popluar number systems.

HEXC78562
Decimal19913398
Binary11000111100001011100010
Octal307205142

Shades and tints

Shades of #C78562

#C78562
(199,133,98)
#B5795A
(181,121,90)
#A36D52
(163,109,82)
#91614A
(145,97,74)
#7F5542
(127,85,66)
#6D493A
(109,73,58)
#5B3D32
(91,61,50)
#49312A
(73,49,42)
#372522
(55,37,34)
#25191A
(37,25,26)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #C78562

#C78562
(199,133,98)
#CC9070
(204,144,112)
#D19B7E
(209,155,126)
#D6A68C
(214,166,140)
#DBB19A
(219,177,154)
#E0BCA8
(224,188,168)
#E5C7B6
(229,199,182)
#EAD2C4
(234,210,196)
#EFDDD2
(239,221,210)
#F4E8E0
(244,232,224)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78562 color. Also use rgb(199,133,98) instead hex code.

Text Font Color

.myTextColor { color: #C78562; }

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

This text font color is #C78562.


Background Color

.myBgColor { background-color: #C78562; }

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

This div background color is #C78562.


Border color

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

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

This div border color is #C78562.


Opacity

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

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

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

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

This text has shadow with #C78562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78562 on black background.


Color preview on white background

This text has color #C78562 on white background.



Black color preview on #C78562 background

This text has black color on #C78562 background.


White color preview on #C78562 background

This text has white color on #C78562 background.