COLOR #CA827B

HEX: #CA827B RGB: (202,130,123)

Color info

#CA827B contains mainly red color. Web safe color of #CA827B is #CC9966 (or #C96).

RGB color model

#CA827B color RGB value is (202,130,123).

RGB: (202,130,123) (79%, 51%, 48%)

RGB channels and saturation

R 202 of 255 = 79%
G 130 of 255 = 51%
B 123 of 255 = 48%

202
130
123

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

Portions of RGB colors in percentages

R + G + B = 202 + 130 + 123 = 455 (100%)
R 202 of 455 ~ 44.4%
G 130 of 455 ~ 28.57%
B 123 of 455 ~ 27.03'%

%44.4
%28.57
%27.03

CMYK color model

#CA827B color CMYK value is (0,36,39,21).

  • cyan value is 0.00%
  • magenta value is 35.64%
  • yellow value is 39.11%
  • key color value is 20.78%
CMYK: (0,36,39,21) C0M36Y39K21 (0%,36%,39%,21%) (0.00/0.36/0.39/0.21) 

CMYK percentages

%0
%35.64
%39.11
%20.78

Codes

Color #CA827B in popluar color models

CA 82 7B
RGB 202 130 123
HSL 42.70% 63.73%
HSB/HSV 39.11% 79.22%
CMYK 0.00% 35.64% 39.11%
20.78%

Color #CA827B in popluar number systems.

HEX CA 82 7B
Decimal 202 130 123
Binary 11001010 10000010 1111011
Octal 312 202 173

Shades and tints

Shades of #CA827B

#CA827B
(202,130,123)
#B87770
(184,119,112)
#A66C65
(166,108,101)
#94615A
(148,97,90)
#82564F
(130,86,79)
#704B44
(112,75,68)
#5E4039
(94,64,57)
#4C352E
(76,53,46)
#3A2A23
(58,42,35)
#281F18
(40,31,24)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #CA827B

#CA827B
(202,130,123)
#CE8D87
(206,141,135)
#D29893
(210,152,147)
#D6A39F
(214,163,159)
#DAAEAB
(218,174,171)
#DEB9B7
(222,185,183)
#E2C4C3
(226,196,195)
#E6CFCF
(230,207,207)
#EADADB
(234,218,219)
#EEE5E7
(238,229,231)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA827B color. Also use rgb(202,130,123) instead hex code.

Text Font Color

.myTextColor { color: #CA827B; }

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

This text font color is #CA827B.

Background Color

.myBgColor { background-color: #CA827B; }

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

This div background color is #CA827B.

Border color

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

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

This div border color is #CA827B.

Opacity

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

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

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

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

This text has shadow with #CA827B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA827B.

Preview

Color preview on black background

This text has color #CA827B on black background.


Color preview on white background

This text has color #CA827B on white background.


Black color preview on #CA827B background

This text has black color on #CA827B background.


White color preview on #CA827B background

This text has white color on #CA827B background.


Related colors

Complementary color

Complementary color for #hex is #357D84.


I love getcolorcode.com

Triadic colors

1 #7BCA82 and #827BCA with #CA827B are triadic colors.

2 #7B82CA and #82CA7B with #CA827B are triadic colors.