#CE3764

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

Shades of Cerise #CE3764

Tints of Cerise #CE3764

Color information

#CE3764 (or 0xCE3764) is unknown color: approx Cerise. HEX triplet: CE, 37 and 64. RGB value is (206,55,100). Sum of RGB (Red+Green+Blue) = 206+55+100=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3764 is #31C89B. Grayscale: #696969. Windows color (decimal): -3262620 or 6567886. OLE color: 6567886.

HSL color Cylindrical-coordinate representation of color #CE3764: hue angle of 342.12º degrees, saturation: 0.61, 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 #CE3764 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB20655100-
CMYK00.730.510.19
HSL342.12º60.64%51.18%-
HSV(B)342.12º73.3%80.78%-
XYZ29.1216.7713.76-
YUV105.28125.03199.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.06%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=57.06%
G=15.24%
B=27.70%

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
Decimal2065510000.730.510.19342.1260.6451.18
HexCE376404933131563d33
Octal31667144011163235267563
Binary1100111011011111001000100100111001110011101010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3764; }

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

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

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

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

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

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

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

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