COLOR #CB686D

HEX: #CB686D RGB: (203,104,109)

Color info

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

RGB color model

#CB686D color RGB value is (203,104,109).

RGB: (203,104,109) (80%, 41%, 43%)

RGB channels and saturation

R 203 of 255 = 80%
G 104 of 255 = 41%
B 109 of 255 = 43%

203
104
109

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

Portions of RGB colors in percentages

R + G + B = 203 + 104 + 109 = 416 (100%)
R 203 of 416 ~ 48.8%
G 104 of 416 ~ 25%
B 109 of 416 ~ 26.2'%

%48.8
%25
%26.2

CMYK color model

#CB686D color CMYK value is (0,49,46,20).

  • cyan value is 0.00%
  • magenta value is 48.77%
  • yellow value is 46.31%
  • key color value is 20.39%

CMYK: (0,49,46,20)
C0M49Y46K20 (0%, 49%, 46%, 20%)
(0.00 / 0.49 / 0.46 / 0.20)

CMYK percentages

%0
%48.77
%46.31
%20.39

Codes

Color #CB686D in popluar color models

CB 68 6D
RGB 203 104 109
HSL 357° 48.77% 60.20%
HSB/HSV 357° 48.77% 79.61%
CMYK 0.00% 48.77% 46.31%
20.39%

Color #CB686D in popluar number systems.

HEX CB 68 6D
Decimal 203 104 109
Binary 11001011 1101000 1101101
Octal 313 150 155

Shades and tints

Shades of #CB686D

#CB686D
(203,104,109)
#B95F64
(185,95,100)
#A7565B
(167,86,91)
#954D52
(149,77,82)
#834449
(131,68,73)
#713B40
(113,59,64)
#5F3237
(95,50,55)
#4D292E
(77,41,46)
#3B2025
(59,32,37)
#29171C
(41,23,28)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #CB686D

#CB686D
(203,104,109)
#CF757A
(207,117,122)
#D38287
(211,130,135)
#D78F94
(215,143,148)
#DB9CA1
(219,156,161)
#DFA9AE
(223,169,174)
#E3B6BB
(227,182,187)
#E7C3C8
(231,195,200)
#EBD0D5
(235,208,213)
#EFDDE2
(239,221,226)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB686D color. Also use rgb(203,104,109) instead hex code.

Text Font Color

.myTextColor { color: #CB686D; }

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

This text font color is #CB686D.

Background Color

.myBgColor { background-color: #CB686D; }

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

This div background color is #CB686D.

Border color

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

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

This div border color is #CB686D.

Opacity

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

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

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

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

This text has shadow with #CB686D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB686D.

Preview

Color preview on black background

This text has color #CB686D on black background.


Color preview on white background

This text has color #CB686D on white background.


Black color preview on #CB686D background

This text has black color on #CB686D background.


White color preview on #CB686D background

This text has white color on #CB686D background.


Related colors

Complementary color

Complementary color for #hex is #349792.


I love getcolorcode.com

Triadic colors

1 #6DCB68 and #686DCB with #CB686D are triadic colors.

2 #6D68CB and #68CB6D with #CB686D are triadic colors.