#CE6075

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

Shades of Cabaret #CE6075

Tints of Cabaret #CE6075

Color information

#CE6075 (or 0xCE6075) is unknown color: approx Cabaret. HEX triplet: CE, 60 and 75. RGB value is (206,96,117). Sum of RGB (Red+Green+Blue) = 206+96+117=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6075 is #319F8A. Grayscale: #838383. Windows color (decimal): -3252107 or 7692494. OLE color: 7692494.

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

Color convert

RGB20696117-
CMYK00.530.430.19
HSL348.55º52.88%59.22%-
HSV(B)348.55º53.4%80.78%-
XYZ32.8522.7719.49-
YUV131.28119.94181.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=49.16%
G=22.91%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069611700.530.430.19348.5552.8859.22
HexCE60750352B1315d353b
Octal31614016506553235356573
Binary1100111011000001110101011010110101110011101011101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6075; }

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

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

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

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

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

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

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

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