#CE3559

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

Shades of Cerise #CE3559

Tints of Cerise #CE3559

Color information

#CE3559 (or 0xCE3559) is unknown color: approx Cerise. HEX triplet: CE, 35 and 59. RGB value is (206,53,89). Sum of RGB (Red+Green+Blue) = 206+53+89=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3559 is #31CAA6. Grayscale: #666666. Windows color (decimal): -3263143 or 5846478. OLE color: 5846478.

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

Color convert

RGB2065389-
CMYK00.740.570.19
HSL345.88º60.96%50.78%-
HSV(B)345.88º74.27%80.78%-
XYZ28.5316.3911.11-
YUV102.85120.19201.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.20%
GREEN value IS 53 (21.09% from 255) = 15.23%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=59.20%
G=15.23%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206538900.740.570.19345.8860.9650.78
HexCE355904A391315a3d33
Octal31665131011271235327563
Binary1100111011010110110010100101011100110011101011010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3559; }

 p { color: rgb(206,53,89); }

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

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

 a { background-color: rgb(206,53,89); }

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

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

 span { border-color: rgb(206,53,89); }

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