#CE346D

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

Shades of Cerise #CE346D

Tints of Cerise #CE346D

Color information

#CE346D (or 0xCE346D) is unknown color: approx Cerise. HEX triplet: CE, 34 and 6D. RGB value is (206,52,109). Sum of RGB (Red+Green+Blue) = 206+52+109=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE346D is #31CB92. Grayscale: #686868. Windows color (decimal): -3263379 or 7156942. OLE color: 7156942.

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

Color convert

RGB20652109-
CMYK00.750.470.19
HSL337.79º61.11%50.59%-
HSV(B)337.79º74.76%80.78%-
XYZ29.4416.6816.14-
YUV104.54130.52200.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.13%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=56.13%
G=14.17%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065210900.750.470.19337.7961.1150.59
HexCE346D04B2F131523d33
Octal31664155011357235227563
Binary1100111011010011011010100101110111110011101010010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE346D; }

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

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

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

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

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

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

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

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