COLOR #CA6D46

HEX: #CA6D46
RGB: (202,109,70)

Color info

#CA6D46 contains mainly red color. Web safe color of #CA6D46 is #CC6633 (or #C63).

RGB color model

#CA6D46 color RGB value is (202,109,70).

  • red value is 202;
  • green value is 109;
  • blue value is 70.
RGB:
(202,109,70)
(79%,43%,27%)

RGB channels and saturation

R 202 of 255 = 79%
G 109 of 255 = 43%
B 70 of 255 = 27%

202
109
70

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

Portions of RGB colors in percentages

R + G + B =
202 + 109 + 70 = 381 (100%)
R 202 of 381 ~ 53.02%
G 109 of 381 ~ 28.61%
B 70 of 381 ~ 18.37%

%53.02
%28.61
%18.37

CMYK color model

#CA6D46 color CMYK value is (0,46,65,21).

  • cyan value is 0.00%
  • magenta value is 46.04%
  • yellow value is 65.35%
  • key color value is 20.78%
CMYK:
(0,46,65,21)
C0M46Y65K21 
(0%,46%,65%,21%)
(0.00/0.46/0.65/0.21)	

CMYK percentages

%0
%46.04
%65.35
%20.78

Codes

Color #CA6D46 in popluar color models

CA6D46
RGB20210970
HSL18°55.46%53.33%
HSB/HSV18°65.35%79.22%
CMYK0.00%46.04%65.35%
20.78%

Color #CA6D46 in popluar number systems.

HEXCA6D46
Decimal20210970
Binary1100101011011011000110
Octal312155106

Shades and tints

Shades of #CA6D46

#CA6D46
(202,109,70)
#B86440
(184,100,64)
#A65B3A
(166,91,58)
#945234
(148,82,52)
#82492E
(130,73,46)
#704028
(112,64,40)
#5E3722
(94,55,34)
#4C2E1C
(76,46,28)
#3A2516
(58,37,22)
#281C10
(40,28,16)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #CA6D46

#CA6D46
(202,109,70)
#CE7A56
(206,122,86)
#D28766
(210,135,102)
#D69476
(214,148,118)
#DAA186
(218,161,134)
#DEAE96
(222,174,150)
#E2BBA6
(226,187,166)
#E6C8B6
(230,200,182)
#EAD5C6
(234,213,198)
#EEE2D6
(238,226,214)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6D46 color. Also use rgb(202,109,70) instead hex code.

Text Font Color

.myTextColor { color: #CA6D46; }

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

This text font color is #CA6D46.


Background Color

.myBgColor { background-color: #CA6D46; }

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

This div background color is #CA6D46.


Border color

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

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

This div border color is #CA6D46.


Opacity

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

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

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

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

This text has shadow with #CA6D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA6D46 on black background.


Color preview on white background

This text has color #CA6D46 on white background.



Black color preview on #CA6D46 background

This text has black color on #CA6D46 background.


White color preview on #CA6D46 background

This text has white color on #CA6D46 background.