COLOR #CE6752

HEX: #CE6752 RGB: (206,103,82)

Color info

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

RGB color model

#CE6752 color RGB value is (206,103,82).

RGB: (206,103,82) (81%, 40%, 32%)

RGB channels and saturation

R 206 of 255 = 81%
G 103 of 255 = 40%
B 82 of 255 = 32%

206
103
82

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

Portions of RGB colors in percentages

R + G + B = 206 + 103 + 82 = 391 (100%)
R 206 of 391 ~ 52.69%
G 103 of 391 ~ 26.34%
B 82 of 391 ~ 20.97'%

%52.69
%26.34
%20.97

CMYK color model

#CE6752 color CMYK value is (0,50,60,19).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 60.19%
  • key color value is 19.22%

CMYK: (0,50,60,19)
C0M50Y60K19 (0%, 50%, 60%, 19%)
(0.00 / 0.50 / 0.60 / 0.19)

CMYK percentages

%0
%50
%60.19
%19.22

Codes

Color #CE6752 in popluar color models

CE 67 52
RGB 206 103 82
HSL 10° 55.86% 56.47%
HSB/HSV 10° 60.19% 80.78%
CMYK 0.00% 50.00% 60.19%
19.22%

Color #CE6752 in popluar number systems.

HEX CE 67 52
Decimal 206 103 82
Binary 11001110 1100111 1010010
Octal 316 147 122

Shades and tints

Shades of #CE6752

#CE6752
(206,103,82)
#BC5E4B
(188,94,75)
#AA5544
(170,85,68)
#984C3D
(152,76,61)
#864336
(134,67,54)
#743A2F
(116,58,47)
#623128
(98,49,40)
#502821
(80,40,33)
#3E1F1A
(62,31,26)
#2C1613
(44,22,19)
#1A0D0C
(26,13,12)
#000000
(0,0,0)

Tints of #CE6752

#CE6752
(206,103,82)
#D27461
(210,116,97)
#D68170
(214,129,112)
#DA8E7F
(218,142,127)
#DE9B8E
(222,155,142)
#E2A89D
(226,168,157)
#E6B5AC
(230,181,172)
#EAC2BB
(234,194,187)
#EECFCA
(238,207,202)
#F2DCD9
(242,220,217)
#F6E9E8
(246,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6752 color. Also use rgb(206,103,82) instead hex code.

Text Font Color

.myTextColor { color: #CE6752; }

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

This text font color is #CE6752.

Background Color

.myBgColor { background-color: #CE6752; }

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

This div background color is #CE6752.

Border color

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

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

This div border color is #CE6752.

Opacity

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

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

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

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

This text has shadow with #CE6752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE6752.

Preview

Color preview on black background

This text has color #CE6752 on black background.


Color preview on white background

This text has color #CE6752 on white background.


Black color preview on #CE6752 background

This text has black color on #CE6752 background.


White color preview on #CE6752 background

This text has white color on #CE6752 background.


Related colors

Complementary color

Complementary color for #hex is #3198AD.


I love getcolorcode.com

Triadic colors

1 #52CE67 and #6752CE with #CE6752 are triadic colors.

2 #5267CE and #67CE52 with #CE6752 are triadic colors.