COLOR #CA9058

HEX: #CA9058
RGB: (202,144,88)

Color info

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

RGB color model

#CA9058 color RGB value is (202,144,88).

  • red value is 202;
  • green value is 144;
  • blue value is 88.
RGB:
(202,144,88)
(79%,56%,35%)

RGB channels and saturation

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

202
144
88

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

Portions of RGB colors in percentages

R + G + B =
202 + 144 + 88 = 434 (100%)
R 202 of 434 ~ 46.54%
G 144 of 434 ~ 33.18%
B 88 of 434 ~ 20.28%

%46.54
%33.18
%20.28

CMYK color model

#CA9058 color CMYK value is (0,29,56,21).

  • cyan value is 0.00%
  • magenta value is 28.71%
  • yellow value is 56.44%
  • key color value is 20.78%
CMYK:
(0,29,56,21)
C0M29Y56K21 
(0%,29%,56%,21%)
(0.00/0.29/0.56/0.21)	

CMYK percentages

%0
%28.71
%56.44
%20.78

Codes

Color #CA9058 in popluar color models

CA9058
RGB20214488
HSL29°51.82%56.86%
HSB/HSV29°56.44%79.22%
CMYK0.00%28.71%56.44%
20.78%

Color #CA9058 in popluar number systems.

HEXCA9058
Decimal20214488
Binary11001010100100001011000
Octal312220130

Shades and tints

Shades of #CA9058

#CA9058
(202,144,88)
#B88350
(184,131,80)
#A67648
(166,118,72)
#946940
(148,105,64)
#825C38
(130,92,56)
#704F30
(112,79,48)
#5E4228
(94,66,40)
#4C3520
(76,53,32)
#3A2818
(58,40,24)
#281B10
(40,27,16)
#160E08
(22,14,8)
#000000
(0,0,0)

Tints of #CA9058

#CA9058
(202,144,88)
#CE9A67
(206,154,103)
#D2A476
(210,164,118)
#D6AE85
(214,174,133)
#DAB894
(218,184,148)
#DEC2A3
(222,194,163)
#E2CCB2
(226,204,178)
#E6D6C1
(230,214,193)
#EAE0D0
(234,224,208)
#EEEADF
(238,234,223)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9058; }

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

This text font color is #CA9058.


Background Color

.myBgColor { background-color: #CA9058; }

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

This div background color is #CA9058.


Border color

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

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

This div border color is #CA9058.


Opacity

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

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

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

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

This text has shadow with #CA9058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9058 on black background.


Color preview on white background

This text has color #CA9058 on white background.



Black color preview on #CA9058 background

This text has black color on #CA9058 background.


White color preview on #CA9058 background

This text has white color on #CA9058 background.