COLOR #CE7516

HEX: #CE7516
RGB: (206,117,22)

Color info

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

RGB color model

#CE7516 color RGB value is (206,117,22).

  • red value is 206;
  • green value is 117;
  • blue value is 22.
RGB:
(206,117,22)
(81%,46%,9%)

RGB channels and saturation

R 206 of 255 = 81%
G 117 of 255 = 46%
B 22 of 255 = 9%

206
117
22

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

Portions of RGB colors in percentages

R + G + B =
206 + 117 + 22 = 345 (100%)
R 206 of 345 ~ 59.71%
G 117 of 345 ~ 33.91%
B 22 of 345 ~ 6.38%

%59.71
%33.91

CMYK color model

#CE7516 color CMYK value is (0,43,89,19).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 89.32%
  • key color value is 19.22%
CMYK:
(0,43,89,19)
C0M43Y89K19 
(0%,43%,89%,19%)
(0.00/0.43/0.89/0.19)	

CMYK percentages

%0
%43.2
%89.32
%19.22

Codes

Color #CE7516 in popluar color models

CE7516
RGB20611722
HSL31°80.70%44.71%
HSB/HSV31°89.32%80.78%
CMYK0.00%43.20%89.32%
19.22%

Color #CE7516 in popluar number systems.

HEXCE7516
Decimal20611722
Binary11001110111010110110
Octal31616526

Shades and tints

Shades of #CE7516

#CE7516
(206,117,22)
#BC6B14
(188,107,20)
#AA6112
(170,97,18)
#985710
(152,87,16)
#864D0E
(134,77,14)
#74430C
(116,67,12)
#62390A
(98,57,10)
#502F08
(80,47,8)
#3E2506
(62,37,6)
#2C1B04
(44,27,4)
#1A1102
(26,17,2)
#000000
(0,0,0)

Tints of #CE7516

#CE7516
(206,117,22)
#D2812B
(210,129,43)
#D68D40
(214,141,64)
#DA9955
(218,153,85)
#DEA56A
(222,165,106)
#E2B17F
(226,177,127)
#E6BD94
(230,189,148)
#EAC9A9
(234,201,169)
#EED5BE
(238,213,190)
#F2E1D3
(242,225,211)
#F6EDE8
(246,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7516 color. Also use rgb(206,117,22) instead hex code.

Text Font Color

.myTextColor { color: #CE7516; }

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

This text font color is #CE7516.


Background Color

.myBgColor { background-color: #CE7516; }

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

This div background color is #CE7516.


Border color

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

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

This div border color is #CE7516.


Opacity

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

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

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

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

This text has shadow with #CE7516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7516 on black background.


Color preview on white background

This text has color #CE7516 on white background.



Black color preview on #CE7516 background

This text has black color on #CE7516 background.


White color preview on #CE7516 background

This text has white color on #CE7516 background.