COLOR #CB7A63

HEX: #CB7A63 RGB: (203,122,99)

Color info

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

RGB color model

#CB7A63 color RGB value is (203,122,99).

RGB: (203,122,99) (80%, 48%, 39%)

RGB channels and saturation

R 203 of 255 = 80%
G 122 of 255 = 48%
B 99 of 255 = 39%

203
122
99

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

Portions of RGB colors in percentages

R + G + B = 203 + 122 + 99 = 424 (100%)
R 203 of 424 ~ 47.88%
G 122 of 424 ~ 28.77%
B 99 of 424 ~ 23.35'%

%47.88
%28.77
%23.35

CMYK color model

#CB7A63 color CMYK value is (0,40,51,20).

  • cyan value is 0.00%
  • magenta value is 39.90%
  • yellow value is 51.23%
  • key color value is 20.39%

CMYK: (0,40,51,20)
C0M40Y51K20 (0%, 40%, 51%, 20%)
(0.00 / 0.40 / 0.51 / 0.20)

CMYK percentages

%0
%39.9
%51.23
%20.39

Codes

Color #CB7A63 in popluar color models

CB 7A 63
RGB 203 122 99
HSL 13° 50.00% 59.22%
HSB/HSV 13° 51.23% 79.61%
CMYK 0.00% 39.90% 51.23%
20.39%

Color #CB7A63 in popluar number systems.

HEX CB 7A 63
Decimal 203 122 99
Binary 11001011 1111010 1100011
Octal 313 172 143

Shades and tints

Shades of #CB7A63

#CB7A63
(203,122,99)
#B96F5A
(185,111,90)
#A76451
(167,100,81)
#955948
(149,89,72)
#834E3F
(131,78,63)
#714336
(113,67,54)
#5F382D
(95,56,45)
#4D2D24
(77,45,36)
#3B221B
(59,34,27)
#291712
(41,23,18)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #CB7A63

#CB7A63
(203,122,99)
#CF8671
(207,134,113)
#D3927F
(211,146,127)
#D79E8D
(215,158,141)
#DBAA9B
(219,170,155)
#DFB6A9
(223,182,169)
#E3C2B7
(227,194,183)
#E7CEC5
(231,206,197)
#EBDAD3
(235,218,211)
#EFE6E1
(239,230,225)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB7A63; }

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

This text font color is #CB7A63.

Background Color

.myBgColor { background-color: #CB7A63; }

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

This div background color is #CB7A63.

Border color

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

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

This div border color is #CB7A63.

Opacity

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

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

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

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

This text has shadow with #CB7A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB7A63.

Preview

Color preview on black background

This text has color #CB7A63 on black background.


Color preview on white background

This text has color #CB7A63 on white background.


Black color preview on #CB7A63 background

This text has black color on #CB7A63 background.


White color preview on #CB7A63 background

This text has white color on #CB7A63 background.


Related colors

Complementary color

Complementary color for #hex is #34859C.


I love getcolorcode.com

Triadic colors

1 #63CB7A and #7A63CB with #CB7A63 are triadic colors.

2 #637ACB and #7ACB63 with #CB7A63 are triadic colors.