COLOR #CAA358

HEX: #CAA358 RGB: (202,163,88)

Color info

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

RGB color model

#CAA358 color RGB value is (202,163,88).

RGB: (202,163,88) (79%, 64%, 35%)

RGB channels and saturation

R 202 of 255 = 79%
G 163 of 255 = 64%
B 88 of 255 = 35%

202
163
88

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

Portions of RGB colors in percentages

R + G + B = 202 + 163 + 88 = 453 (100%)
R 202 of 453 ~ 44.59%
G 163 of 453 ~ 35.98%
B 88 of 453 ~ 19.43'%

%44.59
%35.98
%19.43

CMYK color model

#CAA358 color CMYK value is (0,19,56,21).

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

CMYK: (0,19,56,21)
C0M19Y56K21 (0%, 19%, 56%, 21%)
(0.00 / 0.19 / 0.56 / 0.21)

CMYK percentages

%0
%19.31
%56.44
%20.78

Codes

Color #CAA358 in popluar color models

CA A3 58
RGB 202 163 88
HSL 39° 51.82% 56.86%
HSB/HSV 39° 56.44% 79.22%
CMYK 0.00% 19.31% 56.44%
20.78%

Color #CAA358 in popluar number systems.

HEX CA A3 58
Decimal 202 163 88
Binary 11001010 10100011 1011000
Octal 312 243 130

Shades and tints

Shades of #CAA358

#CAA358
(202,163,88)
#B89550
(184,149,80)
#A68748
(166,135,72)
#947940
(148,121,64)
#826B38
(130,107,56)
#705D30
(112,93,48)
#5E4F28
(94,79,40)
#4C4120
(76,65,32)
#3A3318
(58,51,24)
#282510
(40,37,16)
#161708
(22,23,8)
#000000
(0,0,0)

Tints of #CAA358

#CAA358
(202,163,88)
#CEAB67
(206,171,103)
#D2B376
(210,179,118)
#D6BB85
(214,187,133)
#DAC394
(218,195,148)
#DECBA3
(222,203,163)
#E2D3B2
(226,211,178)
#E6DBC1
(230,219,193)
#EAE3D0
(234,227,208)
#EEEBDF
(238,235,223)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA358; }

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

This text font color is #CAA358.

Background Color

.myBgColor { background-color: #CAA358; }

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

This div background color is #CAA358.

Border color

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

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

This div border color is #CAA358.

Opacity

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

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

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

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

This text has shadow with #CAA358 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAA358.

Preview

Color preview on black background

This text has color #CAA358 on black background.


Color preview on white background

This text has color #CAA358 on white background.


Black color preview on #CAA358 background

This text has black color on #CAA358 background.


White color preview on #CAA358 background

This text has white color on #CAA358 background.


Related colors

Complementary color

Complementary color for #hex is #355CA7.


I love getcolorcode.com

Triadic colors

1 #58CAA3 and #A358CA with #CAA358 are triadic colors.

2 #58A3CA and #A3CA58 with #CAA358 are triadic colors.