COLOR #CAA741

HEX: #CAA741 RGB: (202,167,65)

Color info

#CAA741 contains mainly red and green colors. Web safe color of #CAA741 is #CC9933 (or #C93).

RGB color model

#CAA741 color RGB value is (202,167,65).

RGB: (202,167,65) (79%, 65%, 25%)

RGB channels and saturation

R 202 of 255 = 79%
G 167 of 255 = 65%
B 65 of 255 = 25%

202
167
65

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

Portions of RGB colors in percentages

R + G + B = 202 + 167 + 65 = 434 (100%)
R 202 of 434 ~ 46.54%
G 167 of 434 ~ 38.48%
B 65 of 434 ~ 14.98'%

%46.54
%38.48
%14.98

CMYK color model

#CAA741 color CMYK value is (0,17,68,21).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 67.82%
  • key color value is 20.78%

CMYK: (0,17,68,21)
C0M17Y68K21 (0%, 17%, 68%, 21%)
(0.00 / 0.17 / 0.68 / 0.21)

CMYK percentages

%0
%17.33
%67.82
%20.78

Codes

Color #CAA741 in popluar color models

CA A7 41
RGB 202 167 65
HSL 45° 56.38% 52.35%
HSB/HSV 45° 67.82% 79.22%
CMYK 0.00% 17.33% 67.82%
20.78%

Color #CAA741 in popluar number systems.

HEX CA A7 41
Decimal 202 167 65
Binary 11001010 10100111 1000001
Octal 312 247 101

Shades and tints

Shades of #CAA741

#CAA741
(202,167,65)
#B8983C
(184,152,60)
#A68937
(166,137,55)
#947A32
(148,122,50)
#826B2D
(130,107,45)
#705C28
(112,92,40)
#5E4D23
(94,77,35)
#4C3E1E
(76,62,30)
#3A2F19
(58,47,25)
#282014
(40,32,20)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #CAA741

#CAA741
(202,167,65)
#CEAF52
(206,175,82)
#D2B763
(210,183,99)
#D6BF74
(214,191,116)
#DAC785
(218,199,133)
#DECF96
(222,207,150)
#E2D7A7
(226,215,167)
#E6DFB8
(230,223,184)
#EAE7C9
(234,231,201)
#EEEFDA
(238,239,218)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA741 color. Also use rgb(202,167,65) instead hex code.

Text Font Color

.myTextColor { color: #CAA741; }

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

This text font color is #CAA741.

Background Color

.myBgColor { background-color: #CAA741; }

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

This div background color is #CAA741.

Border color

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

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

This div border color is #CAA741.

Opacity

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

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

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

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

This text has shadow with #CAA741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAA741.

Preview

Color preview on black background

This text has color #CAA741 on black background.


Color preview on white background

This text has color #CAA741 on white background.


Black color preview on #CAA741 background

This text has black color on #CAA741 background.


White color preview on #CAA741 background

This text has white color on #CAA741 background.


Related colors

Complementary color

Complementary color for #hex is #3558BE.


I love getcolorcode.com

Triadic colors

1 #41CAA7 and #A741CA with #CAA741 are triadic colors.

2 #41A7CA and #A7CA41 with #CAA741 are triadic colors.