COLOR #CA783C

HEX: #CA783C
RGB: (202,120,60)

Color info

#CA783C contains mainly red color. Web safe color of #CA783C is #CC6633 (or #C63).

RGB color model

#CA783C color RGB value is (202,120,60).

  • red value is 202;
  • green value is 120;
  • blue value is 60.
RGB:
(202,120,60)
(79%,47%,24%)

RGB channels and saturation

R 202 of 255 = 79%
G 120 of 255 = 47%
B 60 of 255 = 24%

202
120
60

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

Portions of RGB colors in percentages

R + G + B =
202 + 120 + 60 = 382 (100%)
R 202 of 382 ~ 52.88%
G 120 of 382 ~ 31.41%
B 60 of 382 ~ 15.71%

%52.88
%31.41
%15.71

CMYK color model

#CA783C color CMYK value is (0,41,70,21).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 70.30%
  • key color value is 20.78%
CMYK:
(0,41,70,21)
C0M41Y70K21 
(0%,41%,70%,21%)
(0.00/0.41/0.70/0.21)	

CMYK percentages

%0
%40.59
%70.3
%20.78

Codes

Color #CA783C in popluar color models

CA783C
RGB20212060
HSL25°57.26%51.37%
HSB/HSV25°70.30%79.22%
CMYK0.00%40.59%70.30%
20.78%

Color #CA783C in popluar number systems.

HEXCA783C
Decimal20212060
Binary110010101111000111100
Octal31217074

Shades and tints

Shades of #CA783C

#CA783C
(202,120,60)
#B86E37
(184,110,55)
#A66432
(166,100,50)
#945A2D
(148,90,45)
#825028
(130,80,40)
#704623
(112,70,35)
#5E3C1E
(94,60,30)
#4C3219
(76,50,25)
#3A2814
(58,40,20)
#281E0F
(40,30,15)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #CA783C

#CA783C
(202,120,60)
#CE844D
(206,132,77)
#D2905E
(210,144,94)
#D69C6F
(214,156,111)
#DAA880
(218,168,128)
#DEB491
(222,180,145)
#E2C0A2
(226,192,162)
#E6CCB3
(230,204,179)
#EAD8C4
(234,216,196)
#EEE4D5
(238,228,213)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA783C color. Also use rgb(202,120,60) instead hex code.

Text Font Color

.myTextColor { color: #CA783C; }

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

This text font color is #CA783C.


Background Color

.myBgColor { background-color: #CA783C; }

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

This div background color is #CA783C.


Border color

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

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

This div border color is #CA783C.


Opacity

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

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

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

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

This text has shadow with #CA783C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA783C on black background.


Color preview on white background

This text has color #CA783C on white background.



Black color preview on #CA783C background

This text has black color on #CA783C background.


White color preview on #CA783C background

This text has white color on #CA783C background.