COLOR #CB7762

HEX: #CB7762
RGB: (203,119,98)

Color info

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

RGB color model

#CB7762 color RGB value is (203,119,98).

  • red value is 203;
  • green value is 119;
  • blue value is 98.
RGB:
(203,119,98)
(80%,47%,38%)

RGB channels and saturation

R 203 of 255 = 80%
G 119 of 255 = 47%
B 98 of 255 = 38%

203
119
98

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

Portions of RGB colors in percentages

R + G + B =
203 + 119 + 98 = 420 (100%)
R 203 of 420 ~ 48.33%
G 119 of 420 ~ 28.33%
B 98 of 420 ~ 23.33%

%48.33
%28.33
%23.33

CMYK color model

#CB7762 color CMYK value is (0,41,52,20).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 51.72%
  • key color value is 20.39%
CMYK:
(0,41,52,20)
C0M41Y52K20 
(0%,41%,52%,20%)
(0.00/0.41/0.52/0.20)	

CMYK percentages

%0
%41.38
%51.72
%20.39

Codes

Color #CB7762 in popluar color models

CB7762
RGB20311998
HSL12°50.24%59.02%
HSB/HSV12°51.72%79.61%
CMYK0.00%41.38%51.72%
20.39%

Color #CB7762 in popluar number systems.

HEXCB7762
Decimal20311998
Binary1100101111101111100010
Octal313167142

Shades and tints

Shades of #CB7762

#CB7762
(203,119,98)
#B96D5A
(185,109,90)
#A76352
(167,99,82)
#95594A
(149,89,74)
#834F42
(131,79,66)
#71453A
(113,69,58)
#5F3B32
(95,59,50)
#4D312A
(77,49,42)
#3B2722
(59,39,34)
#291D1A
(41,29,26)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #CB7762

#CB7762
(203,119,98)
#CF8370
(207,131,112)
#D38F7E
(211,143,126)
#D79B8C
(215,155,140)
#DBA79A
(219,167,154)
#DFB3A8
(223,179,168)
#E3BFB6
(227,191,182)
#E7CBC4
(231,203,196)
#EBD7D2
(235,215,210)
#EFE3E0
(239,227,224)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB7762 color. Also use rgb(203,119,98) instead hex code.

Text Font Color

.myTextColor { color: #CB7762; }

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

This text font color is #CB7762.


Background Color

.myBgColor { background-color: #CB7762; }

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

This div background color is #CB7762.


Border color

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

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

This div border color is #CB7762.


Opacity

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

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

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

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

This text has shadow with #CB7762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7762 on black background.


Color preview on white background

This text has color #CB7762 on white background.



Black color preview on #CB7762 background

This text has black color on #CB7762 background.


White color preview on #CB7762 background

This text has white color on #CB7762 background.