COLOR #CB6850

HEX: #CB6850
RGB: (203,104,80)

Color info

#CB6850 contains mainly red color. Web safe color of #CB6850 is #CC6666 (or #C66).

RGB color model

#CB6850 color RGB value is (203,104,80).

  • red value is 203;
  • green value is 104;
  • blue value is 80.
RGB:
(203,104,80)
(80%,41%,31%)

RGB channels and saturation

R 203 of 255 = 80%
G 104 of 255 = 41%
B 80 of 255 = 31%

203
104
80

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

Portions of RGB colors in percentages

R + G + B =
203 + 104 + 80 = 387 (100%)
R 203 of 387 ~ 52.45%
G 104 of 387 ~ 26.87%
B 80 of 387 ~ 20.67%

%52.45
%26.87
%20.67

CMYK color model

#CB6850 color CMYK value is (0,49,61,20).

  • cyan value is 0.00%
  • magenta value is 48.77%
  • yellow value is 60.59%
  • key color value is 20.39%
CMYK:
(0,49,61,20)
C0M49Y61K20 
(0%,49%,61%,20%)
(0.00/0.49/0.61/0.20)	

CMYK percentages

%0
%48.77
%60.59
%20.39

Codes

Color #CB6850 in popluar color models

CB6850
RGB20310480
HSL12°54.19%55.49%
HSB/HSV12°60.59%79.61%
CMYK0.00%48.77%60.59%
20.39%

Color #CB6850 in popluar number systems.

HEXCB6850
Decimal20310480
Binary1100101111010001010000
Octal313150120

Shades and tints

Shades of #CB6850

#CB6850
(203,104,80)
#B95F49
(185,95,73)
#A75642
(167,86,66)
#954D3B
(149,77,59)
#834434
(131,68,52)
#713B2D
(113,59,45)
#5F3226
(95,50,38)
#4D291F
(77,41,31)
#3B2018
(59,32,24)
#291711
(41,23,17)
#170E0A
(23,14,10)
#000000
(0,0,0)

Tints of #CB6850

#CB6850
(203,104,80)
#CF755F
(207,117,95)
#D3826E
(211,130,110)
#D78F7D
(215,143,125)
#DB9C8C
(219,156,140)
#DFA99B
(223,169,155)
#E3B6AA
(227,182,170)
#E7C3B9
(231,195,185)
#EBD0C8
(235,208,200)
#EFDDD7
(239,221,215)
#F3EAE6
(243,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6850 color. Also use rgb(203,104,80) instead hex code.

Text Font Color

.myTextColor { color: #CB6850; }

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

This text font color is #CB6850.


Background Color

.myBgColor { background-color: #CB6850; }

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

This div background color is #CB6850.


Border color

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

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

This div border color is #CB6850.


Opacity

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

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

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

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

This text has shadow with #CB6850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6850 on black background.


Color preview on white background

This text has color #CB6850 on white background.



Black color preview on #CB6850 background

This text has black color on #CB6850 background.


White color preview on #CB6850 background

This text has white color on #CB6850 background.