COLOR #CA708E

HEX: #CA708E
RGB: (202,112,142)

Color info

#CA708E contains mainly red color. Web safe color of #CA708E is #CC6699 (or #C69).

RGB color model

#CA708E color RGB value is (202,112,142).

  • red value is 202;
  • green value is 112;
  • blue value is 142.
RGB:
(202,112,142)
(79%,44%,56%)

RGB channels and saturation

R 202 of 255 = 79%
G 112 of 255 = 44%
B 142 of 255 = 56%

202
112
142

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

Portions of RGB colors in percentages

R + G + B =
202 + 112 + 142 = 456 (100%)
R 202 of 456 ~ 44.3%
G 112 of 456 ~ 24.56%
B 142 of 456 ~ 31.14%

%44.3
%24.56
%31.14

CMYK color model

#CA708E color CMYK value is (0,45,30,21).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 29.70%
  • key color value is 20.78%
CMYK:
(0,45,30,21)
C0M45Y30K21 
(0%,45%,30%,21%)
(0.00/0.45/0.30/0.21)	

CMYK percentages

%0
%44.55
%29.7
%20.78

Codes

Color #CA708E in popluar color models

CA708E
RGB202112142
HSL340°45.92%61.57%
HSB/HSV340°44.55%79.22%
CMYK0.00%44.55%29.70%
20.78%

Color #CA708E in popluar number systems.

HEXCA708E
Decimal202112142
Binary11001010111000010001110
Octal312160216

Shades and tints

Shades of #CA708E

#CA708E
(202,112,142)
#B86682
(184,102,130)
#A65C76
(166,92,118)
#94526A
(148,82,106)
#82485E
(130,72,94)
#703E52
(112,62,82)
#5E3446
(94,52,70)
#4C2A3A
(76,42,58)
#3A202E
(58,32,46)
#281622
(40,22,34)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #CA708E

#CA708E
(202,112,142)
#CE7D98
(206,125,152)
#D28AA2
(210,138,162)
#D697AC
(214,151,172)
#DAA4B6
(218,164,182)
#DEB1C0
(222,177,192)
#E2BECA
(226,190,202)
#E6CBD4
(230,203,212)
#EAD8DE
(234,216,222)
#EEE5E8
(238,229,232)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA708E color. Also use rgb(202,112,142) instead hex code.

Text Font Color

.myTextColor { color: #CA708E; }

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

This text font color is #CA708E.


Background Color

.myBgColor { background-color: #CA708E; }

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

This div background color is #CA708E.


Border color

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

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

This div border color is #CA708E.


Opacity

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

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

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

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

This text has shadow with #CA708E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA708E on black background.


Color preview on white background

This text has color #CA708E on white background.



Black color preview on #CA708E background

This text has black color on #CA708E background.


White color preview on #CA708E background

This text has white color on #CA708E background.