#CE6575

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

Shades of Cabaret #CE6575

Tints of Cabaret #CE6575

Color information

#CE6575 (or 0xCE6575) is unknown color: approx Cabaret. HEX triplet: CE, 65 and 75. RGB value is (206,101,117). Sum of RGB (Red+Green+Blue) = 206+101+117=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6575 is #319A8A. Grayscale: #868686. Windows color (decimal): -3250827 or 7693774. OLE color: 7693774.

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

Color convert

RGB206101117-
CMYK00.510.430.19
HSL350.86º51.72%60.2%-
HSV(B)350.86º50.97%80.78%-
XYZ33.3223.7119.65-
YUV134.22118.29179.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=48.58%
G=23.82%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610111700.510.430.19350.8651.7260.2
HexCE65750332B1315f343c
Octal31614516506353235376474
Binary1100111011001011110101011001110101110011101011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6575; }

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

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

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

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

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

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

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

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