COLOR #CB738A

HEX: #CB738A RGB: (203,115,138)

Color info

#CB738A contains mainly red color. Web safe color of #CB738A is #CC6699 (or #C69).

RGB color model

#CB738A color RGB value is (203,115,138).

RGB: (203,115,138) (80%, 45%, 54%)

RGB channels and saturation

R 203 of 255 = 80%
G 115 of 255 = 45%
B 138 of 255 = 54%

203
115
138

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

Portions of RGB colors in percentages

R + G + B = 203 + 115 + 138 = 456 (100%)
R 203 of 456 ~ 44.52%
G 115 of 456 ~ 25.22%
B 138 of 456 ~ 30.26'%

%44.52
%25.22
%30.26

CMYK color model

#CB738A color CMYK value is (0,43,32,20).

  • cyan value is 0.00%
  • magenta value is 43.35%
  • yellow value is 32.02%
  • key color value is 20.39%

CMYK: (0,43,32,20)
C0M43Y32K20 (0%, 43%, 32%, 20%)
(0.00 / 0.43 / 0.32 / 0.20)

CMYK percentages

%0
%43.35
%32.02
%20.39

Codes

Color #CB738A in popluar color models

CB 73 8A
RGB 203 115 138
HSL 344° 45.83% 62.35%
HSB/HSV 344° 43.35% 79.61%
CMYK 0.00% 43.35% 32.02%
20.39%

Color #CB738A in popluar number systems.

HEX CB 73 8A
Decimal 203 115 138
Binary 11001011 1110011 10001010
Octal 313 163 212

Shades and tints

Shades of #CB738A

#CB738A
(203,115,138)
#B9697E
(185,105,126)
#A75F72
(167,95,114)
#955566
(149,85,102)
#834B5A
(131,75,90)
#71414E
(113,65,78)
#5F3742
(95,55,66)
#4D2D36
(77,45,54)
#3B232A
(59,35,42)
#29191E
(41,25,30)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #CB738A

#CB738A
(203,115,138)
#CF7F94
(207,127,148)
#D38B9E
(211,139,158)
#D797A8
(215,151,168)
#DBA3B2
(219,163,178)
#DFAFBC
(223,175,188)
#E3BBC6
(227,187,198)
#E7C7D0
(231,199,208)
#EBD3DA
(235,211,218)
#EFDFE4
(239,223,228)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB738A color. Also use rgb(203,115,138) instead hex code.

Text Font Color

.myTextColor { color: #CB738A; }

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

This text font color is #CB738A.

Background Color

.myBgColor { background-color: #CB738A; }

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

This div background color is #CB738A.

Border color

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

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

This div border color is #CB738A.

Opacity

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

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

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

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

This text has shadow with #CB738A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB738A.

Preview

Color preview on black background

This text has color #CB738A on black background.


Color preview on white background

This text has color #CB738A on white background.


Black color preview on #CB738A background

This text has black color on #CB738A background.


White color preview on #CB738A background

This text has white color on #CB738A background.


Related colors

Complementary color

Complementary color for #hex is #348C75.


I love getcolorcode.com

Triadic colors

1 #8ACB73 and #738ACB with #CB738A are triadic colors.

2 #8A73CB and #73CB8A with #CB738A are triadic colors.