COLOR #CD6139

HEX: #CD6139
RGB: (205,97,57)

Color info

#CD6139 contains mainly red color. Web safe color of #CD6139 is #CC6633 (or #C63).

RGB color model

#CD6139 color RGB value is (205,97,57).

  • red value is 205;
  • green value is 97;
  • blue value is 57.
RGB:
(205,97,57)
(80%,38%,22%)

RGB channels and saturation

R 205 of 255 = 80%
G 97 of 255 = 38%
B 57 of 255 = 22%

205
97
57

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

Portions of RGB colors in percentages

R + G + B =
205 + 97 + 57 = 359 (100%)
R 205 of 359 ~ 57.1%
G 97 of 359 ~ 27.02%
B 57 of 359 ~ 15.88%

%57.1
%27.02
%15.88

CMYK color model

#CD6139 color CMYK value is (0,53,72,20).

  • cyan value is 0.00%
  • magenta value is 52.68%
  • yellow value is 72.20%
  • key color value is 19.61%
CMYK:
(0,53,72,20)
C0M53Y72K20 
(0%,53%,72%,20%)
(0.00/0.53/0.72/0.20)	

CMYK percentages

%0
%52.68
%72.2
%19.61

Codes

Color #CD6139 in popluar color models

CD6139
RGB2059757
HSL16°59.68%51.37%
HSB/HSV16°72.20%80.39%
CMYK0.00%52.68%72.20%
19.61%

Color #CD6139 in popluar number systems.

HEXCD6139
Decimal2059757
Binary110011011100001111001
Octal31514171

Shades and tints

Shades of #CD6139

#CD6139
(205,97,57)
#BB5934
(187,89,52)
#A9512F
(169,81,47)
#97492A
(151,73,42)
#854125
(133,65,37)
#733920
(115,57,32)
#61311B
(97,49,27)
#4F2916
(79,41,22)
#3D2111
(61,33,17)
#2B190C
(43,25,12)
#191107
(25,17,7)
#000000
(0,0,0)

Tints of #CD6139

#CD6139
(205,97,57)
#D16F4B
(209,111,75)
#D57D5D
(213,125,93)
#D98B6F
(217,139,111)
#DD9981
(221,153,129)
#E1A793
(225,167,147)
#E5B5A5
(229,181,165)
#E9C3B7
(233,195,183)
#EDD1C9
(237,209,201)
#F1DFDB
(241,223,219)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD6139 color. Also use rgb(205,97,57) instead hex code.

Text Font Color

.myTextColor { color: #CD6139; }

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

This text font color is #CD6139.


Background Color

.myBgColor { background-color: #CD6139; }

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

This div background color is #CD6139.


Border color

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

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

This div border color is #CD6139.


Opacity

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

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

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

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

This text has shadow with #CD6139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD6139 on black background.


Color preview on white background

This text has color #CD6139 on white background.



Black color preview on #CD6139 background

This text has black color on #CD6139 background.


White color preview on #CD6139 background

This text has white color on #CD6139 background.