#CE3864

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

Shades of Cerise #CE3864

Tints of Cerise #CE3864

Color information

#CE3864 (or 0xCE3864) is unknown color: approx Cerise. HEX triplet: CE, 38 and 64. RGB value is (206,56,100). Sum of RGB (Red+Green+Blue) = 206+56+100=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3864 is #31C79B. Grayscale: #696969. Windows color (decimal): -3262364 or 6568142. OLE color: 6568142.

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

Color convert

RGB20656100-
CMYK00.730.510.19
HSL342.4º60.48%51.37%-
HSV(B)342.4º72.82%80.78%-
XYZ29.1716.8713.78-
YUV105.87124.7199.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.91%
GREEN value IS 56 (22.27% from 255) = 15.47%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=56.91%
G=15.47%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065610000.730.510.19342.460.4851.37
HexCE386404933131563c33
Octal31670144011163235267463
Binary1100111011100011001000100100111001110011101010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3864; }

 p { color: rgb(206,56,100); }

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

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

 a { background-color: rgb(206,56,100); }

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

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

 span { border-color: rgb(206,56,100); }

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