#CE4668

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

Shades of Cabaret #CE4668

Tints of Cabaret #CE4668

Color information

#CE4668 (or 0xCE4668) is unknown color: approx Cabaret. HEX triplet: CE, 46 and 68. RGB value is (206,70,104). Sum of RGB (Red+Green+Blue) = 206+70+104=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4668 is #31B997. Grayscale: #727272. Windows color (decimal): -3258776 or 6833870. OLE color: 6833870.

HSL color Cylindrical-coordinate representation of color #CE4668: hue angle of 345º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4668 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB20670104-
CMYK00.660.500.19
HSL345º58.12%54.12%-
HSV(B)345º66.02%80.78%-
XYZ30.1418.515.08-
YUV114.54122.06193.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=54.21%
G=18.42%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067010400.660.500.1934558.1254.12
HexCE466804232131593a36
Octal316106150010262235317266
Binary11001110100011011010000100001011001010011101011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4668; }

 p { color: rgb(206,70,104); }

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

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

 a { background-color: rgb(206,70,104); }

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

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

 span { border-color: rgb(206,70,104); }

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