#CE4762

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

Shades of Cabaret #CE4762

Tints of Cabaret #CE4762

Color information

#CE4762 (or 0xCE4762) is unknown color: approx Cabaret. HEX triplet: CE, 47 and 62. RGB value is (206,71,98). Sum of RGB (Red+Green+Blue) = 206+71+98=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4762 is #31B89D. Grayscale: #727272. Windows color (decimal): -3258526 or 6440910. OLE color: 6440910.

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

Color convert

RGB2067198-
CMYK00.660.520.19
HSL348º57.94%54.31%-
HSV(B)348º65.53%80.78%-
XYZ29.9118.5113.55-
YUV114.44118.73193.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.93%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=54.93%
G=18.93%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206719800.660.520.1934857.9454.31
HexCE4762042341315c3a36
Octal316107142010264235347266
Binary11001110100011111000100100001011010010011101011100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4762; }

 p { color: rgb(206,71,98); }

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

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

 a { background-color: rgb(206,71,98); }

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

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

 span { border-color: rgb(206,71,98); }

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