COLOR #CA9957

HEX: #CA9957 RGB: (202,153,87)

Color info

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

RGB color model

#CA9957 color RGB value is (202,153,87).

RGB: (202,153,87) (79%, 60%, 34%)

RGB channels and saturation

R 202 of 255 = 79%
G 153 of 255 = 60%
B 87 of 255 = 34%

202
153
87

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

Portions of RGB colors in percentages

R + G + B = 202 + 153 + 87 = 442 (100%)
R 202 of 442 ~ 45.7%
G 153 of 442 ~ 34.62%
B 87 of 442 ~ 19.68'%

%45.7
%34.62
%19.68

CMYK color model

#CA9957 color CMYK value is (0,24,57,21).

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

CMYK: (0,24,57,21)
C0M24Y57K21 (0%, 24%, 57%, 21%)
(0.00 / 0.24 / 0.57 / 0.21)

CMYK percentages

%0
%24.26
%56.93
%20.78

Codes

Color #CA9957 in popluar color models

CA 99 57
RGB 202 153 87
HSL 34° 52.04% 56.67%
HSB/HSV 34° 56.93% 79.22%
CMYK 0.00% 24.26% 56.93%
20.78%

Color #CA9957 in popluar number systems.

HEX CA 99 57
Decimal 202 153 87
Binary 11001010 10011001 1010111
Octal 312 231 127

Shades and tints

Shades of #CA9957

#CA9957
(202,153,87)
#B88C50
(184,140,80)
#A67F49
(166,127,73)
#947242
(148,114,66)
#82653B
(130,101,59)
#705834
(112,88,52)
#5E4B2D
(94,75,45)
#4C3E26
(76,62,38)
#3A311F
(58,49,31)
#282418
(40,36,24)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #CA9957

#CA9957
(202,153,87)
#CEA266
(206,162,102)
#D2AB75
(210,171,117)
#D6B484
(214,180,132)
#DABD93
(218,189,147)
#DEC6A2
(222,198,162)
#E2CFB1
(226,207,177)
#E6D8C0
(230,216,192)
#EAE1CF
(234,225,207)
#EEEADE
(238,234,222)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9957; }

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

This text font color is #CA9957.

Background Color

.myBgColor { background-color: #CA9957; }

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

This div background color is #CA9957.

Border color

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

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

This div border color is #CA9957.

Opacity

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

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

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

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

This text has shadow with #CA9957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA9957.

Preview

Color preview on black background

This text has color #CA9957 on black background.


Color preview on white background

This text has color #CA9957 on white background.


Black color preview on #CA9957 background

This text has black color on #CA9957 background.


White color preview on #CA9957 background

This text has white color on #CA9957 background.


Related colors

Complementary color

Complementary color for #hex is #3566A8.


I love getcolorcode.com

Triadic colors

1 #57CA99 and #9957CA with #CA9957 are triadic colors.

2 #5799CA and #99CA57 with #CA9957 are triadic colors.