COLOR #CB552B

HEX: #CB552B RGB: (203,85,43)

Color info

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

RGB color model

#CB552B color RGB value is (203,85,43).

RGB: (203,85,43) (80%, 33%, 17%)

RGB channels and saturation

R 203 of 255 = 80%
G 85 of 255 = 33%
B 43 of 255 = 17%

203
85
43

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

Portions of RGB colors in percentages

R + G + B = 203 + 85 + 43 = 331 (100%)
R 203 of 331 ~ 61.33%
G 85 of 331 ~ 25.68%
B 43 of 331 ~ 12.99'%

%61.33
%25.68
%12.99

CMYK color model

#CB552B color CMYK value is (0,58,79,20).

  • cyan value is 0.00%
  • magenta value is 58.13%
  • yellow value is 78.82%
  • key color value is 20.39%

CMYK: (0,58,79,20)
C0M58Y79K20 (0%, 58%, 79%, 20%)
(0.00 / 0.58 / 0.79 / 0.20)

CMYK percentages

%0
%58.13
%78.82
%20.39

Codes

Color #CB552B in popluar color models

CB 55 2B
RGB 203 85 43
HSL 16° 65.04% 48.24%
HSB/HSV 16° 78.82% 79.61%
CMYK 0.00% 58.13% 78.82%
20.39%

Color #CB552B in popluar number systems.

HEX CB 55 2B
Decimal 203 85 43
Binary 11001011 1010101 101011
Octal 313 125 53

Shades and tints

Shades of #CB552B

#CB552B
(203,85,43)
#B94E28
(185,78,40)
#A74725
(167,71,37)
#954022
(149,64,34)
#83391F
(131,57,31)
#71321C
(113,50,28)
#5F2B19
(95,43,25)
#4D2416
(77,36,22)
#3B1D13
(59,29,19)
#291610
(41,22,16)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #CB552B

#CB552B
(203,85,43)
#CF643E
(207,100,62)
#D37351
(211,115,81)
#D78264
(215,130,100)
#DB9177
(219,145,119)
#DFA08A
(223,160,138)
#E3AF9D
(227,175,157)
#E7BEB0
(231,190,176)
#EBCDC3
(235,205,195)
#EFDCD6
(239,220,214)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB552B color. Also use rgb(203,85,43) instead hex code.

Text Font Color

.myTextColor { color: #CB552B; }

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

This text font color is #CB552B.

Background Color

.myBgColor { background-color: #CB552B; }

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

This div background color is #CB552B.

Border color

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

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

This div border color is #CB552B.

Opacity

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

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

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

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

This text has shadow with #CB552B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB552B.

Preview

Color preview on black background

This text has color #CB552B on black background.


Color preview on white background

This text has color #CB552B on white background.


Black color preview on #CB552B background

This text has black color on #CB552B background.


White color preview on #CB552B background

This text has white color on #CB552B background.


Related colors

Complementary color

Complementary color for #hex is #34AAD4.


I love getcolorcode.com

Triadic colors

1 #2BCB55 and #552BCB with #CB552B are triadic colors.

2 #2B55CB and #55CB2B with #CB552B are triadic colors.