COLOR #CA99AA

HEX: #CA99AA RGB: (202,153,170)

Color info

#CA99AA contains red, green and blue colors in about the same proportion. Web safe color of #CA99AA is #CC9999 (or #C99).

RGB color model

#CA99AA color RGB value is (202,153,170).

RGB: (202,153,170) (79%, 60%, 67%)

RGB channels and saturation

R 202 of 255 = 79%
G 153 of 255 = 60%
B 170 of 255 = 67%

202
153
170

R + G + B ~ 69%. #CA99AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 153 + 170 = 525 (100%)
R 202 of 525 ~ 38.48%
G 153 of 525 ~ 29.14%
B 170 of 525 ~ 32.38'%

%38.48
%29.14
%32.38

CMYK color model

#CA99AA color CMYK value is (0,24,16,21).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 15.84%
  • key color value is 20.78%

CMYK: (0,24,16,21)
C0M24Y16K21 (0%, 24%, 16%, 21%)
(0.00 / 0.24 / 0.16 / 0.21)

CMYK percentages

%0
%24.26
%15.84
%20.78

Codes

Color #CA99AA in popluar color models

CA 99 AA
RGB 202 153 170
HSL 339° 31.61% 69.61%
HSB/HSV 339° 24.26% 79.22%
CMYK 0.00% 24.26% 15.84%
20.78%

Color #CA99AA in popluar number systems.

HEX CA 99 AA
Decimal 202 153 170
Binary 11001010 10011001 10101010
Octal 312 231 252

Shades and tints

Shades of #CA99AA

#CA99AA
(202,153,170)
#B88C9B
(184,140,155)
#A67F8C
(166,127,140)
#94727D
(148,114,125)
#82656E
(130,101,110)
#70585F
(112,88,95)
#5E4B50
(94,75,80)
#4C3E41
(76,62,65)
#3A3132
(58,49,50)
#282423
(40,36,35)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #CA99AA

#CA99AA
(202,153,170)
#CEA2B1
(206,162,177)
#D2ABB8
(210,171,184)
#D6B4BF
(214,180,191)
#DABDC6
(218,189,198)
#DEC6CD
(222,198,205)
#E2CFD4
(226,207,212)
#E6D8DB
(230,216,219)
#EAE1E2
(234,225,226)
#EEEAE9
(238,234,233)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA99AA color. Also use rgb(202,153,170) instead hex code.

Text Font Color

.myTextColor { color: #CA99AA; }

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

This text font color is #CA99AA.

Background Color

.myBgColor { background-color: #CA99AA; }

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

This div background color is #CA99AA.

Border color

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

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

This div border color is #CA99AA.

Opacity

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

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

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

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

This text has shadow with #CA99AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA99AA.

Preview

Color preview on black background

This text has color #CA99AA on black background.


Color preview on white background

This text has color #CA99AA on white background.


Black color preview on #CA99AA background

This text has black color on #CA99AA background.


White color preview on #CA99AA background

This text has white color on #CA99AA background.


Related colors

Complementary color

Complementary color for #hex is #356655.


I love getcolorcode.com

Triadic colors

1 #AACA99 and #99AACA with #CA99AA are triadic colors.

2 #AA99CA and #99CAAA with #CA99AA are triadic colors.