#CE3760

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

Shades of Cerise #CE3760

Tints of Cerise #CE3760

Color information

#CE3760 (or 0xCE3760) is unknown color: approx Cerise. HEX triplet: CE, 37 and 60. RGB value is (206,55,96). Sum of RGB (Red+Green+Blue) = 206+55+96=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3760 is #31C89F. Grayscale: #686868. Windows color (decimal): -3262624 or 6305742. OLE color: 6305742.

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

Color convert

RGB2065596-
CMYK00.730.530.19
HSL343.71º60.64%51.18%-
HSV(B)343.71º73.3%80.78%-
XYZ28.9316.712.76-
YUV104.82123.03200.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.70%
GREEN value IS 55 (21.88% from 255) = 15.41%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=57.70%
G=15.41%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206559600.730.530.19343.7160.6451.18
HexCE376004935131583d33
Octal31667140011165235307563
Binary1100111011011111000000100100111010110011101011000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3760; }

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

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

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

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

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

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

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

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