COLOR #C68B85

HEX: #C68B85
RGB: (198,139,133)

Color info

#C68B85 contains mainly red and green colors. Web safe color of #C68B85 is #CC9999 (or #C99).

RGB color model

#C68B85 color RGB value is (198,139,133).

  • red value is 198;
  • green value is 139;
  • blue value is 133.
RGB:
(198,139,133)
(78%,55%,52%)

RGB channels and saturation

R 198 of 255 = 78%
G 139 of 255 = 55%
B 133 of 255 = 52%

198
139
133

R + G + B ~ 62%. #C68B85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 139 + 133 = 470 (100%)
R 198 of 470 ~ 42.13%
G 139 of 470 ~ 29.57%
B 133 of 470 ~ 28.3%

%42.13
%29.57
%28.3

CMYK color model

#C68B85 color CMYK value is (0,30,33,22).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 32.83%
  • key color value is 22.35%
CMYK:
(0,30,33,22)
C0M30Y33K22 
(0%,30%,33%,22%)
(0.00/0.30/0.33/0.22)	

CMYK percentages

%0
%29.8
%32.83
%22.35

Codes

Color #C68B85 in popluar color models

C68B85
RGB198139133
HSL36.31%64.90%
HSB/HSV32.83%77.65%
CMYK0.00%29.80%32.83%
22.35%

Color #C68B85 in popluar number systems.

HEXC68B85
Decimal198139133
Binary110001101000101110000101
Octal306213205

Shades and tints

Shades of #C68B85

#C68B85
(198,139,133)
#B47F79
(180,127,121)
#A2736D
(162,115,109)
#906761
(144,103,97)
#7E5B55
(126,91,85)
#6C4F49
(108,79,73)
#5A433D
(90,67,61)
#483731
(72,55,49)
#362B25
(54,43,37)
#241F19
(36,31,25)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #C68B85

#C68B85
(198,139,133)
#CB9590
(203,149,144)
#D09F9B
(208,159,155)
#D5A9A6
(213,169,166)
#DAB3B1
(218,179,177)
#DFBDBC
(223,189,188)
#E4C7C7
(228,199,199)
#E9D1D2
(233,209,210)
#EEDBDD
(238,219,221)
#F3E5E8
(243,229,232)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68B85; }

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

This text font color is #C68B85.


Background Color

.myBgColor { background-color: #C68B85; }

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

This div background color is #C68B85.


Border color

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

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

This div border color is #C68B85.


Opacity

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

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

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

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

This text has shadow with #C68B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68B85 on black background.


Color preview on white background

This text has color #C68B85 on white background.



Black color preview on #C68B85 background

This text has black color on #C68B85 background.


White color preview on #C68B85 background

This text has white color on #C68B85 background.