#CE5467

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

Shades of Cabaret #CE5467

Tints of Cabaret #CE5467

Color information

#CE5467 (or 0xCE5467) is unknown color: approx Cabaret. HEX triplet: CE, 54 and 67. RGB value is (206,84,103). Sum of RGB (Red+Green+Blue) = 206+84+103=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5467 is #31AB98. Grayscale: #7A7A7A. Windows color (decimal): -3255193 or 6771918. OLE color: 6771918.

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

Color convert

RGB20684103-
CMYK00.590.500.19
HSL350.66º55.45%56.86%-
HSV(B)350.66º59.22%80.78%-
XYZ31.0720.4415.14-
YUV122.64116.92187.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=52.42%
G=21.37%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068410300.590.500.19350.6655.4556.86
HexCE546703B321315f3739
Octal31612414707362235376771
Binary1100111010101001100111011101111001010011101011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5467; }

 p { color: rgb(206,84,103); }

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

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

 a { background-color: rgb(206,84,103); }

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

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

 span { border-color: rgb(206,84,103); }

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