COLOR #CA9384

HEX: #CA9384
RGB: (202,147,132)

Color info

#CA9384 contains mainly red and green colors. Web safe color of #CA9384 is #CC9999 (or #C99).

RGB color model

#CA9384 color RGB value is (202,147,132).

  • red value is 202;
  • green value is 147;
  • blue value is 132.
RGB:
(202,147,132)
(79%,58%,52%)

RGB channels and saturation

R 202 of 255 = 79%
G 147 of 255 = 58%
B 132 of 255 = 52%

202
147
132

R + G + B ~ 63%. #CA9384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 147 + 132 = 481 (100%)
R 202 of 481 ~ 42%
G 147 of 481 ~ 30.56%
B 132 of 481 ~ 27.44%

%42
%30.56
%27.44

CMYK color model

#CA9384 color CMYK value is (0,27,35,21).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 34.65%
  • key color value is 20.78%
CMYK:
(0,27,35,21)
C0M27Y35K21 
(0%,27%,35%,21%)
(0.00/0.27/0.35/0.21)	

CMYK percentages

%0
%27.23
%34.65
%20.78

Codes

Color #CA9384 in popluar color models

CA9384
RGB202147132
HSL13°39.77%65.49%
HSB/HSV13°34.65%79.22%
CMYK0.00%27.23%34.65%
20.78%

Color #CA9384 in popluar number systems.

HEXCA9384
Decimal202147132
Binary110010101001001110000100
Octal312223204

Shades and tints

Shades of #CA9384

#CA9384
(202,147,132)
#B88678
(184,134,120)
#A6796C
(166,121,108)
#946C60
(148,108,96)
#825F54
(130,95,84)
#705248
(112,82,72)
#5E453C
(94,69,60)
#4C3830
(76,56,48)
#3A2B24
(58,43,36)
#281E18
(40,30,24)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #CA9384

#CA9384
(202,147,132)
#CE9C8F
(206,156,143)
#D2A59A
(210,165,154)
#D6AEA5
(214,174,165)
#DAB7B0
(218,183,176)
#DEC0BB
(222,192,187)
#E2C9C6
(226,201,198)
#E6D2D1
(230,210,209)
#EADBDC
(234,219,220)
#EEE4E7
(238,228,231)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9384 color. Also use rgb(202,147,132) instead hex code.

Text Font Color

.myTextColor { color: #CA9384; }

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

This text font color is #CA9384.


Background Color

.myBgColor { background-color: #CA9384; }

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

This div background color is #CA9384.


Border color

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

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

This div border color is #CA9384.


Opacity

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

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

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

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

This text has shadow with #CA9384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9384 on black background.


Color preview on white background

This text has color #CA9384 on white background.



Black color preview on #CA9384 background

This text has black color on #CA9384 background.


White color preview on #CA9384 background

This text has white color on #CA9384 background.