COLOR #CA7552

HEX: #CA7552
RGB: (202,117,82)

Color info

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

RGB color model

#CA7552 color RGB value is (202,117,82).

  • red value is 202;
  • green value is 117;
  • blue value is 82.
RGB:
(202,117,82)
(79%,46%,32%)

RGB channels and saturation

R 202 of 255 = 79%
G 117 of 255 = 46%
B 82 of 255 = 32%

202
117
82

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

Portions of RGB colors in percentages

R + G + B =
202 + 117 + 82 = 401 (100%)
R 202 of 401 ~ 50.37%
G 117 of 401 ~ 29.18%
B 82 of 401 ~ 20.45%

%50.37
%29.18
%20.45

CMYK color model

#CA7552 color CMYK value is (0,42,59,21).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 59.41%
  • key color value is 20.78%
CMYK:
(0,42,59,21)
C0M42Y59K21 
(0%,42%,59%,21%)
(0.00/0.42/0.59/0.21)	

CMYK percentages

%0
%42.08
%59.41
%20.78

Codes

Color #CA7552 in popluar color models

CA7552
RGB20211782
HSL18°53.10%55.69%
HSB/HSV18°59.41%79.22%
CMYK0.00%42.08%59.41%
20.78%

Color #CA7552 in popluar number systems.

HEXCA7552
Decimal20211782
Binary1100101011101011010010
Octal312165122

Shades and tints

Shades of #CA7552

#CA7552
(202,117,82)
#B86B4B
(184,107,75)
#A66144
(166,97,68)
#94573D
(148,87,61)
#824D36
(130,77,54)
#70432F
(112,67,47)
#5E3928
(94,57,40)
#4C2F21
(76,47,33)
#3A251A
(58,37,26)
#281B13
(40,27,19)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #CA7552

#CA7552
(202,117,82)
#CE8161
(206,129,97)
#D28D70
(210,141,112)
#D6997F
(214,153,127)
#DAA58E
(218,165,142)
#DEB19D
(222,177,157)
#E2BDAC
(226,189,172)
#E6C9BB
(230,201,187)
#EAD5CA
(234,213,202)
#EEE1D9
(238,225,217)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA7552 color. Also use rgb(202,117,82) instead hex code.

Text Font Color

.myTextColor { color: #CA7552; }

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

This text font color is #CA7552.


Background Color

.myBgColor { background-color: #CA7552; }

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

This div background color is #CA7552.


Border color

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

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

This div border color is #CA7552.


Opacity

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

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

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

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

This text has shadow with #CA7552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA7552 on black background.


Color preview on white background

This text has color #CA7552 on white background.



Black color preview on #CA7552 background

This text has black color on #CA7552 background.


White color preview on #CA7552 background

This text has white color on #CA7552 background.