COLOR #CA6E4B

HEX: #CA6E4B RGB: (202,110,75)

Color info

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

RGB color model

#CA6E4B color RGB value is (202,110,75).

RGB: (202,110,75) (79%, 43%, 29%)

RGB channels and saturation

R 202 of 255 = 79%
G 110 of 255 = 43%
B 75 of 255 = 29%

202
110
75

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

Portions of RGB colors in percentages

R + G + B = 202 + 110 + 75 = 387 (100%)
R 202 of 387 ~ 52.2%
G 110 of 387 ~ 28.42%
B 75 of 387 ~ 19.38'%

%52.2
%28.42
%19.38

CMYK color model

#CA6E4B color CMYK value is (0,46,63,21).

  • cyan value is 0.00%
  • magenta value is 45.54%
  • yellow value is 62.87%
  • key color value is 20.78%

CMYK: (0,46,63,21)
C0M46Y63K21 (0%, 46%, 63%, 21%)
(0.00 / 0.46 / 0.63 / 0.21)

CMYK percentages

%0
%45.54
%62.87
%20.78

Codes

Color #CA6E4B in popluar color models

CA 6E 4B
RGB 202 110 75
HSL 17° 54.51% 54.31%
HSB/HSV 17° 62.87% 79.22%
CMYK 0.00% 45.54% 62.87%
20.78%

Color #CA6E4B in popluar number systems.

HEX CA 6E 4B
Decimal 202 110 75
Binary 11001010 1101110 1001011
Octal 312 156 113

Shades and tints

Shades of #CA6E4B

#CA6E4B
(202,110,75)
#B86445
(184,100,69)
#A65A3F
(166,90,63)
#945039
(148,80,57)
#824633
(130,70,51)
#703C2D
(112,60,45)
#5E3227
(94,50,39)
#4C2821
(76,40,33)
#3A1E1B
(58,30,27)
#281415
(40,20,21)
#160A0F
(22,10,15)
#000000
(0,0,0)

Tints of #CA6E4B

#CA6E4B
(202,110,75)
#CE7B5B
(206,123,91)
#D2886B
(210,136,107)
#D6957B
(214,149,123)
#DAA28B
(218,162,139)
#DEAF9B
(222,175,155)
#E2BCAB
(226,188,171)
#E6C9BB
(230,201,187)
#EAD6CB
(234,214,203)
#EEE3DB
(238,227,219)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6E4B color. Also use rgb(202,110,75) instead hex code.

Text Font Color

.myTextColor { color: #CA6E4B; }

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

This text font color is #CA6E4B.

Background Color

.myBgColor { background-color: #CA6E4B; }

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

This div background color is #CA6E4B.

Border color

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

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

This div border color is #CA6E4B.

Opacity

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

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

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

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

This text has shadow with #CA6E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA6E4B.

Preview

Color preview on black background

This text has color #CA6E4B on black background.


Color preview on white background

This text has color #CA6E4B on white background.


Black color preview on #CA6E4B background

This text has black color on #CA6E4B background.


White color preview on #CA6E4B background

This text has white color on #CA6E4B background.


Related colors

Complementary color

Complementary color for #hex is #3591B4.


I love getcolorcode.com

Triadic colors

1 #4BCA6E and #6E4BCA with #CA6E4B are triadic colors.

2 #4B6ECA and #6ECA4B with #CA6E4B are triadic colors.