#CE5B68

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

Shades of Cabaret #CE5B68

Tints of Cabaret #CE5B68

Color information

#CE5B68 (or 0xCE5B68) is unknown color: approx Cabaret. HEX triplet: CE, 5B and 68. RGB value is (206,91,104). Sum of RGB (Red+Green+Blue) = 206+91+104=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B68 is #31A497. Grayscale: #7E7E7E. Windows color (decimal): -3253400 or 6839246. OLE color: 6839246.

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

Color convert

RGB20691104-
CMYK00.560.500.19
HSL353.22º53.99%58.24%-
HSV(B)353.22º55.83%80.78%-
XYZ31.6921.615.6-
YUV126.87115.1184.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 91 (35.94% from 255) = 22.69%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=51.37%
G=22.69%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069110400.560.500.19353.2253.9958.24
HexCE5B680383213161363a
Octal31613315007062235416672
Binary1100111010110111101000011100011001010011101100001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5B68; }

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

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

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

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

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

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

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

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