COLOR #CA666E

HEX: #CA666E
RGB: (202,102,110)

Color info

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

RGB color model

#CA666E color RGB value is (202,102,110).

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

RGB channels and saturation

R 202 of 255 = 79%
G 102 of 255 = 40%
B 110 of 255 = 43%

202
102
110

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

Portions of RGB colors in percentages

R + G + B =
202 + 102 + 110 = 414 (100%)
R 202 of 414 ~ 48.79%
G 102 of 414 ~ 24.64%
B 110 of 414 ~ 26.57%

%48.79
%24.64
%26.57

CMYK color model

#CA666E color CMYK value is (0,50,46,21).

  • cyan value is 0.00%
  • magenta value is 49.50%
  • yellow value is 45.54%
  • key color value is 20.78%
CMYK:
(0,50,46,21)
C0M50Y46K21 
(0%,50%,46%,21%)
(0.00/0.50/0.46/0.21)	

CMYK percentages

%0
%49.5
%45.54
%20.78

Codes

Color #CA666E in popluar color models

CA666E
RGB202102110
HSL355°48.54%59.61%
HSB/HSV355°49.50%79.22%
CMYK0.00%49.50%45.54%
20.78%

Color #CA666E in popluar number systems.

HEXCA666E
Decimal202102110
Binary1100101011001101101110
Octal312146156

Shades and tints

Shades of #CA666E

#CA666E
(202,102,110)
#B85D64
(184,93,100)
#A6545A
(166,84,90)
#944B50
(148,75,80)
#824246
(130,66,70)
#70393C
(112,57,60)
#5E3032
(94,48,50)
#4C2728
(76,39,40)
#3A1E1E
(58,30,30)
#281514
(40,21,20)
#160C0A
(22,12,10)
#000000
(0,0,0)

Tints of #CA666E

#CA666E
(202,102,110)
#CE737B
(206,115,123)
#D28088
(210,128,136)
#D68D95
(214,141,149)
#DA9AA2
(218,154,162)
#DEA7AF
(222,167,175)
#E2B4BC
(226,180,188)
#E6C1C9
(230,193,201)
#EACED6
(234,206,214)
#EEDBE3
(238,219,227)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA666E; }

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

This text font color is #CA666E.


Background Color

.myBgColor { background-color: #CA666E; }

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

This div background color is #CA666E.


Border color

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

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

This div border color is #CA666E.


Opacity

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

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

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

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

This text has shadow with #CA666E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA666E on black background.


Color preview on white background

This text has color #CA666E on white background.



Black color preview on #CA666E background

This text has black color on #CA666E background.


White color preview on #CA666E background

This text has white color on #CA666E background.