COLOR #CA716F

HEX: #CA716F
RGB: (202,113,111)

Color info

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

RGB color model

#CA716F color RGB value is (202,113,111).

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

RGB channels and saturation

R 202 of 255 = 79%
G 113 of 255 = 44%
B 111 of 255 = 44%

202
113
111

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

Portions of RGB colors in percentages

R + G + B =
202 + 113 + 111 = 426 (100%)
R 202 of 426 ~ 47.42%
G 113 of 426 ~ 26.53%
B 111 of 426 ~ 26.06%

%47.42
%26.53
%26.06

CMYK color model

#CA716F color CMYK value is (0,44,45,21).

  • cyan value is 0.00%
  • magenta value is 44.06%
  • yellow value is 45.05%
  • key color value is 20.78%
CMYK:
(0,44,45,21)
C0M44Y45K21 
(0%,44%,45%,21%)
(0.00/0.44/0.45/0.21)	

CMYK percentages

%0
%44.06
%45.05
%20.78

Codes

Color #CA716F in popluar color models

CA716F
RGB202113111
HSL46.19%61.37%
HSB/HSV45.05%79.22%
CMYK0.00%44.06%45.05%
20.78%

Color #CA716F in popluar number systems.

HEXCA716F
Decimal202113111
Binary1100101011100011101111
Octal312161157

Shades and tints

Shades of #CA716F

#CA716F
(202,113,111)
#B86765
(184,103,101)
#A65D5B
(166,93,91)
#945351
(148,83,81)
#824947
(130,73,71)
#703F3D
(112,63,61)
#5E3533
(94,53,51)
#4C2B29
(76,43,41)
#3A211F
(58,33,31)
#281715
(40,23,21)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #CA716F

#CA716F
(202,113,111)
#CE7D7C
(206,125,124)
#D28989
(210,137,137)
#D69596
(214,149,150)
#DAA1A3
(218,161,163)
#DEADB0
(222,173,176)
#E2B9BD
(226,185,189)
#E6C5CA
(230,197,202)
#EAD1D7
(234,209,215)
#EEDDE4
(238,221,228)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA716F; }

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

This text font color is #CA716F.


Background Color

.myBgColor { background-color: #CA716F; }

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

This div background color is #CA716F.


Border color

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

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

This div border color is #CA716F.


Opacity

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

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

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

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

This text has shadow with #CA716F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA716F on black background.


Color preview on white background

This text has color #CA716F on white background.



Black color preview on #CA716F background

This text has black color on #CA716F background.


White color preview on #CA716F background

This text has white color on #CA716F background.