COLOR #CA574C

HEX: #CA574C
RGB: (202,87,76)

Color info

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

RGB color model

#CA574C color RGB value is (202,87,76).

  • red value is 202;
  • green value is 87;
  • blue value is 76.
RGB:
(202,87,76)
(79%,34%,30%)

RGB channels and saturation

R 202 of 255 = 79%
G 87 of 255 = 34%
B 76 of 255 = 30%

202
87
76

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

Portions of RGB colors in percentages

R + G + B =
202 + 87 + 76 = 365 (100%)
R 202 of 365 ~ 55.34%
G 87 of 365 ~ 23.84%
B 76 of 365 ~ 20.82%

%55.34
%23.84
%20.82

CMYK color model

#CA574C color CMYK value is (0,57,62,21).

  • cyan value is 0.00%
  • magenta value is 56.93%
  • yellow value is 62.38%
  • key color value is 20.78%
CMYK:
(0,57,62,21)
C0M57Y62K21 
(0%,57%,62%,21%)
(0.00/0.57/0.62/0.21)	

CMYK percentages

%0
%56.93
%62.38
%20.78

Codes

Color #CA574C in popluar color models

CA574C
RGB2028776
HSL54.31%54.51%
HSB/HSV62.38%79.22%
CMYK0.00%56.93%62.38%
20.78%

Color #CA574C in popluar number systems.

HEXCA574C
Decimal2028776
Binary1100101010101111001100
Octal312127114

Shades and tints

Shades of #CA574C

#CA574C
(202,87,76)
#B85046
(184,80,70)
#A64940
(166,73,64)
#94423A
(148,66,58)
#823B34
(130,59,52)
#70342E
(112,52,46)
#5E2D28
(94,45,40)
#4C2622
(76,38,34)
#3A1F1C
(58,31,28)
#281816
(40,24,22)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #CA574C

#CA574C
(202,87,76)
#CE665C
(206,102,92)
#D2756C
(210,117,108)
#D6847C
(214,132,124)
#DA938C
(218,147,140)
#DEA29C
(222,162,156)
#E2B1AC
(226,177,172)
#E6C0BC
(230,192,188)
#EACFCC
(234,207,204)
#EEDEDC
(238,222,220)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA574C color. Also use rgb(202,87,76) instead hex code.

Text Font Color

.myTextColor { color: #CA574C; }

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

This text font color is #CA574C.


Background Color

.myBgColor { background-color: #CA574C; }

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

This div background color is #CA574C.


Border color

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

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

This div border color is #CA574C.


Opacity

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

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

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

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

This text has shadow with #CA574C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA574C on black background.


Color preview on white background

This text has color #CA574C on white background.



Black color preview on #CA574C background

This text has black color on #CA574C background.


White color preview on #CA574C background

This text has white color on #CA574C background.