COLOR #C9635D

HEX: #C9635D
RGB: (201,99,93)

Color info

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

RGB color model

#C9635D color RGB value is (201,99,93).

  • red value is 201;
  • green value is 99;
  • blue value is 93.
RGB:
(201,99,93)
(79%,39%,36%)

RGB channels and saturation

R 201 of 255 = 79%
G 99 of 255 = 39%
B 93 of 255 = 36%

201
99
93

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

Portions of RGB colors in percentages

R + G + B =
201 + 99 + 93 = 393 (100%)
R 201 of 393 ~ 51.15%
G 99 of 393 ~ 25.19%
B 93 of 393 ~ 23.66%

%51.15
%25.19
%23.66

CMYK color model

#C9635D color CMYK value is (0,51,54,21).

  • cyan value is 0.00%
  • magenta value is 50.75%
  • yellow value is 53.73%
  • key color value is 21.18%
CMYK:
(0,51,54,21)
C0M51Y54K21 
(0%,51%,54%,21%)
(0.00/0.51/0.54/0.21)	

CMYK percentages

%0
%50.75
%53.73
%21.18

Codes

Color #C9635D in popluar color models

C9635D
RGB2019993
HSL50.00%57.65%
HSB/HSV53.73%78.82%
CMYK0.00%50.75%53.73%
21.18%

Color #C9635D in popluar number systems.

HEXC9635D
Decimal2019993
Binary1100100111000111011101
Octal311143135

Shades and tints

Shades of #C9635D

#C9635D
(201,99,93)
#B75A55
(183,90,85)
#A5514D
(165,81,77)
#934845
(147,72,69)
#813F3D
(129,63,61)
#6F3635
(111,54,53)
#5D2D2D
(93,45,45)
#4B2425
(75,36,37)
#391B1D
(57,27,29)
#271215
(39,18,21)
#15090D
(21,9,13)
#000000
(0,0,0)

Tints of #C9635D

#C9635D
(201,99,93)
#CD716B
(205,113,107)
#D17F79
(209,127,121)
#D58D87
(213,141,135)
#D99B95
(217,155,149)
#DDA9A3
(221,169,163)
#E1B7B1
(225,183,177)
#E5C5BF
(229,197,191)
#E9D3CD
(233,211,205)
#EDE1DB
(237,225,219)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9635D color. Also use rgb(201,99,93) instead hex code.

Text Font Color

.myTextColor { color: #C9635D; }

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

This text font color is #C9635D.


Background Color

.myBgColor { background-color: #C9635D; }

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

This div background color is #C9635D.


Border color

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

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

This div border color is #C9635D.


Opacity

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

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

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

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

This text has shadow with #C9635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9635D on black background.


Color preview on white background

This text has color #C9635D on white background.



Black color preview on #C9635D background

This text has black color on #C9635D background.


White color preview on #C9635D background

This text has white color on #C9635D background.