#CE5476

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

Shades of Cabaret #CE5476

Tints of Cabaret #CE5476

Color information

#CE5476 (or 0xCE5476) is unknown color: approx Cabaret. HEX triplet: CE, 54 and 76. RGB value is (206,84,118). Sum of RGB (Red+Green+Blue) = 206+84+118=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5476 is #31AB89. Grayscale: #7C7C7C. Windows color (decimal): -3255178 or 7754958. OLE color: 7754958.

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

Color convert

RGB20684118-
CMYK00.590.430.19
HSL343.28º55.45%56.86%-
HSV(B)343.28º59.22%80.78%-
XYZ31.8920.7719.47-
YUV124.35124.42186.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.49%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=50.49%
G=20.59%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068411800.590.430.19343.2855.4556.86
HexCE547603B2B131573739
Octal31612416607353235276771
Binary1100111010101001110110011101110101110011101010111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5476; }

 p { color: rgb(206,84,118); }

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

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

 a { background-color: rgb(206,84,118); }

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

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

 span { border-color: rgb(206,84,118); }

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