COLOR #CA647F

HEX: #CA647F
RGB: (202,100,127)

Color info

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

RGB color model

#CA647F color RGB value is (202,100,127).

  • red value is 202;
  • green value is 100;
  • blue value is 127.
RGB:
(202,100,127)
(79%,39%,50%)

RGB channels and saturation

R 202 of 255 = 79%
G 100 of 255 = 39%
B 127 of 255 = 50%

202
100
127

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

Portions of RGB colors in percentages

R + G + B =
202 + 100 + 127 = 429 (100%)
R 202 of 429 ~ 47.09%
G 100 of 429 ~ 23.31%
B 127 of 429 ~ 29.6%

%47.09
%23.31
%29.6

CMYK color model

#CA647F color CMYK value is (0,50,37,21).

  • cyan value is 0.00%
  • magenta value is 50.50%
  • yellow value is 37.13%
  • key color value is 20.78%
CMYK:
(0,50,37,21)
C0M50Y37K21 
(0%,50%,37%,21%)
(0.00/0.50/0.37/0.21)	

CMYK percentages

%0
%50.5
%37.13
%20.78

Codes

Color #CA647F in popluar color models

CA647F
RGB202100127
HSL344°49.04%59.22%
HSB/HSV344°50.50%79.22%
CMYK0.00%50.50%37.13%
20.78%

Color #CA647F in popluar number systems.

HEXCA647F
Decimal202100127
Binary1100101011001001111111
Octal312144177

Shades and tints

Shades of #CA647F

#CA647F
(202,100,127)
#B85B74
(184,91,116)
#A65269
(166,82,105)
#94495E
(148,73,94)
#824053
(130,64,83)
#703748
(112,55,72)
#5E2E3D
(94,46,61)
#4C2532
(76,37,50)
#3A1C27
(58,28,39)
#28131C
(40,19,28)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #CA647F

#CA647F
(202,100,127)
#CE728A
(206,114,138)
#D28095
(210,128,149)
#D68EA0
(214,142,160)
#DA9CAB
(218,156,171)
#DEAAB6
(222,170,182)
#E2B8C1
(226,184,193)
#E6C6CC
(230,198,204)
#EAD4D7
(234,212,215)
#EEE2E2
(238,226,226)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA647F color. Also use rgb(202,100,127) instead hex code.

Text Font Color

.myTextColor { color: #CA647F; }

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

This text font color is #CA647F.


Background Color

.myBgColor { background-color: #CA647F; }

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

This div background color is #CA647F.


Border color

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

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

This div border color is #CA647F.


Opacity

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

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

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

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

This text has shadow with #CA647F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA647F on black background.


Color preview on white background

This text has color #CA647F on white background.



Black color preview on #CA647F background

This text has black color on #CA647F background.


White color preview on #CA647F background

This text has white color on #CA647F background.