COLOR #C88B65

HEX: #C88B65
RGB: (200,139,101)

Color info

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

RGB color model

#C88B65 color RGB value is (200,139,101).

  • red value is 200;
  • green value is 139;
  • blue value is 101.
RGB:
(200,139,101)
(78%,55%,40%)

RGB channels and saturation

R 200 of 255 = 78%
G 139 of 255 = 55%
B 101 of 255 = 40%

200
139
101

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

Portions of RGB colors in percentages

R + G + B =
200 + 139 + 101 = 440 (100%)
R 200 of 440 ~ 45.45%
G 139 of 440 ~ 31.59%
B 101 of 440 ~ 22.95%

%45.45
%31.59
%22.95

CMYK color model

#C88B65 color CMYK value is (0,31,50,22).

  • cyan value is 0.00%
  • magenta value is 30.50%
  • yellow value is 49.50%
  • key color value is 21.57%
CMYK:
(0,31,50,22)
C0M31Y50K22 
(0%,31%,50%,22%)
(0.00/0.31/0.50/0.22)	

CMYK percentages

%0
%30.5
%49.5
%21.57

Codes

Color #C88B65 in popluar color models

C88B65
RGB200139101
HSL23°47.37%59.02%
HSB/HSV23°49.50%78.43%
CMYK0.00%30.50%49.50%
21.57%

Color #C88B65 in popluar number systems.

HEXC88B65
Decimal200139101
Binary11001000100010111100101
Octal310213145

Shades and tints

Shades of #C88B65

#C88B65
(200,139,101)
#B67F5C
(182,127,92)
#A47353
(164,115,83)
#92674A
(146,103,74)
#805B41
(128,91,65)
#6E4F38
(110,79,56)
#5C432F
(92,67,47)
#4A3726
(74,55,38)
#382B1D
(56,43,29)
#261F14
(38,31,20)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #C88B65

#C88B65
(200,139,101)
#CD9573
(205,149,115)
#D29F81
(210,159,129)
#D7A98F
(215,169,143)
#DCB39D
(220,179,157)
#E1BDAB
(225,189,171)
#E6C7B9
(230,199,185)
#EBD1C7
(235,209,199)
#F0DBD5
(240,219,213)
#F5E5E3
(245,229,227)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88B65 color. Also use rgb(200,139,101) instead hex code.

Text Font Color

.myTextColor { color: #C88B65; }

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

This text font color is #C88B65.


Background Color

.myBgColor { background-color: #C88B65; }

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

This div background color is #C88B65.


Border color

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

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

This div border color is #C88B65.


Opacity

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

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

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

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

This text has shadow with #C88B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88B65 on black background.


Color preview on white background

This text has color #C88B65 on white background.



Black color preview on #C88B65 background

This text has black color on #C88B65 background.


White color preview on #C88B65 background

This text has white color on #C88B65 background.