COLOR #CA606D

HEX: #CA606D RGB: (202,96,109)

Color info

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

RGB color model

#CA606D color RGB value is (202,96,109).

RGB: (202,96,109) (79%, 38%, 43%)

RGB channels and saturation

R 202 of 255 = 79%
G 96 of 255 = 38%
B 109 of 255 = 43%

202
96
109

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

Portions of RGB colors in percentages

R + G + B = 202 + 96 + 109 = 407 (100%)
R 202 of 407 ~ 49.63%
G 96 of 407 ~ 23.59%
B 109 of 407 ~ 26.78'%

%49.63
%23.59
%26.78

CMYK color model

#CA606D color CMYK value is (0,52,46,21).

  • cyan value is 0.00%
  • magenta value is 52.48%
  • yellow value is 46.04%
  • key color value is 20.78%

CMYK: (0,52,46,21)
C0M52Y46K21 (0%, 52%, 46%, 21%)
(0.00 / 0.52 / 0.46 / 0.21)

CMYK percentages

%0
%52.48
%46.04
%20.78

Codes

Color #CA606D in popluar color models

CA 60 6D
RGB 202 96 109
HSL 353° 50.00% 58.43%
HSB/HSV 353° 52.48% 79.22%
CMYK 0.00% 52.48% 46.04%
20.78%

Color #CA606D in popluar number systems.

HEX CA 60 6D
Decimal 202 96 109
Binary 11001010 1100000 1101101
Octal 312 140 155

Shades and tints

Shades of #CA606D

#CA606D
(202,96,109)
#B85864
(184,88,100)
#A6505B
(166,80,91)
#944852
(148,72,82)
#824049
(130,64,73)
#703840
(112,56,64)
#5E3037
(94,48,55)
#4C282E
(76,40,46)
#3A2025
(58,32,37)
#28181C
(40,24,28)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #CA606D

#CA606D
(202,96,109)
#CE6E7A
(206,110,122)
#D27C87
(210,124,135)
#D68A94
(214,138,148)
#DA98A1
(218,152,161)
#DEA6AE
(222,166,174)
#E2B4BB
(226,180,187)
#E6C2C8
(230,194,200)
#EAD0D5
(234,208,213)
#EEDEE2
(238,222,226)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA606D color. Also use rgb(202,96,109) instead hex code.

Text Font Color

.myTextColor { color: #CA606D; }

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

This text font color is #CA606D.

Background Color

.myBgColor { background-color: #CA606D; }

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

This div background color is #CA606D.

Border color

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

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

This div border color is #CA606D.

Opacity

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

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

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

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

This text has shadow with #CA606D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA606D.

Preview

Color preview on black background

This text has color #CA606D on black background.


Color preview on white background

This text has color #CA606D on white background.


Black color preview on #CA606D background

This text has black color on #CA606D background.


White color preview on #CA606D background

This text has white color on #CA606D background.


Related colors

Complementary color

Complementary color for #hex is #359F92.


I love getcolorcode.com

Triadic colors

1 #6DCA60 and #606DCA with #CA606D are triadic colors.

2 #6D60CA and #60CA6D with #CA606D are triadic colors.