#CE3364

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

Shades of Cerise #CE3364

Tints of Cerise #CE3364

Color information

#CE3364 (or 0xCE3364) is unknown color: approx Cerise. HEX triplet: CE, 33 and 64. RGB value is (206,51,100). Sum of RGB (Red+Green+Blue) = 206+51+100=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3364 is #31CC9B. Grayscale: #666666. Windows color (decimal): -3263644 or 6566862. OLE color: 6566862.

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

Color convert

RGB20651100-
CMYK00.750.510.19
HSL341.03º61.26%50.39%-
HSV(B)341.03º75.24%80.78%-
XYZ28.9416.4113.7-
YUV102.93126.35201.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.70%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=57.70%
G=14.29%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065110000.750.510.19341.0361.2650.39
HexCE336404B33131553d32
Octal31663144011363235257562
Binary1100111011001111001000100101111001110011101010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3364; }

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

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

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

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

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

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

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

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