COLOR #CF756A

HEX: #CF756A
RGB: (207,117,106)

Color info

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

RGB color model

#CF756A color RGB value is (207,117,106).

  • red value is 207;
  • green value is 117;
  • blue value is 106.
RGB:
(207,117,106)
(81%,46%,42%)

RGB channels and saturation

R 207 of 255 = 81%
G 117 of 255 = 46%
B 106 of 255 = 42%

207
117
106

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

Portions of RGB colors in percentages

R + G + B =
207 + 117 + 106 = 430 (100%)
R 207 of 430 ~ 48.14%
G 117 of 430 ~ 27.21%
B 106 of 430 ~ 24.65%

%48.14
%27.21
%24.65

CMYK color model

#CF756A color CMYK value is (0,43,49,19).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 48.79%
  • key color value is 18.82%
CMYK:
(0,43,49,19)
C0M43Y49K19 
(0%,43%,49%,19%)
(0.00/0.43/0.49/0.19)	

CMYK percentages

%0
%43.48
%48.79
%18.82

Codes

Color #CF756A in popluar color models

CF756A
RGB207117106
HSL51.27%61.37%
HSB/HSV48.79%81.18%
CMYK0.00%43.48%48.79%
18.82%

Color #CF756A in popluar number systems.

HEXCF756A
Decimal207117106
Binary1100111111101011101010
Octal317165152

Shades and tints

Shades of #CF756A

#CF756A
(207,117,106)
#BD6B61
(189,107,97)
#AB6158
(171,97,88)
#99574F
(153,87,79)
#874D46
(135,77,70)
#75433D
(117,67,61)
#633934
(99,57,52)
#512F2B
(81,47,43)
#3F2522
(63,37,34)
#2D1B19
(45,27,25)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #CF756A

#CF756A
(207,117,106)
#D38177
(211,129,119)
#D78D84
(215,141,132)
#DB9991
(219,153,145)
#DFA59E
(223,165,158)
#E3B1AB
(227,177,171)
#E7BDB8
(231,189,184)
#EBC9C5
(235,201,197)
#EFD5D2
(239,213,210)
#F3E1DF
(243,225,223)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF756A color. Also use rgb(207,117,106) instead hex code.

Text Font Color

.myTextColor { color: #CF756A; }

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

This text font color is #CF756A.


Background Color

.myBgColor { background-color: #CF756A; }

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

This div background color is #CF756A.


Border color

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

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

This div border color is #CF756A.


Opacity

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

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

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

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

This text has shadow with #CF756A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF756A on black background.


Color preview on white background

This text has color #CF756A on white background.



Black color preview on #CF756A background

This text has black color on #CF756A background.


White color preview on #CF756A background

This text has white color on #CF756A background.