COLOR #CA993B

HEX: #CA993B
RGB: (202,153,59)

Color info

#CA993B contains mainly red and green colors. Web safe color of #CA993B is #CC9933 (or #C93).

RGB color model

#CA993B color RGB value is (202,153,59).

  • red value is 202;
  • green value is 153;
  • blue value is 59.
RGB:
(202,153,59)
(79%,60%,23%)

RGB channels and saturation

R 202 of 255 = 79%
G 153 of 255 = 60%
B 59 of 255 = 23%

202
153
59

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

Portions of RGB colors in percentages

R + G + B =
202 + 153 + 59 = 414 (100%)
R 202 of 414 ~ 48.79%
G 153 of 414 ~ 36.96%
B 59 of 414 ~ 14.25%

%48.79
%36.96
%14.25

CMYK color model

#CA993B color CMYK value is (0,24,71,21).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 70.79%
  • key color value is 20.78%
CMYK:
(0,24,71,21)
C0M24Y71K21 
(0%,24%,71%,21%)
(0.00/0.24/0.71/0.21)	

CMYK percentages

%0
%24.26
%70.79
%20.78

Codes

Color #CA993B in popluar color models

CA993B
RGB20215359
HSL39°57.43%51.18%
HSB/HSV39°70.79%79.22%
CMYK0.00%24.26%70.79%
20.78%

Color #CA993B in popluar number systems.

HEXCA993B
Decimal20215359
Binary1100101010011001111011
Octal31223173

Shades and tints

Shades of #CA993B

#CA993B
(202,153,59)
#B88C36
(184,140,54)
#A67F31
(166,127,49)
#94722C
(148,114,44)
#826527
(130,101,39)
#705822
(112,88,34)
#5E4B1D
(94,75,29)
#4C3E18
(76,62,24)
#3A3113
(58,49,19)
#28240E
(40,36,14)
#161709
(22,23,9)
#000000
(0,0,0)

Tints of #CA993B

#CA993B
(202,153,59)
#CEA24C
(206,162,76)
#D2AB5D
(210,171,93)
#D6B46E
(214,180,110)
#DABD7F
(218,189,127)
#DEC690
(222,198,144)
#E2CFA1
(226,207,161)
#E6D8B2
(230,216,178)
#EAE1C3
(234,225,195)
#EEEAD4
(238,234,212)
#F2F3E5
(242,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA993B color. Also use rgb(202,153,59) instead hex code.

Text Font Color

.myTextColor { color: #CA993B; }

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

This text font color is #CA993B.


Background Color

.myBgColor { background-color: #CA993B; }

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

This div background color is #CA993B.


Border color

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

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

This div border color is #CA993B.


Opacity

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

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

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

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

This text has shadow with #CA993B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA993B on black background.


Color preview on white background

This text has color #CA993B on white background.



Black color preview on #CA993B background

This text has black color on #CA993B background.


White color preview on #CA993B background

This text has white color on #CA993B background.