COLOR #CB7C6C

HEX: #CB7C6C
RGB: (203,124,108)

Color info

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

RGB color model

#CB7C6C color RGB value is (203,124,108).

  • red value is 203;
  • green value is 124;
  • blue value is 108.
RGB:
(203,124,108)
(80%,49%,42%)

RGB channels and saturation

R 203 of 255 = 80%
G 124 of 255 = 49%
B 108 of 255 = 42%

203
124
108

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

Portions of RGB colors in percentages

R + G + B =
203 + 124 + 108 = 435 (100%)
R 203 of 435 ~ 46.67%
G 124 of 435 ~ 28.51%
B 108 of 435 ~ 24.83%

%46.67
%28.51
%24.83

CMYK color model

#CB7C6C color CMYK value is (0,39,47,20).

  • cyan value is 0.00%
  • magenta value is 38.92%
  • yellow value is 46.80%
  • key color value is 20.39%
CMYK:
(0,39,47,20)
C0M39Y47K20 
(0%,39%,47%,20%)
(0.00/0.39/0.47/0.20)	

CMYK percentages

%0
%38.92
%46.8
%20.39

Codes

Color #CB7C6C in popluar color models

CB7C6C
RGB203124108
HSL10°47.74%60.98%
HSB/HSV10°46.80%79.61%
CMYK0.00%38.92%46.80%
20.39%

Color #CB7C6C in popluar number systems.

HEXCB7C6C
Decimal203124108
Binary1100101111111001101100
Octal313174154

Shades and tints

Shades of #CB7C6C

#CB7C6C
(203,124,108)
#B97163
(185,113,99)
#A7665A
(167,102,90)
#955B51
(149,91,81)
#835048
(131,80,72)
#71453F
(113,69,63)
#5F3A36
(95,58,54)
#4D2F2D
(77,47,45)
#3B2424
(59,36,36)
#29191B
(41,25,27)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #CB7C6C

#CB7C6C
(203,124,108)
#CF8779
(207,135,121)
#D39286
(211,146,134)
#D79D93
(215,157,147)
#DBA8A0
(219,168,160)
#DFB3AD
(223,179,173)
#E3BEBA
(227,190,186)
#E7C9C7
(231,201,199)
#EBD4D4
(235,212,212)
#EFDFE1
(239,223,225)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB7C6C color. Also use rgb(203,124,108) instead hex code.

Text Font Color

.myTextColor { color: #CB7C6C; }

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

This text font color is #CB7C6C.


Background Color

.myBgColor { background-color: #CB7C6C; }

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

This div background color is #CB7C6C.


Border color

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

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

This div border color is #CB7C6C.


Opacity

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

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

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

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

This text has shadow with #CB7C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7C6C on black background.


Color preview on white background

This text has color #CB7C6C on white background.



Black color preview on #CB7C6C background

This text has black color on #CB7C6C background.


White color preview on #CB7C6C background

This text has white color on #CB7C6C background.