COLOR #C8675B

HEX: #C8675B
RGB: (200,103,91)

Color info

#C8675B contains mainly red color. Web safe color of #C8675B is #CC6666 (or #C66).

RGB color model

#C8675B color RGB value is (200,103,91).

  • red value is 200;
  • green value is 103;
  • blue value is 91.
RGB:
(200,103,91)
(78%,40%,36%)

RGB channels and saturation

R 200 of 255 = 78%
G 103 of 255 = 40%
B 91 of 255 = 36%

200
103
91

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

Portions of RGB colors in percentages

R + G + B =
200 + 103 + 91 = 394 (100%)
R 200 of 394 ~ 50.76%
G 103 of 394 ~ 26.14%
B 91 of 394 ~ 23.1%

%50.76
%26.14
%23.1

CMYK color model

#C8675B color CMYK value is (0,49,55,22).

  • cyan value is 0.00%
  • magenta value is 48.50%
  • yellow value is 54.50%
  • key color value is 21.57%
CMYK:
(0,49,55,22)
C0M49Y55K22 
(0%,49%,55%,22%)
(0.00/0.49/0.55/0.22)	

CMYK percentages

%0
%48.5
%54.5
%21.57

Codes

Color #C8675B in popluar color models

C8675B
RGB20010391
HSL49.77%57.06%
HSB/HSV54.50%78.43%
CMYK0.00%48.50%54.50%
21.57%

Color #C8675B in popluar number systems.

HEXC8675B
Decimal20010391
Binary1100100011001111011011
Octal310147133

Shades and tints

Shades of #C8675B

#C8675B
(200,103,91)
#B65E53
(182,94,83)
#A4554B
(164,85,75)
#924C43
(146,76,67)
#80433B
(128,67,59)
#6E3A33
(110,58,51)
#5C312B
(92,49,43)
#4A2823
(74,40,35)
#381F1B
(56,31,27)
#261613
(38,22,19)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #C8675B

#C8675B
(200,103,91)
#CD7469
(205,116,105)
#D28177
(210,129,119)
#D78E85
(215,142,133)
#DC9B93
(220,155,147)
#E1A8A1
(225,168,161)
#E6B5AF
(230,181,175)
#EBC2BD
(235,194,189)
#F0CFCB
(240,207,203)
#F5DCD9
(245,220,217)
#FAE9E7
(250,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8675B color. Also use rgb(200,103,91) instead hex code.

Text Font Color

.myTextColor { color: #C8675B; }

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

This text font color is #C8675B.


Background Color

.myBgColor { background-color: #C8675B; }

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

This div background color is #C8675B.


Border color

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

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

This div border color is #C8675B.


Opacity

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

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

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

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

This text has shadow with #C8675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8675B on black background.


Color preview on white background

This text has color #C8675B on white background.



Black color preview on #C8675B background

This text has black color on #C8675B background.


White color preview on #C8675B background

This text has white color on #C8675B background.