COLOR #CB604B

HEX: #CB604B
RGB: (203,96,75)

Color info

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

RGB color model

#CB604B color RGB value is (203,96,75).

  • red value is 203;
  • green value is 96;
  • blue value is 75.
RGB:
(203,96,75)
(80%,38%,29%)

RGB channels and saturation

R 203 of 255 = 80%
G 96 of 255 = 38%
B 75 of 255 = 29%

203
96
75

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

Portions of RGB colors in percentages

R + G + B =
203 + 96 + 75 = 374 (100%)
R 203 of 374 ~ 54.28%
G 96 of 374 ~ 25.67%
B 75 of 374 ~ 20.05%

%54.28
%25.67
%20.05

CMYK color model

#CB604B color CMYK value is (0,53,63,20).

  • cyan value is 0.00%
  • magenta value is 52.71%
  • yellow value is 63.05%
  • key color value is 20.39%
CMYK:
(0,53,63,20)
C0M53Y63K20 
(0%,53%,63%,20%)
(0.00/0.53/0.63/0.20)	

CMYK percentages

%0
%52.71
%63.05
%20.39

Codes

Color #CB604B in popluar color models

CB604B
RGB2039675
HSL10°55.17%54.51%
HSB/HSV10°63.05%79.61%
CMYK0.00%52.71%63.05%
20.39%

Color #CB604B in popluar number systems.

HEXCB604B
Decimal2039675
Binary1100101111000001001011
Octal313140113

Shades and tints

Shades of #CB604B

#CB604B
(203,96,75)
#B95845
(185,88,69)
#A7503F
(167,80,63)
#954839
(149,72,57)
#834033
(131,64,51)
#71382D
(113,56,45)
#5F3027
(95,48,39)
#4D2821
(77,40,33)
#3B201B
(59,32,27)
#291815
(41,24,21)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #CB604B

#CB604B
(203,96,75)
#CF6E5B
(207,110,91)
#D37C6B
(211,124,107)
#D78A7B
(215,138,123)
#DB988B
(219,152,139)
#DFA69B
(223,166,155)
#E3B4AB
(227,180,171)
#E7C2BB
(231,194,187)
#EBD0CB
(235,208,203)
#EFDEDB
(239,222,219)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB604B color. Also use rgb(203,96,75) instead hex code.

Text Font Color

.myTextColor { color: #CB604B; }

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

This text font color is #CB604B.


Background Color

.myBgColor { background-color: #CB604B; }

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

This div background color is #CB604B.


Border color

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

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

This div border color is #CB604B.


Opacity

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

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

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

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

This text has shadow with #CB604B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB604B on black background.


Color preview on white background

This text has color #CB604B on white background.



Black color preview on #CB604B background

This text has black color on #CB604B background.


White color preview on #CB604B background

This text has white color on #CB604B background.