COLOR #CD8C63

HEX: #CD8C63
RGB: (205,140,99)

Color info

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

RGB color model

#CD8C63 color RGB value is (205,140,99).

  • red value is 205;
  • green value is 140;
  • blue value is 99.
RGB:
(205,140,99)
(80%,55%,39%)

RGB channels and saturation

R 205 of 255 = 80%
G 140 of 255 = 55%
B 99 of 255 = 39%

205
140
99

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

Portions of RGB colors in percentages

R + G + B =
205 + 140 + 99 = 444 (100%)
R 205 of 444 ~ 46.17%
G 140 of 444 ~ 31.53%
B 99 of 444 ~ 22.3%

%46.17
%31.53
%22.3

CMYK color model

#CD8C63 color CMYK value is (0,32,52,20).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 51.71%
  • key color value is 19.61%
CMYK:
(0,32,52,20)
C0M32Y52K20 
(0%,32%,52%,20%)
(0.00/0.32/0.52/0.20)	

CMYK percentages

%0
%31.71
%51.71
%19.61

Codes

Color #CD8C63 in popluar color models

CD8C63
RGB20514099
HSL23°51.46%59.61%
HSB/HSV23°51.71%80.39%
CMYK0.00%31.71%51.71%
19.61%

Color #CD8C63 in popluar number systems.

HEXCD8C63
Decimal20514099
Binary11001101100011001100011
Octal315214143

Shades and tints

Shades of #CD8C63

#CD8C63
(205,140,99)
#BB805A
(187,128,90)
#A97451
(169,116,81)
#976848
(151,104,72)
#855C3F
(133,92,63)
#735036
(115,80,54)
#61442D
(97,68,45)
#4F3824
(79,56,36)
#3D2C1B
(61,44,27)
#2B2012
(43,32,18)
#191409
(25,20,9)
#000000
(0,0,0)

Tints of #CD8C63

#CD8C63
(205,140,99)
#D19671
(209,150,113)
#D5A07F
(213,160,127)
#D9AA8D
(217,170,141)
#DDB49B
(221,180,155)
#E1BEA9
(225,190,169)
#E5C8B7
(229,200,183)
#E9D2C5
(233,210,197)
#EDDCD3
(237,220,211)
#F1E6E1
(241,230,225)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD8C63 color. Also use rgb(205,140,99) instead hex code.

Text Font Color

.myTextColor { color: #CD8C63; }

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

This text font color is #CD8C63.


Background Color

.myBgColor { background-color: #CD8C63; }

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

This div background color is #CD8C63.


Border color

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

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

This div border color is #CD8C63.


Opacity

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

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

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

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

This text has shadow with #CD8C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD8C63 on black background.


Color preview on white background

This text has color #CD8C63 on white background.



Black color preview on #CD8C63 background

This text has black color on #CD8C63 background.


White color preview on #CD8C63 background

This text has white color on #CD8C63 background.