COLOR #CA9455

HEX: #CA9455
RGB: (202,148,85)

Color info

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

RGB color model

#CA9455 color RGB value is (202,148,85).

  • red value is 202;
  • green value is 148;
  • blue value is 85.
RGB:
(202,148,85)
(79%,58%,33%)

RGB channels and saturation

R 202 of 255 = 79%
G 148 of 255 = 58%
B 85 of 255 = 33%

202
148
85

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

Portions of RGB colors in percentages

R + G + B =
202 + 148 + 85 = 435 (100%)
R 202 of 435 ~ 46.44%
G 148 of 435 ~ 34.02%
B 85 of 435 ~ 19.54%

%46.44
%34.02
%19.54

CMYK color model

#CA9455 color CMYK value is (0,27,58,21).

  • cyan value is 0.00%
  • magenta value is 26.73%
  • yellow value is 57.92%
  • key color value is 20.78%
CMYK:
(0,27,58,21)
C0M27Y58K21 
(0%,27%,58%,21%)
(0.00/0.27/0.58/0.21)	

CMYK percentages

%0
%26.73
%57.92
%20.78

Codes

Color #CA9455 in popluar color models

CA9455
RGB20214885
HSL32°52.47%56.27%
HSB/HSV32°57.92%79.22%
CMYK0.00%26.73%57.92%
20.78%

Color #CA9455 in popluar number systems.

HEXCA9455
Decimal20214885
Binary11001010100101001010101
Octal312224125

Shades and tints

Shades of #CA9455

#CA9455
(202,148,85)
#B8874E
(184,135,78)
#A67A47
(166,122,71)
#946D40
(148,109,64)
#826039
(130,96,57)
#705332
(112,83,50)
#5E462B
(94,70,43)
#4C3924
(76,57,36)
#3A2C1D
(58,44,29)
#281F16
(40,31,22)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #CA9455

#CA9455
(202,148,85)
#CE9D64
(206,157,100)
#D2A673
(210,166,115)
#D6AF82
(214,175,130)
#DAB891
(218,184,145)
#DEC1A0
(222,193,160)
#E2CAAF
(226,202,175)
#E6D3BE
(230,211,190)
#EADCCD
(234,220,205)
#EEE5DC
(238,229,220)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9455 color. Also use rgb(202,148,85) instead hex code.

Text Font Color

.myTextColor { color: #CA9455; }

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

This text font color is #CA9455.


Background Color

.myBgColor { background-color: #CA9455; }

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

This div background color is #CA9455.


Border color

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

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

This div border color is #CA9455.


Opacity

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

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

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

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

This text has shadow with #CA9455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9455 on black background.


Color preview on white background

This text has color #CA9455 on white background.



Black color preview on #CA9455 background

This text has black color on #CA9455 background.


White color preview on #CA9455 background

This text has white color on #CA9455 background.