#CE4E71

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

Shades of Cabaret #CE4E71

Tints of Cabaret #CE4E71

Color information

#CE4E71 (or 0xCE4E71) is unknown color: approx Cabaret. HEX triplet: CE, 4E and 71. RGB value is (206,78,113). Sum of RGB (Red+Green+Blue) = 206+78+113=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E71 is #31B18E. Grayscale: #787878. Windows color (decimal): -3256719 or 7425742. OLE color: 7425742.

HSL color Cylindrical-coordinate representation of color #CE4E71: hue angle of 343.59º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4E71 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB20678113-
CMYK00.620.450.19
HSL343.59º56.64%55.69%-
HSV(B)343.59º62.14%80.78%-
XYZ31.1619.7617.8-
YUV120.26123.91189.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=51.89%
G=19.65%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067811300.620.450.19343.5956.6455.69
HexCE4E7103E2D131583938
Octal31611616107655235307170
Binary1100111010011101110001011111010110110011101011000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4E71; }

 p { color: rgb(206,78,113); }

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

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

 a { background-color: rgb(206,78,113); }

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

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

 span { border-color: rgb(206,78,113); }

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