COLOR #CA6431

HEX: #CA6431 RGB: (202,100,49)

Color info

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

RGB color model

#CA6431 color RGB value is (202,100,49).

RGB: (202,100,49) (79%, 39%, 19%)

RGB channels and saturation

R 202 of 255 = 79%
G 100 of 255 = 39%
B 49 of 255 = 19%

202
100
49

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

Portions of RGB colors in percentages

R + G + B = 202 + 100 + 49 = 351 (100%)
R 202 of 351 ~ 57.55%
G 100 of 351 ~ 28.49%
B 49 of 351 ~ 13.96'%

%57.55
%28.49
%13.96

CMYK color model

#CA6431 color CMYK value is (0,50,76,21).

  • cyan value is 0.00%
  • magenta value is 50.50%
  • yellow value is 75.74%
  • key color value is 20.78%

CMYK: (0,50,76,21)
C0M50Y76K21 (0%, 50%, 76%, 21%)
(0.00 / 0.50 / 0.76 / 0.21)

CMYK percentages

%0
%50.5
%75.74
%20.78

Codes

Color #CA6431 in popluar color models

CA 64 31
RGB 202 100 49
HSL 20° 60.96% 49.22%
HSB/HSV 20° 75.74% 79.22%
CMYK 0.00% 50.50% 75.74%
20.78%

Color #CA6431 in popluar number systems.

HEX CA 64 31
Decimal 202 100 49
Binary 11001010 1100100 110001
Octal 312 144 61

Shades and tints

Shades of #CA6431

#CA6431
(202,100,49)
#B85B2D
(184,91,45)
#A65229
(166,82,41)
#944925
(148,73,37)
#824021
(130,64,33)
#70371D
(112,55,29)
#5E2E19
(94,46,25)
#4C2515
(76,37,21)
#3A1C11
(58,28,17)
#28130D
(40,19,13)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #CA6431

#CA6431
(202,100,49)
#CE7243
(206,114,67)
#D28055
(210,128,85)
#D68E67
(214,142,103)
#DA9C79
(218,156,121)
#DEAA8B
(222,170,139)
#E2B89D
(226,184,157)
#E6C6AF
(230,198,175)
#EAD4C1
(234,212,193)
#EEE2D3
(238,226,211)
#F2F0E5
(242,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6431 color. Also use rgb(202,100,49) instead hex code.

Text Font Color

.myTextColor { color: #CA6431; }

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

This text font color is #CA6431.

Background Color

.myBgColor { background-color: #CA6431; }

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

This div background color is #CA6431.

Border color

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

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

This div border color is #CA6431.

Opacity

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

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

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

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

This text has shadow with #CA6431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA6431.

Preview

Color preview on black background

This text has color #CA6431 on black background.


Color preview on white background

This text has color #CA6431 on white background.


Black color preview on #CA6431 background

This text has black color on #CA6431 background.


White color preview on #CA6431 background

This text has white color on #CA6431 background.


Related colors

Complementary color

Complementary color for #hex is #359BCE.


I love getcolorcode.com

Triadic colors

1 #31CA64 and #6431CA with #CA6431 are triadic colors.

2 #3164CA and #64CA31 with #CA6431 are triadic colors.