#CE2B60

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

Shades of Cerise #CE2B60

Tints of Cerise #CE2B60

Color information

#CE2B60 (or 0xCE2B60) is unknown color: approx Cerise. HEX triplet: CE, 2B and 60. RGB value is (206,43,96). Sum of RGB (Red+Green+Blue) = 206+43+96=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2B60 is #31D49F. Grayscale: #616161. Windows color (decimal): -3265696 or 6302670. OLE color: 6302670.

HSL color Cylindrical-coordinate representation of color #CE2B60: hue angle of 340.49º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B60 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB2064396-
CMYK00.790.530.19
HSL340.49º65.46%48.82%-
HSV(B)340.49º79.13%80.78%-
XYZ28.4315.6912.6-
YUV97.78127205.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.71%
GREEN value IS 43 (17.19% from 255) = 12.46%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=59.71%
G=12.46%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206439600.790.530.19340.4965.4648.82
HexCE2B6004F35131544131
Octal316531400117652352410161
Binary11001110101011110000001001111110101100111010101001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2B60; }

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

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

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

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

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

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

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

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