#ce496a

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

Shades of Cabaret #CE496A

Tints of Cabaret #CE496A

Color information

#CE496A (or 0xCE496A) is unknown color: approx Cabaret. HEX triplet: CE, 49 and 6A. RGB value is (206,73,106). Sum of RGB (Red+Green+Blue) = 206+73+106=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE496A is #31B695. Grayscale: #747474. Windows color (decimal): -3258006 or 6965710. OLE color: 6965710.

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

Color convert

RGB20673106-
CMYK00.650.490.19
HSL345.11º57.58%54.71%-
HSV(B)345.11º64.56%80.78%-
XYZ30.4418.9315.68-
YUV116.53122.06191.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.51%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=53.51%
G=18.96%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067310600.650.490.19345.1157.5854.71
HexCE496A04131131593a37
Octal316111152010161235317267
Binary11001110100100111010100100000111000110011101011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce496a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce496a; }

 p { color: rgb(206,73,106); }

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

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

 a { background-color: rgb(206,73,106); }

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

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

 span { border-color: rgb(206,73,106); }

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