#CE5F70

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

Shades of Cabaret #CE5F70

Tints of Cabaret #CE5F70

Color information

#CE5F70 (or 0xCE5F70) is unknown color: approx Cabaret. HEX triplet: CE, 5F and 70. RGB value is (206,95,112). Sum of RGB (Red+Green+Blue) = 206+95+112=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F70 is #31A08F. Grayscale: #828282. Windows color (decimal): -3252368 or 7364558. OLE color: 7364558.

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

Color convert

RGB20695112-
CMYK00.540.460.19
HSL350.81º53.11%59.02%-
HSV(B)350.81º53.88%80.78%-
XYZ32.4722.4817.96-
YUV130.13117.77182.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=49.88%
G=23.00%
B=27.12%

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
Decimal2069511200.540.460.19350.8153.1159.02
HexCE5F700362E1315f353b
Octal31613716006656235376573
Binary1100111010111111110000011011010111010011101011111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5F70; }

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

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

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

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

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

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

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

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