COLOR #CA8E58

HEX: #CA8E58 RGB: (202,142,88)

Color info

#CA8E58 contains mainly red color. Web safe color of #CA8E58 is #CC9966 (or #C96).

RGB color model

#CA8E58 color RGB value is (202,142,88).

RGB: (202,142,88) (79%, 56%, 35%)

RGB channels and saturation

R 202 of 255 = 79%
G 142 of 255 = 56%
B 88 of 255 = 35%

202
142
88

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

Portions of RGB colors in percentages

R + G + B = 202 + 142 + 88 = 432 (100%)
R 202 of 432 ~ 46.76%
G 142 of 432 ~ 32.87%
B 88 of 432 ~ 20.37'%

%46.76
%32.87
%20.37

CMYK color model

#CA8E58 color CMYK value is (0,30,56,21).

  • cyan value is 0.00%
  • magenta value is 29.70%
  • yellow value is 56.44%
  • key color value is 20.78%

CMYK: (0,30,56,21)
C0M30Y56K21 (0%, 30%, 56%, 21%)
(0.00 / 0.30 / 0.56 / 0.21)

CMYK percentages

%0
%29.7
%56.44
%20.78

Codes

Color #CA8E58 in popluar color models

CA 8E 58
RGB 202 142 88
HSL 28° 51.82% 56.86%
HSB/HSV 28° 56.44% 79.22%
CMYK 0.00% 29.70% 56.44%
20.78%

Color #CA8E58 in popluar number systems.

HEX CA 8E 58
Decimal 202 142 88
Binary 11001010 10001110 1011000
Octal 312 216 130

Shades and tints

Shades of #CA8E58

#CA8E58
(202,142,88)
#B88250
(184,130,80)
#A67648
(166,118,72)
#946A40
(148,106,64)
#825E38
(130,94,56)
#705230
(112,82,48)
#5E4628
(94,70,40)
#4C3A20
(76,58,32)
#3A2E18
(58,46,24)
#282210
(40,34,16)
#161608
(22,22,8)
#000000
(0,0,0)

Tints of #CA8E58

#CA8E58
(202,142,88)
#CE9867
(206,152,103)
#D2A276
(210,162,118)
#D6AC85
(214,172,133)
#DAB694
(218,182,148)
#DEC0A3
(222,192,163)
#E2CAB2
(226,202,178)
#E6D4C1
(230,212,193)
#EADED0
(234,222,208)
#EEE8DF
(238,232,223)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA8E58 color. Also use rgb(202,142,88) instead hex code.

Text Font Color

.myTextColor { color: #CA8E58; }

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

This text font color is #CA8E58.

Background Color

.myBgColor { background-color: #CA8E58; }

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

This div background color is #CA8E58.

Border color

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

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

This div border color is #CA8E58.

Opacity

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

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

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

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

This text has shadow with #CA8E58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA8E58.

Preview

Color preview on black background

This text has color #CA8E58 on black background.


Color preview on white background

This text has color #CA8E58 on white background.


Black color preview on #CA8E58 background

This text has black color on #CA8E58 background.


White color preview on #CA8E58 background

This text has white color on #CA8E58 background.


Related colors

Complementary color

Complementary color for #hex is #3571A7.


I love getcolorcode.com

Triadic colors

1 #58CA8E and #8E58CA with #CA8E58 are triadic colors.

2 #588ECA and #8ECA58 with #CA8E58 are triadic colors.