COLOR #CA7863

HEX: #CA7863 RGB: (202,120,99)

Color info

#CA7863 contains mainly red color. Web safe color of #CA7863 is #CC6666 (or #C66).

RGB color model

#CA7863 color RGB value is (202,120,99).

RGB: (202,120,99) (79%, 47%, 39%)

RGB channels and saturation

R 202 of 255 = 79%
G 120 of 255 = 47%
B 99 of 255 = 39%

202
120
99

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

Portions of RGB colors in percentages

R + G + B = 202 + 120 + 99 = 421 (100%)
R 202 of 421 ~ 47.98%
G 120 of 421 ~ 28.5%
B 99 of 421 ~ 23.52'%

%47.98
%28.5
%23.52

CMYK color model

#CA7863 color CMYK value is (0,41,51,21).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 50.99%
  • key color value is 20.78%

CMYK: (0,41,51,21)
C0M41Y51K21 (0%, 41%, 51%, 21%)
(0.00 / 0.41 / 0.51 / 0.21)

CMYK percentages

%0
%40.59
%50.99
%20.78

Codes

Color #CA7863 in popluar color models

CA 78 63
RGB 202 120 99
HSL 12° 49.28% 59.02%
HSB/HSV 12° 50.99% 79.22%
CMYK 0.00% 40.59% 50.99%
20.78%

Color #CA7863 in popluar number systems.

HEX CA 78 63
Decimal 202 120 99
Binary 11001010 1111000 1100011
Octal 312 170 143

Shades and tints

Shades of #CA7863

#CA7863
(202,120,99)
#B86E5A
(184,110,90)
#A66451
(166,100,81)
#945A48
(148,90,72)
#82503F
(130,80,63)
#704636
(112,70,54)
#5E3C2D
(94,60,45)
#4C3224
(76,50,36)
#3A281B
(58,40,27)
#281E12
(40,30,18)
#161409
(22,20,9)
#000000
(0,0,0)

Tints of #CA7863

#CA7863
(202,120,99)
#CE8471
(206,132,113)
#D2907F
(210,144,127)
#D69C8D
(214,156,141)
#DAA89B
(218,168,155)
#DEB4A9
(222,180,169)
#E2C0B7
(226,192,183)
#E6CCC5
(230,204,197)
#EAD8D3
(234,216,211)
#EEE4E1
(238,228,225)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA7863; }

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

This text font color is #CA7863.

Background Color

.myBgColor { background-color: #CA7863; }

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

This div background color is #CA7863.

Border color

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

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

This div border color is #CA7863.

Opacity

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

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

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

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

This text has shadow with #CA7863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA7863.

Preview

Color preview on black background

This text has color #CA7863 on black background.


Color preview on white background

This text has color #CA7863 on white background.


Black color preview on #CA7863 background

This text has black color on #CA7863 background.


White color preview on #CA7863 background

This text has white color on #CA7863 background.


Related colors

Complementary color

Complementary color for #hex is #35879C.


I love getcolorcode.com

Triadic colors

1 #63CA78 and #7863CA with #CA7863 are triadic colors.

2 #6378CA and #78CA63 with #CA7863 are triadic colors.