#CE5972

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

Shades of Cabaret #CE5972

Tints of Cabaret #CE5972

Color information

#CE5972 (or 0xCE5972) is unknown color: approx Cabaret. HEX triplet: CE, 59 and 72. RGB value is (206,89,114). Sum of RGB (Red+Green+Blue) = 206+89+114=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5972 is #31A68D. Grayscale: #7E7E7E. Windows color (decimal): -3253902 or 7494094. OLE color: 7494094.

HSL color Cylindrical-coordinate representation of color #CE5972: hue angle of 347.18º degrees, saturation: 0.54, 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 #CE5972 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB20689114-
CMYK00.570.450.19
HSL347.18º54.42%57.84%-
HSV(B)347.18º56.8%80.78%-
XYZ32.0621.4818.38-
YUV126.83120.76184.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=50.37%
G=21.76%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068911400.570.450.19347.1854.4257.84
HexCE59720392D1315b363a
Octal31613116207155235336672
Binary1100111010110011110010011100110110110011101011011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5972; }

 p { color: rgb(206,89,114); }

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

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

 a { background-color: rgb(206,89,114); }

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

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

 span { border-color: rgb(206,89,114); }

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