#CE5568

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

Shades of Cabaret #CE5568

Tints of Cabaret #CE5568

Color information

#CE5568 (or 0xCE5568) is unknown color: approx Cabaret. HEX triplet: CE, 55 and 68. RGB value is (206,85,104). Sum of RGB (Red+Green+Blue) = 206+85+104=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5568 is #31AA97. Grayscale: #7B7B7B. Windows color (decimal): -3254936 or 6837710. OLE color: 6837710.

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

Color convert

RGB20685104-
CMYK00.590.500.19
HSL350.58º55.25%57.06%-
HSV(B)350.58º58.74%80.78%-
XYZ31.220.6215.43-
YUV123.34117.09186.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.15%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=52.15%
G=21.52%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068510400.590.500.19350.5855.2557.06
HexCE556803B321315f3739
Octal31612515007362235376771
Binary1100111010101011101000011101111001010011101011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5568; }

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

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

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

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

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

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

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

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