COLOR #C67865

HEX: #C67865 RGB: (198,120,101)

Color info

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

RGB color model

#C67865 color RGB value is (198,120,101).

RGB: (198,120,101) (78%, 47%, 40%)

RGB channels and saturation

R 198 of 255 = 78%
G 120 of 255 = 47%
B 101 of 255 = 40%

198
120
101

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

Portions of RGB colors in percentages

R + G + B = 198 + 120 + 101 = 419 (100%)
R 198 of 419 ~ 47.26%
G 120 of 419 ~ 28.64%
B 101 of 419 ~ 24.11'%

%47.26
%28.64
%24.11

CMYK color model

#C67865 color CMYK value is (0,39,49,22).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 48.99%
  • key color value is 22.35%

CMYK: (0,39,49,22)
C0M39Y49K22 (0%, 39%, 49%, 22%)
(0.00 / 0.39 / 0.49 / 0.22)

CMYK percentages

%0
%39.39
%48.99
%22.35

Codes

Color #C67865 in popluar color models

C6 78 65
RGB 198 120 101
HSL 12° 45.97% 58.63%
HSB/HSV 12° 48.99% 77.65%
CMYK 0.00% 39.39% 48.99%
22.35%

Color #C67865 in popluar number systems.

HEX C6 78 65
Decimal 198 120 101
Binary 11000110 1111000 1100101
Octal 306 170 145

Shades and tints

Shades of #C67865

#C67865
(198,120,101)
#B46E5C
(180,110,92)
#A26453
(162,100,83)
#905A4A
(144,90,74)
#7E5041
(126,80,65)
#6C4638
(108,70,56)
#5A3C2F
(90,60,47)
#483226
(72,50,38)
#36281D
(54,40,29)
#241E14
(36,30,20)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #C67865

#C67865
(198,120,101)
#CB8473
(203,132,115)
#D09081
(208,144,129)
#D59C8F
(213,156,143)
#DAA89D
(218,168,157)
#DFB4AB
(223,180,171)
#E4C0B9
(228,192,185)
#E9CCC7
(233,204,199)
#EED8D5
(238,216,213)
#F3E4E3
(243,228,227)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67865 color. Also use rgb(198,120,101) instead hex code.

Text Font Color

.myTextColor { color: #C67865; }

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

This text font color is #C67865.

Background Color

.myBgColor { background-color: #C67865; }

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

This div background color is #C67865.

Border color

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

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

This div border color is #C67865.

Opacity

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

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

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

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

This text has shadow with #C67865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C67865.

Preview

Color preview on black background

This text has color #C67865 on black background.


Color preview on white background

This text has color #C67865 on white background.


Black color preview on #C67865 background

This text has black color on #C67865 background.


White color preview on #C67865 background

This text has white color on #C67865 background.


Related colors

Complementary color

Complementary color for #hex is #39879A.


I love getcolorcode.com

Triadic colors

1 #65C678 and #7865C6 with #C67865 are triadic colors.

2 #6578C6 and #78C665 with #C67865 are triadic colors.