COLOR #CA627A

HEX: #CA627A
RGB: (202,98,122)

Color info

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

RGB color model

#CA627A color RGB value is (202,98,122).

  • red value is 202;
  • green value is 98;
  • blue value is 122.
RGB:
(202,98,122)
(79%,38%,48%)

RGB channels and saturation

R 202 of 255 = 79%
G 98 of 255 = 38%
B 122 of 255 = 48%

202
98
122

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

Portions of RGB colors in percentages

R + G + B =
202 + 98 + 122 = 422 (100%)
R 202 of 422 ~ 47.87%
G 98 of 422 ~ 23.22%
B 122 of 422 ~ 28.91%

%47.87
%23.22
%28.91

CMYK color model

#CA627A color CMYK value is (0,51,40,21).

  • cyan value is 0.00%
  • magenta value is 51.49%
  • yellow value is 39.60%
  • key color value is 20.78%
CMYK:
(0,51,40,21)
C0M51Y40K21 
(0%,51%,40%,21%)
(0.00/0.51/0.40/0.21)	

CMYK percentages

%0
%51.49
%39.6
%20.78

Codes

Color #CA627A in popluar color models

CA627A
RGB20298122
HSL346°49.52%58.82%
HSB/HSV346°51.49%79.22%
CMYK0.00%51.49%39.60%
20.78%

Color #CA627A in popluar number systems.

HEXCA627A
Decimal20298122
Binary1100101011000101111010
Octal312142172

Shades and tints

Shades of #CA627A

#CA627A
(202,98,122)
#B85A6F
(184,90,111)
#A65264
(166,82,100)
#944A59
(148,74,89)
#82424E
(130,66,78)
#703A43
(112,58,67)
#5E3238
(94,50,56)
#4C2A2D
(76,42,45)
#3A2222
(58,34,34)
#281A17
(40,26,23)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #CA627A

#CA627A
(202,98,122)
#CE7086
(206,112,134)
#D27E92
(210,126,146)
#D68C9E
(214,140,158)
#DA9AAA
(218,154,170)
#DEA8B6
(222,168,182)
#E2B6C2
(226,182,194)
#E6C4CE
(230,196,206)
#EAD2DA
(234,210,218)
#EEE0E6
(238,224,230)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA627A color. Also use rgb(202,98,122) instead hex code.

Text Font Color

.myTextColor { color: #CA627A; }

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

This text font color is #CA627A.


Background Color

.myBgColor { background-color: #CA627A; }

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

This div background color is #CA627A.


Border color

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

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

This div border color is #CA627A.


Opacity

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

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

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

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

This text has shadow with #CA627A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA627A on black background.


Color preview on white background

This text has color #CA627A on white background.



Black color preview on #CA627A background

This text has black color on #CA627A background.


White color preview on #CA627A background

This text has white color on #CA627A background.