COLOR #CB6016

HEX: #CB6016
RGB: (203,96,22)

Color info

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

RGB color model

#CB6016 color RGB value is (203,96,22).

  • red value is 203;
  • green value is 96;
  • blue value is 22.
RGB:
(203,96,22)
(80%,38%,9%)

RGB channels and saturation

R 203 of 255 = 80%
G 96 of 255 = 38%
B 22 of 255 = 9%

203
96
22

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

Portions of RGB colors in percentages

R + G + B =
203 + 96 + 22 = 321 (100%)
R 203 of 321 ~ 63.24%
G 96 of 321 ~ 29.91%
B 22 of 321 ~ 6.85%

%63.24
%29.91

CMYK color model

#CB6016 color CMYK value is (0,53,89,20).

  • cyan value is 0.00%
  • magenta value is 52.71%
  • yellow value is 89.16%
  • key color value is 20.39%
CMYK:
(0,53,89,20)
C0M53Y89K20 
(0%,53%,89%,20%)
(0.00/0.53/0.89/0.20)	

CMYK percentages

%0
%52.71
%89.16
%20.39

Codes

Color #CB6016 in popluar color models

CB6016
RGB2039622
HSL25°80.44%44.12%
HSB/HSV25°89.16%79.61%
CMYK0.00%52.71%89.16%
20.39%

Color #CB6016 in popluar number systems.

HEXCB6016
Decimal2039622
Binary11001011110000010110
Octal31314026

Shades and tints

Shades of #CB6016

#CB6016
(203,96,22)
#B95814
(185,88,20)
#A75012
(167,80,18)
#954810
(149,72,16)
#83400E
(131,64,14)
#71380C
(113,56,12)
#5F300A
(95,48,10)
#4D2808
(77,40,8)
#3B2006
(59,32,6)
#291804
(41,24,4)
#171002
(23,16,2)
#000000
(0,0,0)

Tints of #CB6016

#CB6016
(203,96,22)
#CF6E2B
(207,110,43)
#D37C40
(211,124,64)
#D78A55
(215,138,85)
#DB986A
(219,152,106)
#DFA67F
(223,166,127)
#E3B494
(227,180,148)
#E7C2A9
(231,194,169)
#EBD0BE
(235,208,190)
#EFDED3
(239,222,211)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6016 color. Also use rgb(203,96,22) instead hex code.

Text Font Color

.myTextColor { color: #CB6016; }

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

This text font color is #CB6016.


Background Color

.myBgColor { background-color: #CB6016; }

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

This div background color is #CB6016.


Border color

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

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

This div border color is #CB6016.


Opacity

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

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

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

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

This text has shadow with #CB6016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6016 on black background.


Color preview on white background

This text has color #CB6016 on white background.



Black color preview on #CB6016 background

This text has black color on #CB6016 background.


White color preview on #CB6016 background

This text has white color on #CB6016 background.