COLOR #CF635B

HEX: #CF635B
RGB: (207,99,91)

Color info

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

RGB color model

#CF635B color RGB value is (207,99,91).

  • red value is 207;
  • green value is 99;
  • blue value is 91.
RGB:
(207,99,91)
(81%,39%,36%)

RGB channels and saturation

R 207 of 255 = 81%
G 99 of 255 = 39%
B 91 of 255 = 36%

207
99
91

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

Portions of RGB colors in percentages

R + G + B =
207 + 99 + 91 = 397 (100%)
R 207 of 397 ~ 52.14%
G 99 of 397 ~ 24.94%
B 91 of 397 ~ 22.92%

%52.14
%24.94
%22.92

CMYK color model

#CF635B color CMYK value is (0,52,56,19).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 56.04%
  • key color value is 18.82%
CMYK:
(0,52,56,19)
C0M52Y56K19 
(0%,52%,56%,19%)
(0.00/0.52/0.56/0.19)	

CMYK percentages

%0
%52.17
%56.04
%18.82

Codes

Color #CF635B in popluar color models

CF635B
RGB2079991
HSL54.72%58.43%
HSB/HSV56.04%81.18%
CMYK0.00%52.17%56.04%
18.82%

Color #CF635B in popluar number systems.

HEXCF635B
Decimal2079991
Binary1100111111000111011011
Octal317143133

Shades and tints

Shades of #CF635B

#CF635B
(207,99,91)
#BD5A53
(189,90,83)
#AB514B
(171,81,75)
#994843
(153,72,67)
#873F3B
(135,63,59)
#753633
(117,54,51)
#632D2B
(99,45,43)
#512423
(81,36,35)
#3F1B1B
(63,27,27)
#2D1213
(45,18,19)
#1B090B
(27,9,11)
#000000
(0,0,0)

Tints of #CF635B

#CF635B
(207,99,91)
#D37169
(211,113,105)
#D77F77
(215,127,119)
#DB8D85
(219,141,133)
#DF9B93
(223,155,147)
#E3A9A1
(227,169,161)
#E7B7AF
(231,183,175)
#EBC5BD
(235,197,189)
#EFD3CB
(239,211,203)
#F3E1D9
(243,225,217)
#F7EFE7
(247,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF635B color. Also use rgb(207,99,91) instead hex code.

Text Font Color

.myTextColor { color: #CF635B; }

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

This text font color is #CF635B.


Background Color

.myBgColor { background-color: #CF635B; }

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

This div background color is #CF635B.


Border color

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

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

This div border color is #CF635B.


Opacity

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

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

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

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

This text has shadow with #CF635B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF635B on black background.


Color preview on white background

This text has color #CF635B on white background.



Black color preview on #CF635B background

This text has black color on #CF635B background.


White color preview on #CF635B background

This text has white color on #CF635B background.