COLOR #CE0B4B

HEX: #CE0B4B
RGB: (206,11,75)

Color info

#CE0B4B contains mainly red color. Web safe color of #CE0B4B is #CC0033 (or #C03).

RGB color model

#CE0B4B color RGB value is (206,11,75).

  • red value is 206;
  • green value is 11;
  • blue value is 75.
RGB:
(206,11,75)
(81%,4%,29%)

RGB channels and saturation

R 206 of 255 = 81%
G 11 of 255 = 4%
B 75 of 255 = 29%

206
11
75

R + G + B ~ 38%. #CE0B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
206 + 11 + 75 = 292 (100%)
R 206 of 292 ~ 70.55%
G 11 of 292 ~ 3.77%
B 75 of 292 ~ 25.68%

%70.55
%25.68

CMYK color model

#CE0B4B color CMYK value is (0,95,64,19).

  • cyan value is 0.00%
  • magenta value is 94.66%
  • yellow value is 63.59%
  • key color value is 19.22%
CMYK:
(0,95,64,19)
C0M95Y64K19 
(0%,95%,64%,19%)
(0.00/0.95/0.64/0.19)	

CMYK percentages

%0
%94.66
%63.59
%19.22

Codes

Color #CE0B4B in popluar color models

CE0B4B
RGB2061175
HSL340°89.86%42.55%
HSB/HSV340°94.66%80.78%
CMYK0.00%94.66%63.59%
19.22%

Color #CE0B4B in popluar number systems.

HEXCE0B4B
Decimal2061175
Binary1100111010111001011
Octal31613113

Shades and tints

Shades of #CE0B4B

#CE0B4B
(206,11,75)
#BC0A45
(188,10,69)
#AA093F
(170,9,63)
#980839
(152,8,57)
#860733
(134,7,51)
#74062D
(116,6,45)
#620527
(98,5,39)
#500421
(80,4,33)
#3E031B
(62,3,27)
#2C0215
(44,2,21)
#1A010F
(26,1,15)
#000000
(0,0,0)

Tints of #CE0B4B

#CE0B4B
(206,11,75)
#D2215B
(210,33,91)
#D6376B
(214,55,107)
#DA4D7B
(218,77,123)
#DE638B
(222,99,139)
#E2799B
(226,121,155)
#E68FAB
(230,143,171)
#EAA5BB
(234,165,187)
#EEBBCB
(238,187,203)
#F2D1DB
(242,209,219)
#F6E7EB
(246,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE0B4B color. Also use rgb(206,11,75) instead hex code.

Text Font Color

.myTextColor { color: #CE0B4B; }

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

This text font color is #CE0B4B.


Background Color

.myBgColor { background-color: #CE0B4B; }

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

This div background color is #CE0B4B.


Border color

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

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

This div border color is #CE0B4B.


Opacity

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

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

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

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

This text has shadow with #CE0B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE0B4B on black background.


Color preview on white background

This text has color #CE0B4B on white background.



Black color preview on #CE0B4B background

This text has black color on #CE0B4B background.


White color preview on #CE0B4B background

This text has white color on #CE0B4B background.