#CE406E

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

Shades of Cabaret #CE406E

Tints of Cabaret #CE406E

Color information

#CE406E (or 0xCE406E) is unknown color: approx Cabaret. HEX triplet: CE, 40 and 6E. RGB value is (206,64,110). Sum of RGB (Red+Green+Blue) = 206+64+110=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE406E is #31BF91. Grayscale: #6F6F6F. Windows color (decimal): -3260306 or 7225550. OLE color: 7225550.

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

Color convert

RGB20664110-
CMYK00.690.470.19
HSL340.56º59.17%52.94%-
HSV(B)340.56º68.93%80.78%-
XYZ30.117.9116.62-
YUV111.7127.04195.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 64 (25.39% from 255) = 16.84%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=54.21%
G=16.84%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066411000.690.470.19340.5659.1752.94
HexCE406E0452F131553b35
Octal316100156010557235257365
Binary11001110100000011011100100010110111110011101010101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE406E; }

 p { color: rgb(206,64,110); }

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

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

 a { background-color: rgb(206,64,110); }

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

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

 span { border-color: rgb(206,64,110); }

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