#CE5875

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

Shades of Cabaret #CE5875

Tints of Cabaret #CE5875

Color information

#CE5875 (or 0xCE5875) is unknown color: approx Cabaret. HEX triplet: CE, 58 and 75. RGB value is (206,88,117). Sum of RGB (Red+Green+Blue) = 206+88+117=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5875 is #31A78A. Grayscale: #7E7E7E. Windows color (decimal): -3254155 or 7690446. OLE color: 7690446.

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

Color convert

RGB20688117-
CMYK00.570.430.19
HSL345.25º54.63%57.65%-
HSV(B)345.25º57.28%80.78%-
XYZ32.1521.3919.26-
YUV126.59122.59184.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.12%
GREEN value IS 88 (34.77% from 255) = 21.41%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=50.12%
G=21.41%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068811700.570.430.19345.2554.6357.65
HexCE58750392B13159373a
Octal31613016507153235316772
Binary1100111010110001110101011100110101110011101011001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5875; }

 p { color: rgb(206,88,117); }

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

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

 a { background-color: rgb(206,88,117); }

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

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

 span { border-color: rgb(206,88,117); }

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