#CE4858

Color #CE4858 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CE4858

Tints of Mandy #CE4858

Color information

#CE4858 (or 0xCE4858) is unknown color: approx Mandy. HEX triplet: CE, 48 and 58. RGB value is (206,72,88). Sum of RGB (Red+Green+Blue) = 206+72+88=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4858 is #31B7A7. Grayscale: #717171. Windows color (decimal): -3258280 or 5785806. OLE color: 5785806.

HSL color Cylindrical-coordinate representation of color #CE4858: hue angle of 352.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4858 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB2067288-
CMYK00.650.570.19
HSL352.84º57.76%54.51%-
HSV(B)352.84º65.05%80.78%-
XYZ29.5318.4611.24-
YUV113.89113.39193.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 56.28%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=56.28%
G=19.67%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206728800.650.570.19352.8457.7654.51
HexCE485804139131613a37
Octal316110130010171235417267
Binary11001110100100010110000100000111100110011101100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4858; }

 p { color: rgb(206,72,88); }

 H1.HeaderClassName
 {
   color: #CE4858;
 }
 .AnyTagClassName
 {
   color: #CE4858;
 }
</style>
background-color css

<style>
 a { background-color: #CE4858; }

 a { background-color: rgb(206,72,88); }

 div.DivClassName
 {
   background-color: #CE4858;
 }
 .BgClassName
 {
   background-color: #CE4858;
 }
</style>
border-color css

<style>
 span { border-color: #CE4858; }

 span { border-color: rgb(206,72,88); }

 td.TdClassName
 {
   border-color: #CE4858;
 }
 .TagClassName
 {
   border-color: #CE4858;
 }
</style>