COLOR #C68583

HEX: #C68583 RGB: (198,133,131)

Color info

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

RGB color model

#C68583 color RGB value is (198,133,131).

RGB: (198,133,131) (78%, 52%, 51%)

RGB channels and saturation

R 198 of 255 = 78%
G 133 of 255 = 52%
B 131 of 255 = 51%

198
133
131

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

Portions of RGB colors in percentages

R + G + B = 198 + 133 + 131 = 462 (100%)
R 198 of 462 ~ 42.86%
G 133 of 462 ~ 28.79%
B 131 of 462 ~ 28.35'%

%42.86
%28.79
%28.35

CMYK color model

#C68583 color CMYK value is (0,33,34,22).

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

CMYK: (0,33,34,22)
C0M33Y34K22 (0%, 33%, 34%, 22%)
(0.00 / 0.33 / 0.34 / 0.22)

CMYK percentages

%0
%32.83
%33.84
%22.35

Codes

Color #C68583 in popluar color models

C6 85 83
RGB 198 133 131
HSL 37.02% 64.51%
HSB/HSV 33.84% 77.65%
CMYK 0.00% 32.83% 33.84%
22.35%

Color #C68583 in popluar number systems.

HEX C6 85 83
Decimal 198 133 131
Binary 11000110 10000101 10000011
Octal 306 205 203

Shades and tints

Shades of #C68583

#C68583
(198,133,131)
#B47978
(180,121,120)
#A26D6D
(162,109,109)
#906162
(144,97,98)
#7E5557
(126,85,87)
#6C494C
(108,73,76)
#5A3D41
(90,61,65)
#483136
(72,49,54)
#36252B
(54,37,43)
#241920
(36,25,32)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #C68583

#C68583
(198,133,131)
#CB908E
(203,144,142)
#D09B99
(208,155,153)
#D5A6A4
(213,166,164)
#DAB1AF
(218,177,175)
#DFBCBA
(223,188,186)
#E4C7C5
(228,199,197)
#E9D2D0
(233,210,208)
#EEDDDB
(238,221,219)
#F3E8E6
(243,232,230)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68583; }

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

This text font color is #C68583.

Background Color

.myBgColor { background-color: #C68583; }

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

This div background color is #C68583.

Border color

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

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

This div border color is #C68583.

Opacity

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

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

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

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

This text has shadow with #C68583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68583.

Preview

Color preview on black background

This text has color #C68583 on black background.


Color preview on white background

This text has color #C68583 on white background.


Black color preview on #C68583 background

This text has black color on #C68583 background.


White color preview on #C68583 background

This text has white color on #C68583 background.


Related colors

Complementary color

Complementary color for #hex is #397A7C.


I love getcolorcode.com

Triadic colors

1 #83C685 and #8583C6 with #C68583 are triadic colors.

2 #8385C6 and #85C683 with #C68583 are triadic colors.