COLOR #CF765D

HEX: #CF765D
RGB: (207,118,93)

Color info

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

RGB color model

#CF765D color RGB value is (207,118,93).

  • red value is 207;
  • green value is 118;
  • blue value is 93.
RGB:
(207,118,93)
(81%,46%,36%)

RGB channels and saturation

R 207 of 255 = 81%
G 118 of 255 = 46%
B 93 of 255 = 36%

207
118
93

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

Portions of RGB colors in percentages

R + G + B =
207 + 118 + 93 = 418 (100%)
R 207 of 418 ~ 49.52%
G 118 of 418 ~ 28.23%
B 93 of 418 ~ 22.25%

%49.52
%28.23
%22.25

CMYK color model

#CF765D color CMYK value is (0,43,55,19).

  • cyan value is 0.00%
  • magenta value is 43.00%
  • yellow value is 55.07%
  • key color value is 18.82%
CMYK:
(0,43,55,19)
C0M43Y55K19 
(0%,43%,55%,19%)
(0.00/0.43/0.55/0.19)	

CMYK percentages

%0
%43
%55.07
%18.82

Codes

Color #CF765D in popluar color models

CF765D
RGB20711893
HSL13°54.29%58.82%
HSB/HSV13°55.07%81.18%
CMYK0.00%43.00%55.07%
18.82%

Color #CF765D in popluar number systems.

HEXCF765D
Decimal20711893
Binary1100111111101101011101
Octal317166135

Shades and tints

Shades of #CF765D

#CF765D
(207,118,93)
#BD6C55
(189,108,85)
#AB624D
(171,98,77)
#995845
(153,88,69)
#874E3D
(135,78,61)
#754435
(117,68,53)
#633A2D
(99,58,45)
#513025
(81,48,37)
#3F261D
(63,38,29)
#2D1C15
(45,28,21)
#1B120D
(27,18,13)
#000000
(0,0,0)

Tints of #CF765D

#CF765D
(207,118,93)
#D3826B
(211,130,107)
#D78E79
(215,142,121)
#DB9A87
(219,154,135)
#DFA695
(223,166,149)
#E3B2A3
(227,178,163)
#E7BEB1
(231,190,177)
#EBCABF
(235,202,191)
#EFD6CD
(239,214,205)
#F3E2DB
(243,226,219)
#F7EEE9
(247,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF765D color. Also use rgb(207,118,93) instead hex code.

Text Font Color

.myTextColor { color: #CF765D; }

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

This text font color is #CF765D.


Background Color

.myBgColor { background-color: #CF765D; }

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

This div background color is #CF765D.


Border color

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

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

This div border color is #CF765D.


Opacity

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

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

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

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

This text has shadow with #CF765D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF765D on black background.


Color preview on white background

This text has color #CF765D on white background.



Black color preview on #CF765D background

This text has black color on #CF765D background.


White color preview on #CF765D background

This text has white color on #CF765D background.