#ce5e70

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

Shades of Cabaret #CE5E70

Tints of Cabaret #CE5E70

Color information

#CE5E70 (or 0xCE5E70) is unknown color: approx Cabaret. HEX triplet: CE, 5E and 70. RGB value is (206,94,112). Sum of RGB (Red+Green+Blue) = 206+94+112=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E70 is #31A18F. Grayscale: #818181. Windows color (decimal): -3252624 or 7364302. OLE color: 7364302.

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

Color convert

RGB20694112-
CMYK00.540.460.19
HSL350.36º53.33%58.82%-
HSV(B)350.36º54.37%80.78%-
XYZ32.3822.317.93-
YUV129.54118.11182.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=50%
G=22.82%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069411200.540.460.19350.3653.3358.82
HexCE5E700362E1315e353b
Octal31613616006656235366573
Binary1100111010111101110000011011010111010011101011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce5e70; }

 p { color: rgb(206,94,112); }

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

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

 a { background-color: rgb(206,94,112); }

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

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

 span { border-color: rgb(206,94,112); }

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