COLOR #CA756F

HEX: #CA756F
RGB: (202,117,111)

Color info

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

RGB color model

#CA756F color RGB value is (202,117,111).

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

RGB channels and saturation

R 202 of 255 = 79%
G 117 of 255 = 46%
B 111 of 255 = 44%

202
117
111

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

Portions of RGB colors in percentages

R + G + B =
202 + 117 + 111 = 430 (100%)
R 202 of 430 ~ 46.98%
G 117 of 430 ~ 27.21%
B 111 of 430 ~ 25.81%

%46.98
%27.21
%25.81

CMYK color model

#CA756F color CMYK value is (0,42,45,21).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 45.05%
  • key color value is 20.78%
CMYK:
(0,42,45,21)
C0M42Y45K21 
(0%,42%,45%,21%)
(0.00/0.42/0.45/0.21)	

CMYK percentages

%0
%42.08
%45.05
%20.78

Codes

Color #CA756F in popluar color models

CA756F
RGB202117111
HSL46.19%61.37%
HSB/HSV45.05%79.22%
CMYK0.00%42.08%45.05%
20.78%

Color #CA756F in popluar number systems.

HEXCA756F
Decimal202117111
Binary1100101011101011101111
Octal312165157

Shades and tints

Shades of #CA756F

#CA756F
(202,117,111)
#B86B65
(184,107,101)
#A6615B
(166,97,91)
#945751
(148,87,81)
#824D47
(130,77,71)
#70433D
(112,67,61)
#5E3933
(94,57,51)
#4C2F29
(76,47,41)
#3A251F
(58,37,31)
#281B15
(40,27,21)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #CA756F

#CA756F
(202,117,111)
#CE817C
(206,129,124)
#D28D89
(210,141,137)
#D69996
(214,153,150)
#DAA5A3
(218,165,163)
#DEB1B0
(222,177,176)
#E2BDBD
(226,189,189)
#E6C9CA
(230,201,202)
#EAD5D7
(234,213,215)
#EEE1E4
(238,225,228)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA756F; }

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

This text font color is #CA756F.


Background Color

.myBgColor { background-color: #CA756F; }

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

This div background color is #CA756F.


Border color

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

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

This div border color is #CA756F.


Opacity

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

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

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

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

This text has shadow with #CA756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA756F on black background.


Color preview on white background

This text has color #CA756F on white background.



Black color preview on #CA756F background

This text has black color on #CA756F background.


White color preview on #CA756F background

This text has white color on #CA756F background.