COLOR #C68985

HEX: #C68985 RGB: (198,137,133)

Color info

#C68985 contains mainly red color. Web safe color of #C68985 is #CC9999 (or #C99).

RGB color model

#C68985 color RGB value is (198,137,133).

RGB: (198,137,133) (78%, 54%, 52%)

RGB channels and saturation

R 198 of 255 = 78%
G 137 of 255 = 54%
B 133 of 255 = 52%

198
137
133

R + G + B ~ 61%. #C68985 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 137 + 133 = 468 (100%)
R 198 of 468 ~ 42.31%
G 137 of 468 ~ 29.27%
B 133 of 468 ~ 28.42'%

%42.31
%29.27
%28.42

CMYK color model

#C68985 color CMYK value is (0,31,33,22).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 32.83%
  • key color value is 22.35%

CMYK: (0,31,33,22)
C0M31Y33K22 (0%, 31%, 33%, 22%)
(0.00 / 0.31 / 0.33 / 0.22)

CMYK percentages

%0
%30.81
%32.83
%22.35

Codes

Color #C68985 in popluar color models

C6 89 85
RGB 198 137 133
HSL 36.31% 64.90%
HSB/HSV 32.83% 77.65%
CMYK 0.00% 30.81% 32.83%
22.35%

Color #C68985 in popluar number systems.

HEX C6 89 85
Decimal 198 137 133
Binary 11000110 10001001 10000101
Octal 306 211 205

Shades and tints

Shades of #C68985

#C68985
(198,137,133)
#B47D79
(180,125,121)
#A2716D
(162,113,109)
#906561
(144,101,97)
#7E5955
(126,89,85)
#6C4D49
(108,77,73)
#5A413D
(90,65,61)
#483531
(72,53,49)
#362925
(54,41,37)
#241D19
(36,29,25)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #C68985

#C68985
(198,137,133)
#CB9390
(203,147,144)
#D09D9B
(208,157,155)
#D5A7A6
(213,167,166)
#DAB1B1
(218,177,177)
#DFBBBC
(223,187,188)
#E4C5C7
(228,197,199)
#E9CFD2
(233,207,210)
#EED9DD
(238,217,221)
#F3E3E8
(243,227,232)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68985; }

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

This text font color is #C68985.

Background Color

.myBgColor { background-color: #C68985; }

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

This div background color is #C68985.

Border color

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

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

This div border color is #C68985.

Opacity

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

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

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

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

This text has shadow with #C68985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68985.

Preview

Color preview on black background

This text has color #C68985 on black background.


Color preview on white background

This text has color #C68985 on white background.


Black color preview on #C68985 background

This text has black color on #C68985 background.


White color preview on #C68985 background

This text has white color on #C68985 background.


Related colors

Complementary color

Complementary color for #hex is #39767A.


I love getcolorcode.com

Triadic colors

1 #85C689 and #8985C6 with #C68985 are triadic colors.

2 #8589C6 and #89C685 with #C68985 are triadic colors.