COLOR #CA5F49

HEX: #CA5F49 RGB: (202,95,73)

Color info

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

RGB color model

#CA5F49 color RGB value is (202,95,73).

RGB: (202,95,73) (79%, 37%, 29%)

RGB channels and saturation

R 202 of 255 = 79%
G 95 of 255 = 37%
B 73 of 255 = 29%

202
95
73

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

Portions of RGB colors in percentages

R + G + B = 202 + 95 + 73 = 370 (100%)
R 202 of 370 ~ 54.59%
G 95 of 370 ~ 25.68%
B 73 of 370 ~ 19.73'%

%54.59
%25.68
%19.73

CMYK color model

#CA5F49 color CMYK value is (0,53,64,21).

  • cyan value is 0.00%
  • magenta value is 52.97%
  • yellow value is 63.86%
  • key color value is 20.78%

CMYK: (0,53,64,21)
C0M53Y64K21 (0%, 53%, 64%, 21%)
(0.00 / 0.53 / 0.64 / 0.21)

CMYK percentages

%0
%52.97
%63.86
%20.78

Codes

Color #CA5F49 in popluar color models

CA 5F 49
RGB 202 95 73
HSL 10° 54.89% 53.92%
HSB/HSV 10° 63.86% 79.22%
CMYK 0.00% 52.97% 63.86%
20.78%

Color #CA5F49 in popluar number systems.

HEX CA 5F 49
Decimal 202 95 73
Binary 11001010 1011111 1001001
Octal 312 137 111

Shades and tints

Shades of #CA5F49

#CA5F49
(202,95,73)
#B85743
(184,87,67)
#A64F3D
(166,79,61)
#944737
(148,71,55)
#823F31
(130,63,49)
#70372B
(112,55,43)
#5E2F25
(94,47,37)
#4C271F
(76,39,31)
#3A1F19
(58,31,25)
#281713
(40,23,19)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #CA5F49

#CA5F49
(202,95,73)
#CE6D59
(206,109,89)
#D27B69
(210,123,105)
#D68979
(214,137,121)
#DA9789
(218,151,137)
#DEA599
(222,165,153)
#E2B3A9
(226,179,169)
#E6C1B9
(230,193,185)
#EACFC9
(234,207,201)
#EEDDD9
(238,221,217)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA5F49 color. Also use rgb(202,95,73) instead hex code.

Text Font Color

.myTextColor { color: #CA5F49; }

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

This text font color is #CA5F49.

Background Color

.myBgColor { background-color: #CA5F49; }

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

This div background color is #CA5F49.

Border color

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

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

This div border color is #CA5F49.

Opacity

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

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

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

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

This text has shadow with #CA5F49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA5F49.

Preview

Color preview on black background

This text has color #CA5F49 on black background.


Color preview on white background

This text has color #CA5F49 on white background.


Black color preview on #CA5F49 background

This text has black color on #CA5F49 background.


White color preview on #CA5F49 background

This text has white color on #CA5F49 background.


Related colors

Complementary color

Complementary color for #hex is #35A0B6.


I love getcolorcode.com

Triadic colors

1 #49CA5F and #5F49CA with #CA5F49 are triadic colors.

2 #495FCA and #5FCA49 with #CA5F49 are triadic colors.