#CE426F

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

Shades of Cabaret #CE426F

Tints of Cabaret #CE426F

Color information

#CE426F (or 0xCE426F) is unknown color: approx Cabaret. HEX triplet: CE, 42 and 6F. RGB value is (206,66,111). Sum of RGB (Red+Green+Blue) = 206+66+111=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE426F is #31BD90. Grayscale: #707070. Windows color (decimal): -3259793 or 7291598. OLE color: 7291598.

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

Color convert

RGB20666111-
CMYK00.680.460.19
HSL340.71º58.82%53.33%-
HSV(B)340.71º67.96%80.78%-
XYZ30.2718.1716.95-
YUV112.99126.88194.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.79%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=53.79%
G=17.23%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066611100.680.460.19340.7158.8253.33
HexCE426F0442E131553b35
Octal316102157010456235257365
Binary11001110100001011011110100010010111010011101010101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE426F; }

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

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

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

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

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

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

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

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