COLOR #CA6106

HEX: #CA6106
RGB: (202,97,6)

Color info

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

RGB color model

#CA6106 color RGB value is (202,97,6).

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

RGB channels and saturation

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

202
97
6

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

Portions of RGB colors in percentages

R + G + B =
202 + 97 + 6 = 305 (100%)
R 202 of 305 ~ 66.23%
G 97 of 305 ~ 31.8%
B 6 of 305 ~ 1.97%

%66.23
%31.8

CMYK color model

#CA6106 color CMYK value is (0,52,97,21).

  • cyan value is 0.00%
  • magenta value is 51.98%
  • yellow value is 97.03%
  • key color value is 20.78%
CMYK:
(0,52,97,21)
C0M52Y97K21 
(0%,52%,97%,21%)
(0.00/0.52/0.97/0.21)	

CMYK percentages

%0
%51.98
%97.03
%20.78

Codes

Color #CA6106 in popluar color models

CA6106
RGB202976
HSL28°94.23%40.78%
HSB/HSV28°97.03%79.22%
CMYK0.00%51.98%97.03%
20.78%

Color #CA6106 in popluar number systems.

HEXCA6106
Decimal202976
Binary110010101100001110
Octal3121416

Shades and tints

Shades of #CA6106

#CA6106
(202,97,6)
#B85906
(184,89,6)
#A65106
(166,81,6)
#944906
(148,73,6)
#824106
(130,65,6)
#703906
(112,57,6)
#5E3106
(94,49,6)
#4C2906
(76,41,6)
#3A2106
(58,33,6)
#281906
(40,25,6)
#161106
(22,17,6)
#000000
(0,0,0)

Tints of #CA6106

#CA6106
(202,97,6)
#CE6F1C
(206,111,28)
#D27D32
(210,125,50)
#D68B48
(214,139,72)
#DA995E
(218,153,94)
#DEA774
(222,167,116)
#E2B58A
(226,181,138)
#E6C3A0
(230,195,160)
#EAD1B6
(234,209,182)
#EEDFCC
(238,223,204)
#F2EDE2
(242,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA6106; }

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

This text font color is #CA6106.


Background Color

.myBgColor { background-color: #CA6106; }

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

This div background color is #CA6106.


Border color

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

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

This div border color is #CA6106.


Opacity

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

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

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

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

This text has shadow with #CA6106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA6106 on black background.


Color preview on white background

This text has color #CA6106 on white background.



Black color preview on #CA6106 background

This text has black color on #CA6106 background.


White color preview on #CA6106 background

This text has white color on #CA6106 background.