COLOR #CE6B54

HEX: #CE6B54 RGB: (206,107,84)

Color info

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

RGB color model

#CE6B54 color RGB value is (206,107,84).

RGB: (206,107,84) (81%, 42%, 33%)

RGB channels and saturation

R 206 of 255 = 81%
G 107 of 255 = 42%
B 84 of 255 = 33%

206
107
84

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

Portions of RGB colors in percentages

R + G + B = 206 + 107 + 84 = 397 (100%)
R 206 of 397 ~ 51.89%
G 107 of 397 ~ 26.95%
B 84 of 397 ~ 21.16'%

%51.89
%26.95
%21.16

CMYK color model

#CE6B54 color CMYK value is (0,48,59,19).

  • cyan value is 0.00%
  • magenta value is 48.06%
  • yellow value is 59.22%
  • key color value is 19.22%

CMYK: (0,48,59,19)
C0M48Y59K19 (0%, 48%, 59%, 19%)
(0.00 / 0.48 / 0.59 / 0.19)

CMYK percentages

%0
%48.06
%59.22
%19.22

Codes

Color #CE6B54 in popluar color models

CE 6B 54
RGB 206 107 84
HSL 11° 55.45% 56.86%
HSB/HSV 11° 59.22% 80.78%
CMYK 0.00% 48.06% 59.22%
19.22%

Color #CE6B54 in popluar number systems.

HEX CE 6B 54
Decimal 206 107 84
Binary 11001110 1101011 1010100
Octal 316 153 124

Shades and tints

Shades of #CE6B54

#CE6B54
(206,107,84)
#BC624D
(188,98,77)
#AA5946
(170,89,70)
#98503F
(152,80,63)
#864738
(134,71,56)
#743E31
(116,62,49)
#62352A
(98,53,42)
#502C23
(80,44,35)
#3E231C
(62,35,28)
#2C1A15
(44,26,21)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #CE6B54

#CE6B54
(206,107,84)
#D27863
(210,120,99)
#D68572
(214,133,114)
#DA9281
(218,146,129)
#DE9F90
(222,159,144)
#E2AC9F
(226,172,159)
#E6B9AE
(230,185,174)
#EAC6BD
(234,198,189)
#EED3CC
(238,211,204)
#F2E0DB
(242,224,219)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6B54 color. Also use rgb(206,107,84) instead hex code.

Text Font Color

.myTextColor { color: #CE6B54; }

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

This text font color is #CE6B54.

Background Color

.myBgColor { background-color: #CE6B54; }

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

This div background color is #CE6B54.

Border color

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

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

This div border color is #CE6B54.

Opacity

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

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

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

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

This text has shadow with #CE6B54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE6B54.

Preview

Color preview on black background

This text has color #CE6B54 on black background.


Color preview on white background

This text has color #CE6B54 on white background.


Black color preview on #CE6B54 background

This text has black color on #CE6B54 background.


White color preview on #CE6B54 background

This text has white color on #CE6B54 background.


Related colors

Complementary color

Complementary color for #hex is #3194AB.


I love getcolorcode.com

Triadic colors

1 #54CE6B and #6B54CE with #CE6B54 are triadic colors.

2 #546BCE and #6BCE54 with #CE6B54 are triadic colors.