#ce3067

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

Shades of Cerise #CE3067

Tints of Cerise #CE3067

Color information

#CE3067 (or 0xCE3067) is unknown color: approx Cerise. HEX triplet: CE, 30 and 67. RGB value is (206,48,103). Sum of RGB (Red+Green+Blue) = 206+48+103=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3067 is #31CF98. Grayscale: #656565. Windows color (decimal): -3264409 or 6762702. OLE color: 6762702.

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

Color convert

RGB20648103-
CMYK00.770.500.19
HSL339.11º62.2%49.8%-
HSV(B)339.11º76.7%80.78%-
XYZ28.9616.2114.44-
YUV101.51128.85202.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.70%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=57.70%
G=13.45%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064810300.770.500.19339.1162.249.8
HexCE306704D32131533e32
Octal31660147011562235237662
Binary1100111011000011001110100110111001010011101010011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3067; }

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

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

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

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

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

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

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

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