#CE2767

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

Shades of Cerise #CE2767

Tints of Cerise #CE2767

Color information

#CE2767 (or 0xCE2767) is unknown color: approx Cerise. HEX triplet: CE, 27 and 67. RGB value is (206,39,103). Sum of RGB (Red+Green+Blue) = 206+39+103=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2767 is #31D898. Grayscale: #606060. Windows color (decimal): -3266713 or 6760398. OLE color: 6760398.

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

Color convert

RGB20639103-
CMYK00.810.500.19
HSL337.01º68.16%48.04%-
HSV(B)337.01º81.07%80.78%-
XYZ28.6315.5514.32-
YUV96.23131.83206.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.20%
GREEN value IS 39 (15.62% from 255) = 11.21%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=59.20%
G=11.21%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063910300.810.500.19337.0168.1648.04
HexCE276705132131514430
Octal316471470121622352110460
Binary11001110100111110011101010001110010100111010100011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2767; }

 p { color: rgb(206,39,103); }

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

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

 a { background-color: rgb(206,39,103); }

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

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

 span { border-color: rgb(206,39,103); }

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