#CE3362

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

Shades of Cerise #CE3362

Tints of Cerise #CE3362

Color information

#CE3362 (or 0xCE3362) is unknown color: approx Cerise. HEX triplet: CE, 33 and 62. RGB value is (206,51,98). Sum of RGB (Red+Green+Blue) = 206+51+98=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3362 is #31CC9D. Grayscale: #666666. Windows color (decimal): -3263646 or 6435790. OLE color: 6435790.

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

Color convert

RGB2065198-
CMYK00.750.520.19
HSL341.81º61.26%50.39%-
HSV(B)341.81º75.24%80.78%-
XYZ28.8416.3713.2-
YUV102.7125.35201.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.03%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=58.03%
G=14.37%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206519800.750.520.19341.8161.2650.39
HexCE336204B34131563d32
Octal31663142011364235267562
Binary1100111011001111000100100101111010010011101010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3362; }

 p { color: rgb(206,51,98); }

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

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

 a { background-color: rgb(206,51,98); }

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

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

 span { border-color: rgb(206,51,98); }

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