COLOR #CF690F

HEX: #CF690F RGB: (207,105,15)

Color info

#CF690F contains mainly red color. Web safe color of #CF690F is #CC6600 (or #C60).

RGB color model

#CF690F color RGB value is (207,105,15).

RGB: (207,105,15) (81%, 41%, 6%)

RGB channels and saturation

R 207 of 255 = 81%
G 105 of 255 = 41%
B 15 of 255 = 6%

207
105
15

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

Portions of RGB colors in percentages

R + G + B = 207 + 105 + 15 = 327 (100%)
R 207 of 327 ~ 63.3%
G 105 of 327 ~ 32.11%
B 15 of 327 ~ 4.59'%

%63.3
%32.11

CMYK color model

#CF690F color CMYK value is (0,49,93,19).

  • cyan value is 0.00%
  • magenta value is 49.28%
  • yellow value is 92.75%
  • key color value is 18.82%

CMYK: (0,49,93,19)
C0M49Y93K19 (0%, 49%, 93%, 19%)
(0.00 / 0.49 / 0.93 / 0.19)

CMYK percentages

%0
%49.28
%92.75
%18.82

Codes

Color #CF690F in popluar color models

CF 69 0F
RGB 207 105 15
HSL 28° 86.49% 43.53%
HSB/HSV 28° 92.75% 81.18%
CMYK 0.00% 49.28% 92.75%
18.82%

Color #CF690F in popluar number systems.

HEX CF 69 0F
Decimal 207 105 15
Binary 11001111 1101001 1111
Octal 317 151 17

Shades and tints

Shades of #CF690F

#CF690F
(207,105,15)
#BD600E
(189,96,14)
#AB570D
(171,87,13)
#994E0C
(153,78,12)
#87450B
(135,69,11)
#753C0A
(117,60,10)
#633309
(99,51,9)
#512A08
(81,42,8)
#3F2107
(63,33,7)
#2D1806
(45,24,6)
#1B0F05
(27,15,5)
#000000
(0,0,0)

Tints of #CF690F

#CF690F
(207,105,15)
#D37624
(211,118,36)
#D78339
(215,131,57)
#DB904E
(219,144,78)
#DF9D63
(223,157,99)
#E3AA78
(227,170,120)
#E7B78D
(231,183,141)
#EBC4A2
(235,196,162)
#EFD1B7
(239,209,183)
#F3DECC
(243,222,204)
#F7EBE1
(247,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF690F color. Also use rgb(207,105,15) instead hex code.

Text Font Color

.myTextColor { color: #CF690F; }

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

This text font color is #CF690F.

Background Color

.myBgColor { background-color: #CF690F; }

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

This div background color is #CF690F.

Border color

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

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

This div border color is #CF690F.

Opacity

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

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

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

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

This text has shadow with #CF690F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF690F.

Preview

Color preview on black background

This text has color #CF690F on black background.


Color preview on white background

This text has color #CF690F on white background.


Black color preview on #CF690F background

This text has black color on #CF690F background.


White color preview on #CF690F background

This text has white color on #CF690F background.


Related colors

Complementary color

Complementary color for #hex is #3096F0.


I love getcolorcode.com

Gradients

Color #CF690F is used in Cadmium Orange gradient.

Cadmium Orange


Triadic colors

1 #0FCF69 and #690FCF with #CF690F are triadic colors.

2 #0F69CF and #69CF0F with #CF690F are triadic colors.