COLOR #C9645E

HEX: #C9645E
RGB: (201,100,94)

Color info

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

RGB color model

#C9645E color RGB value is (201,100,94).

  • red value is 201;
  • green value is 100;
  • blue value is 94.
RGB:
(201,100,94)
(79%,39%,37%)

RGB channels and saturation

R 201 of 255 = 79%
G 100 of 255 = 39%
B 94 of 255 = 37%

201
100
94

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

Portions of RGB colors in percentages

R + G + B =
201 + 100 + 94 = 395 (100%)
R 201 of 395 ~ 50.89%
G 100 of 395 ~ 25.32%
B 94 of 395 ~ 23.8%

%50.89
%25.32
%23.8

CMYK color model

#C9645E color CMYK value is (0,50,53,21).

  • cyan value is 0.00%
  • magenta value is 50.25%
  • yellow value is 53.23%
  • key color value is 21.18%
CMYK:
(0,50,53,21)
C0M50Y53K21 
(0%,50%,53%,21%)
(0.00/0.50/0.53/0.21)	

CMYK percentages

%0
%50.25
%53.23
%21.18

Codes

Color #C9645E in popluar color models

C9645E
RGB20110094
HSL49.77%57.84%
HSB/HSV53.23%78.82%
CMYK0.00%50.25%53.23%
21.18%

Color #C9645E in popluar number systems.

HEXC9645E
Decimal20110094
Binary1100100111001001011110
Octal311144136

Shades and tints

Shades of #C9645E

#C9645E
(201,100,94)
#B75B56
(183,91,86)
#A5524E
(165,82,78)
#934946
(147,73,70)
#81403E
(129,64,62)
#6F3736
(111,55,54)
#5D2E2E
(93,46,46)
#4B2526
(75,37,38)
#391C1E
(57,28,30)
#271316
(39,19,22)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #C9645E

#C9645E
(201,100,94)
#CD726C
(205,114,108)
#D1807A
(209,128,122)
#D58E88
(213,142,136)
#D99C96
(217,156,150)
#DDAAA4
(221,170,164)
#E1B8B2
(225,184,178)
#E5C6C0
(229,198,192)
#E9D4CE
(233,212,206)
#EDE2DC
(237,226,220)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9645E color. Also use rgb(201,100,94) instead hex code.

Text Font Color

.myTextColor { color: #C9645E; }

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

This text font color is #C9645E.


Background Color

.myBgColor { background-color: #C9645E; }

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

This div background color is #C9645E.


Border color

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

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

This div border color is #C9645E.


Opacity

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

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

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

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

This text has shadow with #C9645E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9645E on black background.


Color preview on white background

This text has color #C9645E on white background.



Black color preview on #C9645E background

This text has black color on #C9645E background.


White color preview on #C9645E background

This text has white color on #C9645E background.