COLOR #CA6206

HEX: #CA6206
RGB: (202,98,6)

Color info

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

RGB color model

#CA6206 color RGB value is (202,98,6).

  • red value is 202;
  • green value is 98;
  • blue value is 6.
RGB:
(202,98,6)
(79%,38%,2%)

RGB channels and saturation

R 202 of 255 = 79%
G 98 of 255 = 38%
B 6 of 255 = 2%

202
98
6

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

Portions of RGB colors in percentages

R + G + B =
202 + 98 + 6 = 306 (100%)
R 202 of 306 ~ 66.01%
G 98 of 306 ~ 32.03%
B 6 of 306 ~ 1.96%

%66.01
%32.03

CMYK color model

#CA6206 color CMYK value is (0,51,97,21).

  • cyan value is 0.00%
  • magenta value is 51.49%
  • yellow value is 97.03%
  • key color value is 20.78%
CMYK:
(0,51,97,21)
C0M51Y97K21 
(0%,51%,97%,21%)
(0.00/0.51/0.97/0.21)	

CMYK percentages

%0
%51.49
%97.03
%20.78

Codes

Color #CA6206 in popluar color models

CA6206
RGB202986
HSL28°94.23%40.78%
HSB/HSV28°97.03%79.22%
CMYK0.00%51.49%97.03%
20.78%

Color #CA6206 in popluar number systems.

HEXCA6206
Decimal202986
Binary110010101100010110
Octal3121426

Shades and tints

Shades of #CA6206

#CA6206
(202,98,6)
#B85A06
(184,90,6)
#A65206
(166,82,6)
#944A06
(148,74,6)
#824206
(130,66,6)
#703A06
(112,58,6)
#5E3206
(94,50,6)
#4C2A06
(76,42,6)
#3A2206
(58,34,6)
#281A06
(40,26,6)
#161206
(22,18,6)
#000000
(0,0,0)

Tints of #CA6206

#CA6206
(202,98,6)
#CE701C
(206,112,28)
#D27E32
(210,126,50)
#D68C48
(214,140,72)
#DA9A5E
(218,154,94)
#DEA874
(222,168,116)
#E2B68A
(226,182,138)
#E6C4A0
(230,196,160)
#EAD2B6
(234,210,182)
#EEE0CC
(238,224,204)
#F2EEE2
(242,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6206 color. Also use rgb(202,98,6) instead hex code.

Text Font Color

.myTextColor { color: #CA6206; }

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

This text font color is #CA6206.


Background Color

.myBgColor { background-color: #CA6206; }

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

This div background color is #CA6206.


Border color

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

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

This div border color is #CA6206.


Opacity

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

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

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

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

This text has shadow with #CA6206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA6206 on black background.


Color preview on white background

This text has color #CA6206 on white background.



Black color preview on #CA6206 background

This text has black color on #CA6206 background.


White color preview on #CA6206 background

This text has white color on #CA6206 background.