COLOR #CA9571

HEX: #CA9571 RGB: (202,149,113)

Color info

#CA9571 contains mainly red and green colors. Web safe color of #CA9571 is #CC9966 (or #C96).

RGB color model

#CA9571 color RGB value is (202,149,113).

RGB: (202,149,113) (79%, 58%, 44%)

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 113 of 255 = 44%

202
149
113

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

Portions of RGB colors in percentages

R + G + B = 202 + 149 + 113 = 464 (100%)
R 202 of 464 ~ 43.53%
G 149 of 464 ~ 32.11%
B 113 of 464 ~ 24.35'%

%43.53
%32.11
%24.35

CMYK color model

#CA9571 color CMYK value is (0,26,44,21).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 44.06%
  • key color value is 20.78%

CMYK: (0,26,44,21)
C0M26Y44K21 (0%, 26%, 44%, 21%)
(0.00 / 0.26 / 0.44 / 0.21)

CMYK percentages

%0
%26.24
%44.06
%20.78

Codes

Color #CA9571 in popluar color models

CA 95 71
RGB 202 149 113
HSL 24° 45.64% 61.76%
HSB/HSV 24° 44.06% 79.22%
CMYK 0.00% 26.24% 44.06%
20.78%

Color #CA9571 in popluar number systems.

HEX CA 95 71
Decimal 202 149 113
Binary 11001010 10010101 1110001
Octal 312 225 161

Shades and tints

Shades of #CA9571

#CA9571
(202,149,113)
#B88867
(184,136,103)
#A67B5D
(166,123,93)
#946E53
(148,110,83)
#826149
(130,97,73)
#70543F
(112,84,63)
#5E4735
(94,71,53)
#4C3A2B
(76,58,43)
#3A2D21
(58,45,33)
#282017
(40,32,23)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #CA9571

#CA9571
(202,149,113)
#CE9E7D
(206,158,125)
#D2A789
(210,167,137)
#D6B095
(214,176,149)
#DAB9A1
(218,185,161)
#DEC2AD
(222,194,173)
#E2CBB9
(226,203,185)
#E6D4C5
(230,212,197)
#EADDD1
(234,221,209)
#EEE6DD
(238,230,221)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9571 color. Also use rgb(202,149,113) instead hex code.

Text Font Color

.myTextColor { color: #CA9571; }

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

This text font color is #CA9571.

Background Color

.myBgColor { background-color: #CA9571; }

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

This div background color is #CA9571.

Border color

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

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

This div border color is #CA9571.

Opacity

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

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

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

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

This text has shadow with #CA9571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA9571.

Preview

Color preview on black background

This text has color #CA9571 on black background.


Color preview on white background

This text has color #CA9571 on white background.


Black color preview on #CA9571 background

This text has black color on #CA9571 background.


White color preview on #CA9571 background

This text has white color on #CA9571 background.


Related colors

Complementary color

Complementary color for #hex is #356A8E.


I love getcolorcode.com

Triadic colors

1 #71CA95 and #9571CA with #CA9571 are triadic colors.

2 #7195CA and #95CA71 with #CA9571 are triadic colors.