COLOR #CA965A

HEX: #CA965A RGB: (202,150,90)

Color info

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

RGB color model

#CA965A color RGB value is (202,150,90).

RGB: (202,150,90) (79%, 59%, 35%)

RGB channels and saturation

R 202 of 255 = 79%
G 150 of 255 = 59%
B 90 of 255 = 35%

202
150
90

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

Portions of RGB colors in percentages

R + G + B = 202 + 150 + 90 = 442 (100%)
R 202 of 442 ~ 45.7%
G 150 of 442 ~ 33.94%
B 90 of 442 ~ 20.36'%

%45.7
%33.94
%20.36

CMYK color model

#CA965A color CMYK value is (0,26,55,21).

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 55.45%
  • key color value is 20.78%

CMYK: (0,26,55,21)
C0M26Y55K21 (0%, 26%, 55%, 21%)
(0.00 / 0.26 / 0.55 / 0.21)

CMYK percentages

%0
%25.74
%55.45
%20.78

Codes

Color #CA965A in popluar color models

CA 96 5A
RGB 202 150 90
HSL 32° 51.38% 57.25%
HSB/HSV 32° 55.45% 79.22%
CMYK 0.00% 25.74% 55.45%
20.78%

Color #CA965A in popluar number systems.

HEX CA 96 5A
Decimal 202 150 90
Binary 11001010 10010110 1011010
Octal 312 226 132

Shades and tints

Shades of #CA965A

#CA965A
(202,150,90)
#B88952
(184,137,82)
#A67C4A
(166,124,74)
#946F42
(148,111,66)
#82623A
(130,98,58)
#705532
(112,85,50)
#5E482A
(94,72,42)
#4C3B22
(76,59,34)
#3A2E1A
(58,46,26)
#282112
(40,33,18)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #CA965A

#CA965A
(202,150,90)
#CE9F69
(206,159,105)
#D2A878
(210,168,120)
#D6B187
(214,177,135)
#DABA96
(218,186,150)
#DEC3A5
(222,195,165)
#E2CCB4
(226,204,180)
#E6D5C3
(230,213,195)
#EADED2
(234,222,210)
#EEE7E1
(238,231,225)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA965A color. Also use rgb(202,150,90) instead hex code.

Text Font Color

.myTextColor { color: #CA965A; }

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

This text font color is #CA965A.

Background Color

.myBgColor { background-color: #CA965A; }

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

This div background color is #CA965A.

Border color

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

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

This div border color is #CA965A.

Opacity

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

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

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

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

This text has shadow with #CA965A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA965A.

Preview

Color preview on black background

This text has color #CA965A on black background.


Color preview on white background

This text has color #CA965A on white background.


Black color preview on #CA965A background

This text has black color on #CA965A background.


White color preview on #CA965A background

This text has white color on #CA965A background.


Related colors

Complementary color

Complementary color for #hex is #3569A5.


I love getcolorcode.com

Triadic colors

1 #5ACA96 and #965ACA with #CA965A are triadic colors.

2 #5A96CA and #96CA5A with #CA965A are triadic colors.