COLOR #CB6378

HEX: #CB6378
RGB: (203,99,120)

Color info

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

RGB color model

#CB6378 color RGB value is (203,99,120).

  • red value is 203;
  • green value is 99;
  • blue value is 120.
RGB:
(203,99,120)
(80%,39%,47%)

RGB channels and saturation

R 203 of 255 = 80%
G 99 of 255 = 39%
B 120 of 255 = 47%

203
99
120

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

Portions of RGB colors in percentages

R + G + B =
203 + 99 + 120 = 422 (100%)
R 203 of 422 ~ 48.1%
G 99 of 422 ~ 23.46%
B 120 of 422 ~ 28.44%

%48.1
%23.46
%28.44

CMYK color model

#CB6378 color CMYK value is (0,51,41,20).

  • cyan value is 0.00%
  • magenta value is 51.23%
  • yellow value is 40.89%
  • key color value is 20.39%
CMYK:
(0,51,41,20)
C0M51Y41K20 
(0%,51%,41%,20%)
(0.00/0.51/0.41/0.20)	

CMYK percentages

%0
%51.23
%40.89
%20.39

Codes

Color #CB6378 in popluar color models

CB6378
RGB20399120
HSL348°50.00%59.22%
HSB/HSV348°51.23%79.61%
CMYK0.00%51.23%40.89%
20.39%

Color #CB6378 in popluar number systems.

HEXCB6378
Decimal20399120
Binary1100101111000111111000
Octal313143170

Shades and tints

Shades of #CB6378

#CB6378
(203,99,120)
#B95A6E
(185,90,110)
#A75164
(167,81,100)
#95485A
(149,72,90)
#833F50
(131,63,80)
#713646
(113,54,70)
#5F2D3C
(95,45,60)
#4D2432
(77,36,50)
#3B1B28
(59,27,40)
#29121E
(41,18,30)
#170914
(23,9,20)
#000000
(0,0,0)

Tints of #CB6378

#CB6378
(203,99,120)
#CF7184
(207,113,132)
#D37F90
(211,127,144)
#D78D9C
(215,141,156)
#DB9BA8
(219,155,168)
#DFA9B4
(223,169,180)
#E3B7C0
(227,183,192)
#E7C5CC
(231,197,204)
#EBD3D8
(235,211,216)
#EFE1E4
(239,225,228)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6378 color. Also use rgb(203,99,120) instead hex code.

Text Font Color

.myTextColor { color: #CB6378; }

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

This text font color is #CB6378.


Background Color

.myBgColor { background-color: #CB6378; }

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

This div background color is #CB6378.


Border color

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

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

This div border color is #CB6378.


Opacity

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

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

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

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

This text has shadow with #CB6378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6378 on black background.


Color preview on white background

This text has color #CB6378 on white background.



Black color preview on #CB6378 background

This text has black color on #CB6378 background.


White color preview on #CB6378 background

This text has white color on #CB6378 background.