COLOR #CF9F42

HEX: #CF9F42
RGB: (207,159,66)

Color info

#CF9F42 contains mainly red and green colors. Web safe color of #CF9F42 is #CC9933 (or #C93).

RGB color model

#CF9F42 color RGB value is (207,159,66).

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

RGB channels and saturation

R 207 of 255 = 81%
G 159 of 255 = 62%
B 66 of 255 = 26%

207
159
66

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

Portions of RGB colors in percentages

R + G + B =
207 + 159 + 66 = 432 (100%)
R 207 of 432 ~ 47.92%
G 159 of 432 ~ 36.81%
B 66 of 432 ~ 15.28%

%47.92
%36.81
%15.28

CMYK color model

#CF9F42 color CMYK value is (0,23,68,19).

  • cyan value is 0.00%
  • magenta value is 23.19%
  • yellow value is 68.12%
  • key color value is 18.82%
CMYK:
(0,23,68,19)
C0M23Y68K19 
(0%,23%,68%,19%)
(0.00/0.23/0.68/0.19)	

CMYK percentages

%0
%23.19
%68.12
%18.82

Codes

Color #CF9F42 in popluar color models

CF9F42
RGB20715966
HSL40°59.49%53.53%
HSB/HSV40°68.12%81.18%
CMYK0.00%23.19%68.12%
18.82%

Color #CF9F42 in popluar number systems.

HEXCF9F42
Decimal20715966
Binary11001111100111111000010
Octal317237102

Shades and tints

Shades of #CF9F42

#CF9F42
(207,159,66)
#BD913C
(189,145,60)
#AB8336
(171,131,54)
#997530
(153,117,48)
#87672A
(135,103,42)
#755924
(117,89,36)
#634B1E
(99,75,30)
#513D18
(81,61,24)
#3F2F12
(63,47,18)
#2D210C
(45,33,12)
#1B1306
(27,19,6)
#000000
(0,0,0)

Tints of #CF9F42

#CF9F42
(207,159,66)
#D3A753
(211,167,83)
#D7AF64
(215,175,100)
#DBB775
(219,183,117)
#DFBF86
(223,191,134)
#E3C797
(227,199,151)
#E7CFA8
(231,207,168)
#EBD7B9
(235,215,185)
#EFDFCA
(239,223,202)
#F3E7DB
(243,231,219)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF9F42; }

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

This text font color is #CF9F42.


Background Color

.myBgColor { background-color: #CF9F42; }

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

This div background color is #CF9F42.


Border color

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

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

This div border color is #CF9F42.


Opacity

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

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

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

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

This text has shadow with #CF9F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF9F42 on black background.


Color preview on white background

This text has color #CF9F42 on white background.



Black color preview on #CF9F42 background

This text has black color on #CF9F42 background.


White color preview on #CF9F42 background

This text has white color on #CF9F42 background.