COLOR #C68B81

HEX: #C68B81
RGB: (198,139,129)

Color info

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

RGB color model

#C68B81 color RGB value is (198,139,129).

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

RGB channels and saturation

R 198 of 255 = 78%
G 139 of 255 = 55%
B 129 of 255 = 51%

198
139
129

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

Portions of RGB colors in percentages

R + G + B =
198 + 139 + 129 = 466 (100%)
R 198 of 466 ~ 42.49%
G 139 of 466 ~ 29.83%
B 129 of 466 ~ 27.68%

%42.49
%29.83
%27.68

CMYK color model

#C68B81 color CMYK value is (0,30,35,22).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 34.85%
  • key color value is 22.35%
CMYK:
(0,30,35,22)
C0M30Y35K22 
(0%,30%,35%,22%)
(0.00/0.30/0.35/0.22)	

CMYK percentages

%0
%29.8
%34.85
%22.35

Codes

Color #C68B81 in popluar color models

C68B81
RGB198139129
HSL37.70%64.12%
HSB/HSV34.85%77.65%
CMYK0.00%29.80%34.85%
22.35%

Color #C68B81 in popluar number systems.

HEXC68B81
Decimal198139129
Binary110001101000101110000001
Octal306213201

Shades and tints

Shades of #C68B81

#C68B81
(198,139,129)
#B47F76
(180,127,118)
#A2736B
(162,115,107)
#906760
(144,103,96)
#7E5B55
(126,91,85)
#6C4F4A
(108,79,74)
#5A433F
(90,67,63)
#483734
(72,55,52)
#362B29
(54,43,41)
#241F1E
(36,31,30)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #C68B81

#C68B81
(198,139,129)
#CB958C
(203,149,140)
#D09F97
(208,159,151)
#D5A9A2
(213,169,162)
#DAB3AD
(218,179,173)
#DFBDB8
(223,189,184)
#E4C7C3
(228,199,195)
#E9D1CE
(233,209,206)
#EEDBD9
(238,219,217)
#F3E5E4
(243,229,228)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68B81; }

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

This text font color is #C68B81.


Background Color

.myBgColor { background-color: #C68B81; }

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

This div background color is #C68B81.


Border color

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

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

This div border color is #C68B81.


Opacity

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

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

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

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

This text has shadow with #C68B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68B81 on black background.


Color preview on white background

This text has color #C68B81 on white background.



Black color preview on #C68B81 background

This text has black color on #C68B81 background.


White color preview on #C68B81 background

This text has white color on #C68B81 background.