COLOR #CF6A42

HEX: #CF6A42
RGB: (207,106,66)

Color info

#CF6A42 contains mainly red color. Web safe color of #CF6A42 is #CC6633 (or #C63).

RGB color model

#CF6A42 color RGB value is (207,106,66).

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

RGB channels and saturation

R 207 of 255 = 81%
G 106 of 255 = 42%
B 66 of 255 = 26%

207
106
66

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

Portions of RGB colors in percentages

R + G + B =
207 + 106 + 66 = 379 (100%)
R 207 of 379 ~ 54.62%
G 106 of 379 ~ 27.97%
B 66 of 379 ~ 17.41%

%54.62
%27.97
%17.41

CMYK color model

#CF6A42 color CMYK value is (0,49,68,19).

  • cyan value is 0.00%
  • magenta value is 48.79%
  • yellow value is 68.12%
  • key color value is 18.82%
CMYK:
(0,49,68,19)
C0M49Y68K19 
(0%,49%,68%,19%)
(0.00/0.49/0.68/0.19)	

CMYK percentages

%0
%48.79
%68.12
%18.82

Codes

Color #CF6A42 in popluar color models

CF6A42
RGB20710666
HSL17°59.49%53.53%
HSB/HSV17°68.12%81.18%
CMYK0.00%48.79%68.12%
18.82%

Color #CF6A42 in popluar number systems.

HEXCF6A42
Decimal20710666
Binary1100111111010101000010
Octal317152102

Shades and tints

Shades of #CF6A42

#CF6A42
(207,106,66)
#BD613C
(189,97,60)
#AB5836
(171,88,54)
#994F30
(153,79,48)
#87462A
(135,70,42)
#753D24
(117,61,36)
#63341E
(99,52,30)
#512B18
(81,43,24)
#3F2212
(63,34,18)
#2D190C
(45,25,12)
#1B1006
(27,16,6)
#000000
(0,0,0)

Tints of #CF6A42

#CF6A42
(207,106,66)
#D37753
(211,119,83)
#D78464
(215,132,100)
#DB9175
(219,145,117)
#DF9E86
(223,158,134)
#E3AB97
(227,171,151)
#E7B8A8
(231,184,168)
#EBC5B9
(235,197,185)
#EFD2CA
(239,210,202)
#F3DFDB
(243,223,219)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF6A42; }

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

This text font color is #CF6A42.


Background Color

.myBgColor { background-color: #CF6A42; }

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

This div background color is #CF6A42.


Border color

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

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

This div border color is #CF6A42.


Opacity

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

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

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

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

This text has shadow with #CF6A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF6A42 on black background.


Color preview on white background

This text has color #CF6A42 on white background.



Black color preview on #CF6A42 background

This text has black color on #CF6A42 background.


White color preview on #CF6A42 background

This text has white color on #CF6A42 background.