COLOR #CB7090

HEX: #CB7090 RGB: (203,112,144)

Color info

#CB7090 contains mainly red and blue colors. Web safe color of #CB7090 is #CC6699 (or #C69).

RGB color model

#CB7090 color RGB value is (203,112,144).

RGB: (203,112,144) (80%, 44%, 56%)

RGB channels and saturation

R 203 of 255 = 80%
G 112 of 255 = 44%
B 144 of 255 = 56%

203
112
144

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

Portions of RGB colors in percentages

R + G + B = 203 + 112 + 144 = 459 (100%)
R 203 of 459 ~ 44.23%
G 112 of 459 ~ 24.4%
B 144 of 459 ~ 31.37'%

%44.23
%24.4
%31.37

CMYK color model

#CB7090 color CMYK value is (0,45,29,20).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 29.06%
  • key color value is 20.39%

CMYK: (0,45,29,20)
C0M45Y29K20 (0%, 45%, 29%, 20%)
(0.00 / 0.45 / 0.29 / 0.20)

CMYK percentages

%0
%44.83
%29.06
%20.39

Codes

Color #CB7090 in popluar color models

CB 70 90
RGB 203 112 144
HSL 339° 46.67% 61.76%
HSB/HSV 339° 44.83% 79.61%
CMYK 0.00% 44.83% 29.06%
20.39%

Color #CB7090 in popluar number systems.

HEX CB 70 90
Decimal 203 112 144
Binary 11001011 1110000 10010000
Octal 313 160 220

Shades and tints

Shades of #CB7090

#CB7090
(203,112,144)
#B96683
(185,102,131)
#A75C76
(167,92,118)
#955269
(149,82,105)
#83485C
(131,72,92)
#713E4F
(113,62,79)
#5F3442
(95,52,66)
#4D2A35
(77,42,53)
#3B2028
(59,32,40)
#29161B
(41,22,27)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #CB7090

#CB7090
(203,112,144)
#CF7D9A
(207,125,154)
#D38AA4
(211,138,164)
#D797AE
(215,151,174)
#DBA4B8
(219,164,184)
#DFB1C2
(223,177,194)
#E3BECC
(227,190,204)
#E7CBD6
(231,203,214)
#EBD8E0
(235,216,224)
#EFE5EA
(239,229,234)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB7090 color. Also use rgb(203,112,144) instead hex code.

Text Font Color

.myTextColor { color: #CB7090; }

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

This text font color is #CB7090.

Background Color

.myBgColor { background-color: #CB7090; }

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

This div background color is #CB7090.

Border color

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

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

This div border color is #CB7090.

Opacity

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

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

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

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

This text has shadow with #CB7090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB7090.

Preview

Color preview on black background

This text has color #CB7090 on black background.


Color preview on white background

This text has color #CB7090 on white background.


Black color preview on #CB7090 background

This text has black color on #CB7090 background.


White color preview on #CB7090 background

This text has white color on #CB7090 background.


Related colors

Complementary color

Complementary color for #hex is #348F6F.


I love getcolorcode.com

Triadic colors

1 #90CB70 and #7090CB with #CB7090 are triadic colors.

2 #9070CB and #70CB90 with #CB7090 are triadic colors.