#CE565D

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

Shades of Mandy #CE565D

Tints of Mandy #CE565D

Color information

#CE565D (or 0xCE565D) is unknown color: approx Mandy. HEX triplet: CE, 56 and 5D. RGB value is (206,86,93). Sum of RGB (Red+Green+Blue) = 206+86+93=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE565D is #31A9A2. Grayscale: #7A7A7A. Windows color (decimal): -3254691 or 6117070. OLE color: 6117070.

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

Color convert

RGB2068693-
CMYK00.580.550.19
HSL356.5º55.05%57.25%-
HSV(B)356.5º58.25%80.78%-
XYZ30.7620.5712.7-
YUV122.68111.26187.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.51%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=53.51%
G=22.34%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206869300.580.550.19356.555.0557.25
HexCE565D03A37131643739
Octal31612613507267235446771
Binary1100111010101101011101011101011011110011101100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE565D; }

 p { color: rgb(206,86,93); }

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

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

 a { background-color: rgb(206,86,93); }

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

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

 span { border-color: rgb(206,86,93); }

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