COLOR #CA5A15

HEX: #CA5A15
RGB: (202,90,21)

Color info

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

RGB color model

#CA5A15 color RGB value is (202,90,21).

  • red value is 202;
  • green value is 90;
  • blue value is 21.
RGB:
(202,90,21)
(79%,35%,8%)

RGB channels and saturation

R 202 of 255 = 79%
G 90 of 255 = 35%
B 21 of 255 = 8%

202
90
21

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

Portions of RGB colors in percentages

R + G + B =
202 + 90 + 21 = 313 (100%)
R 202 of 313 ~ 64.54%
G 90 of 313 ~ 28.75%
B 21 of 313 ~ 6.71%

%64.54
%28.75

CMYK color model

#CA5A15 color CMYK value is (0,55,90,21).

  • cyan value is 0.00%
  • magenta value is 55.45%
  • yellow value is 89.60%
  • key color value is 20.78%
CMYK:
(0,55,90,21)
C0M55Y90K21 
(0%,55%,90%,21%)
(0.00/0.55/0.90/0.21)	

CMYK percentages

%0
%55.45
%89.6
%20.78

Codes

Color #CA5A15 in popluar color models

CA5A15
RGB2029021
HSL23°81.17%43.73%
HSB/HSV23°89.60%79.22%
CMYK0.00%55.45%89.60%
20.78%

Color #CA5A15 in popluar number systems.

HEXCA5A15
Decimal2029021
Binary11001010101101010101
Octal31213225

Shades and tints

Shades of #CA5A15

#CA5A15
(202,90,21)
#B85214
(184,82,20)
#A64A13
(166,74,19)
#944212
(148,66,18)
#823A11
(130,58,17)
#703210
(112,50,16)
#5E2A0F
(94,42,15)
#4C220E
(76,34,14)
#3A1A0D
(58,26,13)
#28120C
(40,18,12)
#160A0B
(22,10,11)
#000000
(0,0,0)

Tints of #CA5A15

#CA5A15
(202,90,21)
#CE692A
(206,105,42)
#D2783F
(210,120,63)
#D68754
(214,135,84)
#DA9669
(218,150,105)
#DEA57E
(222,165,126)
#E2B493
(226,180,147)
#E6C3A8
(230,195,168)
#EAD2BD
(234,210,189)
#EEE1D2
(238,225,210)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA5A15 color. Also use rgb(202,90,21) instead hex code.

Text Font Color

.myTextColor { color: #CA5A15; }

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

This text font color is #CA5A15.


Background Color

.myBgColor { background-color: #CA5A15; }

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

This div background color is #CA5A15.


Border color

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

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

This div border color is #CA5A15.


Opacity

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

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

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

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

This text has shadow with #CA5A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA5A15 on black background.


Color preview on white background

This text has color #CA5A15 on white background.



Black color preview on #CA5A15 background

This text has black color on #CA5A15 background.


White color preview on #CA5A15 background

This text has white color on #CA5A15 background.