COLOR #C68777

HEX: #C68777
RGB: (198,135,119)

Color info

#C68777 contains mainly red color. Web safe color of #C68777 is #CC9966 (or #C96).

RGB color model

#C68777 color RGB value is (198,135,119).

  • red value is 198;
  • green value is 135;
  • blue value is 119.
RGB:
(198,135,119)
(78%,53%,47%)

RGB channels and saturation

R 198 of 255 = 78%
G 135 of 255 = 53%
B 119 of 255 = 47%

198
135
119

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

Portions of RGB colors in percentages

R + G + B =
198 + 135 + 119 = 452 (100%)
R 198 of 452 ~ 43.81%
G 135 of 452 ~ 29.87%
B 119 of 452 ~ 26.33%

%43.81
%29.87
%26.33

CMYK color model

#C68777 color CMYK value is (0,32,40,22).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 39.90%
  • key color value is 22.35%
CMYK:
(0,32,40,22)
C0M32Y40K22 
(0%,32%,40%,22%)
(0.00/0.32/0.40/0.22)	

CMYK percentages

%0
%31.82
%39.9
%22.35

Codes

Color #C68777 in popluar color models

C68777
RGB198135119
HSL12°40.93%62.16%
HSB/HSV12°39.90%77.65%
CMYK0.00%31.82%39.90%
22.35%

Color #C68777 in popluar number systems.

HEXC68777
Decimal198135119
Binary11000110100001111110111
Octal306207167

Shades and tints

Shades of #C68777

#C68777
(198,135,119)
#B47B6D
(180,123,109)
#A26F63
(162,111,99)
#906359
(144,99,89)
#7E574F
(126,87,79)
#6C4B45
(108,75,69)
#5A3F3B
(90,63,59)
#483331
(72,51,49)
#362727
(54,39,39)
#241B1D
(36,27,29)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #C68777

#C68777
(198,135,119)
#CB9183
(203,145,131)
#D09B8F
(208,155,143)
#D5A59B
(213,165,155)
#DAAFA7
(218,175,167)
#DFB9B3
(223,185,179)
#E4C3BF
(228,195,191)
#E9CDCB
(233,205,203)
#EED7D7
(238,215,215)
#F3E1E3
(243,225,227)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68777; }

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

This text font color is #C68777.


Background Color

.myBgColor { background-color: #C68777; }

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

This div background color is #C68777.


Border color

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

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

This div border color is #C68777.


Opacity

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

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

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

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

This text has shadow with #C68777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68777 on black background.


Color preview on white background

This text has color #C68777 on white background.



Black color preview on #C68777 background

This text has black color on #C68777 background.


White color preview on #C68777 background

This text has white color on #C68777 background.