COLOR #CA838E

HEX: #CA838E RGB: (202,131,142)

Color info

#CA838E contains mainly red color. Web safe color of #CA838E is #CC9999 (or #C99).

RGB color model

#CA838E color RGB value is (202,131,142).

RGB: (202,131,142) (79%, 51%, 56%)

RGB channels and saturation

R 202 of 255 = 79%
G 131 of 255 = 51%
B 142 of 255 = 56%

202
131
142

R + G + B ~ 62%. #CA838E is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 131 + 142 = 475 (100%)
R 202 of 475 ~ 42.53%
G 131 of 475 ~ 27.58%
B 142 of 475 ~ 29.89'%

%42.53
%27.58
%29.89

CMYK color model

#CA838E color CMYK value is (0,35,30,21).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 29.70%
  • key color value is 20.78%

CMYK: (0,35,30,21)
C0M35Y30K21 (0%, 35%, 30%, 21%)
(0.00 / 0.35 / 0.30 / 0.21)

CMYK percentages

%0
%35.15
%29.7
%20.78

Codes

Color #CA838E in popluar color models

CA 83 8E
RGB 202 131 142
HSL 351° 40.11% 65.29%
HSB/HSV 351° 35.15% 79.22%
CMYK 0.00% 35.15% 29.70%
20.78%

Color #CA838E in popluar number systems.

HEX CA 83 8E
Decimal 202 131 142
Binary 11001010 10000011 10001110
Octal 312 203 216

Shades and tints

Shades of #CA838E

#CA838E
(202,131,142)
#B87882
(184,120,130)
#A66D76
(166,109,118)
#94626A
(148,98,106)
#82575E
(130,87,94)
#704C52
(112,76,82)
#5E4146
(94,65,70)
#4C363A
(76,54,58)
#3A2B2E
(58,43,46)
#282022
(40,32,34)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #CA838E

#CA838E
(202,131,142)
#CE8E98
(206,142,152)
#D299A2
(210,153,162)
#D6A4AC
(214,164,172)
#DAAFB6
(218,175,182)
#DEBAC0
(222,186,192)
#E2C5CA
(226,197,202)
#E6D0D4
(230,208,212)
#EADBDE
(234,219,222)
#EEE6E8
(238,230,232)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA838E; }

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

This text font color is #CA838E.

Background Color

.myBgColor { background-color: #CA838E; }

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

This div background color is #CA838E.

Border color

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

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

This div border color is #CA838E.

Opacity

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

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

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

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

This text has shadow with #CA838E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA838E.

Preview

Color preview on black background

This text has color #CA838E on black background.


Color preview on white background

This text has color #CA838E on white background.


Black color preview on #CA838E background

This text has black color on #CA838E background.


White color preview on #CA838E background

This text has white color on #CA838E background.


Related colors

Complementary color

Complementary color for #hex is #357C71.


I love getcolorcode.com

Triadic colors

1 #8ECA83 and #838ECA with #CA838E are triadic colors.

2 #8E83CA and #83CA8E with #CA838E are triadic colors.