#CE346F

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

Shades of Cerise #CE346F

Tints of Cerise #CE346F

Color information

#CE346F (or 0xCE346F) is unknown color: approx Cerise. HEX triplet: CE, 34 and 6F. RGB value is (206,52,111). Sum of RGB (Red+Green+Blue) = 206+52+111=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE346F is #31CB90. Grayscale: #686868. Windows color (decimal): -3263377 or 7288014. OLE color: 7288014.

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

Color convert

RGB20652111-
CMYK00.750.460.19
HSL337.01º61.11%50.59%-
HSV(B)337.01º74.76%80.78%-
XYZ29.5516.7316.71-
YUV104.77131.52200.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.83%
GREEN value IS 52 (20.70% from 255) = 14.09%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=55.83%
G=14.09%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065211100.750.460.19337.0161.1150.59
HexCE346F04B2E131513d33
Octal31664157011356235217563
Binary1100111011010011011110100101110111010011101010001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE346F; }

 p { color: rgb(206,52,111); }

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

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

 a { background-color: rgb(206,52,111); }

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

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

 span { border-color: rgb(206,52,111); }

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