#CE465C

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

Shades of Mandy #CE465C

Tints of Mandy #CE465C

Color information

#CE465C (or 0xCE465C) is unknown color: approx Mandy. HEX triplet: CE, 46 and 5C. RGB value is (206,70,92). Sum of RGB (Red+Green+Blue) = 206+70+92=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE465C is #31B9A3. Grayscale: #717171. Windows color (decimal): -3258788 or 6047438. OLE color: 6047438.

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

Color convert

RGB2067092-
CMYK00.660.550.19
HSL350.29º58.12%54.12%-
HSV(B)350.29º66.02%80.78%-
XYZ29.5818.2712.09-
YUV113.17116.06194.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.98%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 92 (36.33% from 255) = 25%
R=55.98%
G=19.02%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206709200.660.550.19350.2958.1254.12
HexCE465C042371315e3a36
Octal316106134010267235367266
Binary11001110100011010111000100001011011110011101011110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE465C; }

 p { color: rgb(206,70,92); }

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

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

 a { background-color: rgb(206,70,92); }

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

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

 span { border-color: rgb(206,70,92); }

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