#CE2566

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

Shades of Cerise #CE2566

Tints of Cerise #CE2566

Color information

#CE2566 (or 0xCE2566) is unknown color: approx Cerise. HEX triplet: CE, 25 and 66. RGB value is (206,37,102). Sum of RGB (Red+Green+Blue) = 206+37+102=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2566 is #31DA99. Grayscale: #5E5E5E. Windows color (decimal): -3267226 or 6694350. OLE color: 6694350.

HSL color Cylindrical-coordinate representation of color #CE2566: hue angle of 336.92º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2566 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB20637102-
CMYK00.820.500.19
HSL336.92º69.55%47.65%-
HSV(B)336.92º82.04%80.78%-
XYZ28.5115.414.04-
YUV94.94131.99207.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.71%
GREEN value IS 37 (14.84% from 255) = 10.72%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=59.71%
G=10.72%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063710200.820.500.19336.9269.5547.65
HexCE256605232131514630
Octal316451460122622352110660
Binary11001110100101110011001010010110010100111010100011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2566; }

 p { color: rgb(206,37,102); }

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

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

 a { background-color: rgb(206,37,102); }

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

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

 span { border-color: rgb(206,37,102); }

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