COLOR #CB757F

HEX: #CB757F
RGB: (203,117,127)

Color info

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

RGB color model

#CB757F color RGB value is (203,117,127).

  • red value is 203;
  • green value is 117;
  • blue value is 127.
RGB:
(203,117,127)
(80%,46%,50%)

RGB channels and saturation

R 203 of 255 = 80%
G 117 of 255 = 46%
B 127 of 255 = 50%

203
117
127

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

Portions of RGB colors in percentages

R + G + B =
203 + 117 + 127 = 447 (100%)
R 203 of 447 ~ 45.41%
G 117 of 447 ~ 26.17%
B 127 of 447 ~ 28.41%

%45.41
%26.17
%28.41

CMYK color model

#CB757F color CMYK value is (0,42,37,20).

  • cyan value is 0.00%
  • magenta value is 42.36%
  • yellow value is 37.44%
  • key color value is 20.39%
CMYK:
(0,42,37,20)
C0M42Y37K20 
(0%,42%,37%,20%)
(0.00/0.42/0.37/0.20)	

CMYK percentages

%0
%42.36
%37.44
%20.39

Codes

Color #CB757F in popluar color models

CB757F
RGB203117127
HSL353°45.26%62.75%
HSB/HSV353°42.36%79.61%
CMYK0.00%42.36%37.44%
20.39%

Color #CB757F in popluar number systems.

HEXCB757F
Decimal203117127
Binary1100101111101011111111
Octal313165177

Shades and tints

Shades of #CB757F

#CB757F
(203,117,127)
#B96B74
(185,107,116)
#A76169
(167,97,105)
#95575E
(149,87,94)
#834D53
(131,77,83)
#714348
(113,67,72)
#5F393D
(95,57,61)
#4D2F32
(77,47,50)
#3B2527
(59,37,39)
#291B1C
(41,27,28)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #CB757F

#CB757F
(203,117,127)
#CF818A
(207,129,138)
#D38D95
(211,141,149)
#D799A0
(215,153,160)
#DBA5AB
(219,165,171)
#DFB1B6
(223,177,182)
#E3BDC1
(227,189,193)
#E7C9CC
(231,201,204)
#EBD5D7
(235,213,215)
#EFE1E2
(239,225,226)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB757F color. Also use rgb(203,117,127) instead hex code.

Text Font Color

.myTextColor { color: #CB757F; }

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

This text font color is #CB757F.


Background Color

.myBgColor { background-color: #CB757F; }

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

This div background color is #CB757F.


Border color

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

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

This div border color is #CB757F.


Opacity

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

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

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

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

This text has shadow with #CB757F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB757F on black background.


Color preview on white background

This text has color #CB757F on white background.



Black color preview on #CB757F background

This text has black color on #CB757F background.


White color preview on #CB757F background

This text has white color on #CB757F background.