COLOR #C67785

HEX: #C67785 RGB: (198,119,133)

Color info

#C67785 contains mainly red color. Web safe color of #C67785 is #CC6699 (or #C69).

RGB color model

#C67785 color RGB value is (198,119,133).

RGB: (198,119,133) (78%, 47%, 52%)

RGB channels and saturation

R 198 of 255 = 78%
G 119 of 255 = 47%
B 133 of 255 = 52%

198
119
133

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

Portions of RGB colors in percentages

R + G + B = 198 + 119 + 133 = 450 (100%)
R 198 of 450 ~ 44%
G 119 of 450 ~ 26.44%
B 133 of 450 ~ 29.56'%

%44
%26.44
%29.56

CMYK color model

#C67785 color CMYK value is (0,40,33,22).

  • cyan value is 0.00%
  • magenta value is 39.90%
  • yellow value is 32.83%
  • key color value is 22.35%
CMYK: (0,40,33,22) C0M40Y33K22 (0%,40%,33%,22%) (0.00/0.40/0.33/0.22) 

CMYK percentages

%0
%39.9
%32.83
%22.35

Codes

Color #C67785 in popluar color models

C6 77 85
RGB 198 119 133
HSL 349° 40.93% 62.16%
HSB/HSV 349° 39.90% 77.65%
CMYK 0.00% 39.90% 32.83%
22.35%

Color #C67785 in popluar number systems.

HEX C6 77 85
Decimal 198 119 133
Binary 11000110 1110111 10000101
Octal 306 167 205

Shades and tints

Shades of #C67785

#C67785
(198,119,133)
#B46D79
(180,109,121)
#A2636D
(162,99,109)
#905961
(144,89,97)
#7E4F55
(126,79,85)
#6C4549
(108,69,73)
#5A3B3D
(90,59,61)
#483131
(72,49,49)
#362725
(54,39,37)
#241D19
(36,29,25)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #C67785

#C67785
(198,119,133)
#CB8390
(203,131,144)
#D08F9B
(208,143,155)
#D59BA6
(213,155,166)
#DAA7B1
(218,167,177)
#DFB3BC
(223,179,188)
#E4BFC7
(228,191,199)
#E9CBD2
(233,203,210)
#EED7DD
(238,215,221)
#F3E3E8
(243,227,232)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67785 color. Also use rgb(198,119,133) instead hex code.

Text Font Color

.myTextColor { color: #C67785; }

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

This text font color is #C67785.

Background Color

.myBgColor { background-color: #C67785; }

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

This div background color is #C67785.

Border color

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

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

This div border color is #C67785.

Opacity

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

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

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

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

This text has shadow with #C67785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C67785.

Preview

Color preview on black background

This text has color #C67785 on black background.


Color preview on white background

This text has color #C67785 on white background.


Black color preview on #C67785 background

This text has black color on #C67785 background.


White color preview on #C67785 background

This text has white color on #C67785 background.


Related colors

Complementary color

Complementary color for #hex is #39887A.


I love getcolorcode.com

Triadic colors

1 #85C677 and #7785C6 with #C67785 are triadic colors.

2 #8577C6 and #77C685 with #C67785 are triadic colors.