COLOR #CB493E

HEX: #CB493E RGB: (203,73,62)

Color info

#CB493E contains mainly red color. Web safe color of #CB493E is #CC3333 (or #C33).

RGB color model

#CB493E color RGB value is (203,73,62).

RGB: (203,73,62) (80%, 29%, 24%)

RGB channels and saturation

R 203 of 255 = 80%
G 73 of 255 = 29%
B 62 of 255 = 24%

203
73
62

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

Portions of RGB colors in percentages

R + G + B = 203 + 73 + 62 = 338 (100%)
R 203 of 338 ~ 60.06%
G 73 of 338 ~ 21.6%
B 62 of 338 ~ 18.34'%

%60.06
%21.6
%18.34

CMYK color model

#CB493E color CMYK value is (0,64,69,20).

  • cyan value is 0.00%
  • magenta value is 64.04%
  • yellow value is 69.46%
  • key color value is 20.39%
CMYK: (0,64,69,20) C0M64Y69K20 (0%,64%,69%,20%) (0.00/0.64/0.69/0.20) 

CMYK percentages

%0
%64.04
%69.46
%20.39

Codes

Color #CB493E in popluar color models

CB 49 3E
RGB 203 73 62
HSL 57.55% 51.96%
HSB/HSV 69.46% 79.61%
CMYK 0.00% 64.04% 69.46%
20.39%

Color #CB493E in popluar number systems.

HEX CB 49 3E
Decimal 203 73 62
Binary 11001011 1001001 111110
Octal 313 111 76

Shades and tints

Shades of #CB493E

#CB493E
(203,73,62)
#B94339
(185,67,57)
#A73D34
(167,61,52)
#95372F
(149,55,47)
#83312A
(131,49,42)
#712B25
(113,43,37)
#5F2520
(95,37,32)
#4D1F1B
(77,31,27)
#3B1916
(59,25,22)
#291311
(41,19,17)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #CB493E

#CB493E
(203,73,62)
#CF594F
(207,89,79)
#D36960
(211,105,96)
#D77971
(215,121,113)
#DB8982
(219,137,130)
#DF9993
(223,153,147)
#E3A9A4
(227,169,164)
#E7B9B5
(231,185,181)
#EBC9C6
(235,201,198)
#EFD9D7
(239,217,215)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB493E color. Also use rgb(203,73,62) instead hex code.

Text Font Color

.myTextColor { color: #CB493E; }

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

This text font color is #CB493E.

Background Color

.myBgColor { background-color: #CB493E; }

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

This div background color is #CB493E.

Border color

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

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

This div border color is #CB493E.

Opacity

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

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

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

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

This text has shadow with #CB493E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB493E.

Preview

Color preview on black background

This text has color #CB493E on black background.


Color preview on white background

This text has color #CB493E on white background.


Black color preview on #CB493E background

This text has black color on #CB493E background.


White color preview on #CB493E background

This text has white color on #CB493E background.


Related colors

Complementary color

Complementary color for #hex is #34B6C1.


I love getcolorcode.com

Triadic colors

1 #3ECB49 and #493ECB with #CB493E are triadic colors.

2 #3E49CB and #49CB3E with #CB493E are triadic colors.