COLOR #CA8380

HEX: #CA8380
RGB: (202,131,128)

Color info

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

RGB color model

#CA8380 color RGB value is (202,131,128).

  • red value is 202;
  • green value is 131;
  • blue value is 128.
RGB:
(202,131,128)
(79%,51%,50%)

RGB channels and saturation

R 202 of 255 = 79%
G 131 of 255 = 51%
B 128 of 255 = 50%

202
131
128

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

Portions of RGB colors in percentages

R + G + B =
202 + 131 + 128 = 461 (100%)
R 202 of 461 ~ 43.82%
G 131 of 461 ~ 28.42%
B 128 of 461 ~ 27.77%

%43.82
%28.42
%27.77

CMYK color model

#CA8380 color CMYK value is (0,35,37,21).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 36.63%
  • key color value is 20.78%
CMYK:
(0,35,37,21)
C0M35Y37K21 
(0%,35%,37%,21%)
(0.00/0.35/0.37/0.21)	

CMYK percentages

%0
%35.15
%36.63
%20.78

Codes

Color #CA8380 in popluar color models

CA8380
RGB202131128
HSL41.11%64.71%
HSB/HSV36.63%79.22%
CMYK0.00%35.15%36.63%
20.78%

Color #CA8380 in popluar number systems.

HEXCA8380
Decimal202131128
Binary110010101000001110000000
Octal312203200

Shades and tints

Shades of #CA8380

#CA8380
(202,131,128)
#B87875
(184,120,117)
#A66D6A
(166,109,106)
#94625F
(148,98,95)
#825754
(130,87,84)
#704C49
(112,76,73)
#5E413E
(94,65,62)
#4C3633
(76,54,51)
#3A2B28
(58,43,40)
#28201D
(40,32,29)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #CA8380

#CA8380
(202,131,128)
#CE8E8B
(206,142,139)
#D29996
(210,153,150)
#D6A4A1
(214,164,161)
#DAAFAC
(218,175,172)
#DEBAB7
(222,186,183)
#E2C5C2
(226,197,194)
#E6D0CD
(230,208,205)
#EADBD8
(234,219,216)
#EEE6E3
(238,230,227)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA8380; }

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

This text font color is #CA8380.


Background Color

.myBgColor { background-color: #CA8380; }

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

This div background color is #CA8380.


Border color

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

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

This div border color is #CA8380.


Opacity

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

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

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

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

This text has shadow with #CA8380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8380 on black background.


Color preview on white background

This text has color #CA8380 on white background.



Black color preview on #CA8380 background

This text has black color on #CA8380 background.


White color preview on #CA8380 background

This text has white color on #CA8380 background.