COLOR #CE5A5F

HEX: #CE5A5F RGB: (206,90,95)

Color info

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

RGB color model

#CE5A5F color RGB value is (206,90,95).

RGB: (206,90,95) (81%, 35%, 37%)

RGB channels and saturation

R 206 of 255 = 81%
G 90 of 255 = 35%
B 95 of 255 = 37%

206
90
95

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

Portions of RGB colors in percentages

R + G + B = 206 + 90 + 95 = 391 (100%)
R 206 of 391 ~ 52.69%
G 90 of 391 ~ 23.02%
B 95 of 391 ~ 24.3'%

%52.69
%23.02
%24.3

CMYK color model

#CE5A5F color CMYK value is (0,56,54,19).

  • cyan value is 0.00%
  • magenta value is 56.31%
  • yellow value is 53.88%
  • key color value is 19.22%

CMYK: (0,56,54,19)
C0M56Y54K19 (0%, 56%, 54%, 19%)
(0.00 / 0.56 / 0.54 / 0.19)

CMYK percentages

%0
%56.31
%53.88
%19.22

Codes

Color #CE5A5F in popluar color models

CE 5A 5F
RGB 206 90 95
HSL 357° 54.21% 58.04%
HSB/HSV 357° 56.31% 80.78%
CMYK 0.00% 56.31% 53.88%
19.22%

Color #CE5A5F in popluar number systems.

HEX CE 5A 5F
Decimal 206 90 95
Binary 11001110 1011010 1011111
Octal 316 132 137

Shades and tints

Shades of #CE5A5F

#CE5A5F
(206,90,95)
#BC5257
(188,82,87)
#AA4A4F
(170,74,79)
#984247
(152,66,71)
#863A3F
(134,58,63)
#743237
(116,50,55)
#622A2F
(98,42,47)
#502227
(80,34,39)
#3E1A1F
(62,26,31)
#2C1217
(44,18,23)
#1A0A0F
(26,10,15)
#000000
(0,0,0)

Tints of #CE5A5F

#CE5A5F
(206,90,95)
#D2696D
(210,105,109)
#D6787B
(214,120,123)
#DA8789
(218,135,137)
#DE9697
(222,150,151)
#E2A5A5
(226,165,165)
#E6B4B3
(230,180,179)
#EAC3C1
(234,195,193)
#EED2CF
(238,210,207)
#F2E1DD
(242,225,221)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE5A5F color. Also use rgb(206,90,95) instead hex code.

Text Font Color

.myTextColor { color: #CE5A5F; }

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

This text font color is #CE5A5F.

Background Color

.myBgColor { background-color: #CE5A5F; }

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

This div background color is #CE5A5F.

Border color

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

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

This div border color is #CE5A5F.

Opacity

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

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

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

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

This text has shadow with #CE5A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE5A5F.

Preview

Color preview on black background

This text has color #CE5A5F on black background.


Color preview on white background

This text has color #CE5A5F on white background.


Black color preview on #CE5A5F background

This text has black color on #CE5A5F background.


White color preview on #CE5A5F background

This text has white color on #CE5A5F background.


Related colors

Complementary color

Complementary color for #hex is #31A5A0.


I love getcolorcode.com

Triadic colors

1 #5FCE5A and #5A5FCE with #CE5A5F are triadic colors.

2 #5F5ACE and #5ACE5F with #CE5A5F are triadic colors.