#CE476F

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

Shades of Cabaret #CE476F

Tints of Cabaret #CE476F

Color information

#CE476F (or 0xCE476F) is unknown color: approx Cabaret. HEX triplet: CE, 47 and 6F. RGB value is (206,71,111). Sum of RGB (Red+Green+Blue) = 206+71+111=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE476F is #31B890. Grayscale: #737373. Windows color (decimal): -3258513 or 7292878. OLE color: 7292878.

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

Color convert

RGB20671111-
CMYK00.660.460.19
HSL342.22º57.94%54.31%-
HSV(B)342.22º65.53%80.78%-
XYZ30.5818.7817.05-
YUV115.92125.23192.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.09%
GREEN value IS 71 (28.12% from 255) = 18.30%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=53.09%
G=18.30%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067111100.660.460.19342.2257.9454.31
HexCE476F0422E131563a36
Octal316107157010256235267266
Binary11001110100011111011110100001010111010011101010110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE476F; }

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

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

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

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

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

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

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

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