COLOR #CA997E

HEX: #CA997E RGB: (202,153,126)

Color info

#CA997E contains mainly red and green colors. Web safe color of #CA997E is #CC9966 (or #C96).

RGB color model

#CA997E color RGB value is (202,153,126).

RGB: (202,153,126) (79%, 60%, 49%)

RGB channels and saturation

R 202 of 255 = 79%
G 153 of 255 = 60%
B 126 of 255 = 49%

202
153
126

R + G + B ~ 63%. #CA997E is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 153 + 126 = 481 (100%)
R 202 of 481 ~ 42%
G 153 of 481 ~ 31.81%
B 126 of 481 ~ 26.2'%

%42
%31.81
%26.2

CMYK color model

#CA997E color CMYK value is (0,24,38,21).

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

CMYK: (0,24,38,21)
C0M24Y38K21 (0%, 24%, 38%, 21%)
(0.00 / 0.24 / 0.38 / 0.21)

CMYK percentages

%0
%24.26
%37.62
%20.78

Codes

Color #CA997E in popluar color models

CA 99 7E
RGB 202 153 126
HSL 21° 41.76% 64.31%
HSB/HSV 21° 37.62% 79.22%
CMYK 0.00% 24.26% 37.62%
20.78%

Color #CA997E in popluar number systems.

HEX CA 99 7E
Decimal 202 153 126
Binary 11001010 10011001 1111110
Octal 312 231 176

Shades and tints

Shades of #CA997E

#CA997E
(202,153,126)
#B88C73
(184,140,115)
#A67F68
(166,127,104)
#94725D
(148,114,93)
#826552
(130,101,82)
#705847
(112,88,71)
#5E4B3C
(94,75,60)
#4C3E31
(76,62,49)
#3A3126
(58,49,38)
#28241B
(40,36,27)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #CA997E

#CA997E
(202,153,126)
#CEA289
(206,162,137)
#D2AB94
(210,171,148)
#D6B49F
(214,180,159)
#DABDAA
(218,189,170)
#DEC6B5
(222,198,181)
#E2CFC0
(226,207,192)
#E6D8CB
(230,216,203)
#EAE1D6
(234,225,214)
#EEEAE1
(238,234,225)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA997E; }

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

This text font color is #CA997E.

Background Color

.myBgColor { background-color: #CA997E; }

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

This div background color is #CA997E.

Border color

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

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

This div border color is #CA997E.

Opacity

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

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

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

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

This text has shadow with #CA997E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA997E.

Preview

Color preview on black background

This text has color #CA997E on black background.


Color preview on white background

This text has color #CA997E on white background.


Black color preview on #CA997E background

This text has black color on #CA997E background.


White color preview on #CA997E background

This text has white color on #CA997E background.


Related colors

Complementary color

Complementary color for #hex is #356681.


I love getcolorcode.com

Triadic colors

1 #7ECA99 and #997ECA with #CA997E are triadic colors.

2 #7E99CA and #99CA7E with #CA997E are triadic colors.