#CE3060

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

Shades of Cerise #CE3060

Tints of Cerise #CE3060

Color information

#CE3060 (or 0xCE3060) is unknown color: approx Cerise. HEX triplet: CE, 30 and 60. RGB value is (206,48,96). Sum of RGB (Red+Green+Blue) = 206+48+96=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3060 is #31CF9F. Grayscale: #646464. Windows color (decimal): -3264416 or 6303950. OLE color: 6303950.

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

Color convert

RGB2064896-
CMYK00.770.530.19
HSL341.77º62.2%49.8%-
HSV(B)341.77º76.7%80.78%-
XYZ28.6216.0812.66-
YUV100.71125.35203.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.86%
GREEN value IS 48 (19.14% from 255) = 13.71%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=58.86%
G=13.71%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206489600.770.530.19341.7762.249.8
HexCE306004D35131563e32
Octal31660140011565235267662
Binary1100111011000011000000100110111010110011101010110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3060; }

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

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

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

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

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

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

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

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