#CE5565

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

Shades of Cabaret #CE5565

Tints of Cabaret #CE5565

Color information

#CE5565 (or 0xCE5565) is unknown color: approx Cabaret. HEX triplet: CE, 55 and 65. RGB value is (206,85,101). Sum of RGB (Red+Green+Blue) = 206+85+101=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5565 is #31AA9A. Grayscale: #7B7B7B. Windows color (decimal): -3254939 or 6641102. OLE color: 6641102.

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

Color convert

RGB20685101-
CMYK00.590.510.19
HSL352.07º55.25%57.06%-
HSV(B)352.07º58.74%80.78%-
XYZ31.0520.5614.64-
YUV123115.59187.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=52.55%
G=21.68%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068510100.590.510.19352.0755.2557.06
HexCE556503B33131603739
Octal31612514507363235406771
Binary1100111010101011100101011101111001110011101100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5565; }

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

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

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

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

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

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

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

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