COLOR #CA6661

HEX: #CA6661
RGB: (202,102,97)

Color info

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

RGB color model

#CA6661 color RGB value is (202,102,97).

  • red value is 202;
  • green value is 102;
  • blue value is 97.
RGB:
(202,102,97)
(79%,40%,38%)

RGB channels and saturation

R 202 of 255 = 79%
G 102 of 255 = 40%
B 97 of 255 = 38%

202
102
97

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

Portions of RGB colors in percentages

R + G + B =
202 + 102 + 97 = 401 (100%)
R 202 of 401 ~ 50.37%
G 102 of 401 ~ 25.44%
B 97 of 401 ~ 24.19%

%50.37
%25.44
%24.19

CMYK color model

#CA6661 color CMYK value is (0,50,52,21).

  • cyan value is 0.00%
  • magenta value is 49.50%
  • yellow value is 51.98%
  • key color value is 20.78%
CMYK:
(0,50,52,21)
C0M50Y52K21 
(0%,50%,52%,21%)
(0.00/0.50/0.52/0.21)	

CMYK percentages

%0
%49.5
%51.98
%20.78

Codes

Color #CA6661 in popluar color models

CA6661
RGB20210297
HSL49.76%58.63%
HSB/HSV51.98%79.22%
CMYK0.00%49.50%51.98%
20.78%

Color #CA6661 in popluar number systems.

HEXCA6661
Decimal20210297
Binary1100101011001101100001
Octal312146141

Shades and tints

Shades of #CA6661

#CA6661
(202,102,97)
#B85D59
(184,93,89)
#A65451
(166,84,81)
#944B49
(148,75,73)
#824241
(130,66,65)
#703939
(112,57,57)
#5E3031
(94,48,49)
#4C2729
(76,39,41)
#3A1E21
(58,30,33)
#281519
(40,21,25)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #CA6661

#CA6661
(202,102,97)
#CE736F
(206,115,111)
#D2807D
(210,128,125)
#D68D8B
(214,141,139)
#DA9A99
(218,154,153)
#DEA7A7
(222,167,167)
#E2B4B5
(226,180,181)
#E6C1C3
(230,193,195)
#EACED1
(234,206,209)
#EEDBDF
(238,219,223)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6661 color. Also use rgb(202,102,97) instead hex code.

Text Font Color

.myTextColor { color: #CA6661; }

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

This text font color is #CA6661.


Background Color

.myBgColor { background-color: #CA6661; }

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

This div background color is #CA6661.


Border color

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

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

This div border color is #CA6661.


Opacity

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

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

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

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

This text has shadow with #CA6661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA6661 on black background.


Color preview on white background

This text has color #CA6661 on white background.



Black color preview on #CA6661 background

This text has black color on #CA6661 background.


White color preview on #CA6661 background

This text has white color on #CA6661 background.