COLOR #CA787E

HEX: #CA787E
RGB: (202,120,126)

Color info

#CA787E contains mainly red color. Web safe color of #CA787E is #CC6666 (or #C66).

RGB color model

#CA787E color RGB value is (202,120,126).

  • red value is 202;
  • green value is 120;
  • blue value is 126.
RGB:
(202,120,126)
(79%,47%,49%)

RGB channels and saturation

R 202 of 255 = 79%
G 120 of 255 = 47%
B 126 of 255 = 49%

202
120
126

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

Portions of RGB colors in percentages

R + G + B =
202 + 120 + 126 = 448 (100%)
R 202 of 448 ~ 45.09%
G 120 of 448 ~ 26.79%
B 126 of 448 ~ 28.13%

%45.09
%26.79
%28.13

CMYK color model

#CA787E color CMYK value is (0,41,38,21).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 37.62%
  • key color value is 20.78%
CMYK:
(0,41,38,21)
C0M41Y38K21 
(0%,41%,38%,21%)
(0.00/0.41/0.38/0.21)	

CMYK percentages

%0
%40.59
%37.62
%20.78

Codes

Color #CA787E in popluar color models

CA787E
RGB202120126
HSL356°43.62%63.14%
HSB/HSV356°40.59%79.22%
CMYK0.00%40.59%37.62%
20.78%

Color #CA787E in popluar number systems.

HEXCA787E
Decimal202120126
Binary1100101011110001111110
Octal312170176

Shades and tints

Shades of #CA787E

#CA787E
(202,120,126)
#B86E73
(184,110,115)
#A66468
(166,100,104)
#945A5D
(148,90,93)
#825052
(130,80,82)
#704647
(112,70,71)
#5E3C3C
(94,60,60)
#4C3231
(76,50,49)
#3A2826
(58,40,38)
#281E1B
(40,30,27)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #CA787E

#CA787E
(202,120,126)
#CE8489
(206,132,137)
#D29094
(210,144,148)
#D69C9F
(214,156,159)
#DAA8AA
(218,168,170)
#DEB4B5
(222,180,181)
#E2C0C0
(226,192,192)
#E6CCCB
(230,204,203)
#EAD8D6
(234,216,214)
#EEE4E1
(238,228,225)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA787E color. Also use rgb(202,120,126) instead hex code.

Text Font Color

.myTextColor { color: #CA787E; }

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

This text font color is #CA787E.


Background Color

.myBgColor { background-color: #CA787E; }

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

This div background color is #CA787E.


Border color

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

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

This div border color is #CA787E.


Opacity

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

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

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

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

This text has shadow with #CA787E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA787E on black background.


Color preview on white background

This text has color #CA787E on white background.



Black color preview on #CA787E background

This text has black color on #CA787E background.


White color preview on #CA787E background

This text has white color on #CA787E background.