#C9496E

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

Shades of Cabaret #C9496E

Tints of Cabaret #C9496E

Color information

#C9496E (or 0xC9496E) is unknown color: approx Cabaret. HEX triplet: C9, 49 and 6E. RGB value is (201,73,110). Sum of RGB (Red+Green+Blue) = 201+73+110=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9496E is #36B691. Grayscale: #737373. Windows color (decimal): -3585682 or 7227849. OLE color: 7227849.

HSL color Cylindrical-coordinate representation of color #C9496E: hue angle of 342.66º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9496E is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20173110-
CMYK00.640.450.21
HSL342.66º54.24%53.73%-
HSV(B)342.66º63.68%78.82%-
XYZ29.2818.3116.74-
YUV115.49124.91188.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.34%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=52.34%
G=19.01%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017311000.640.450.21342.6654.2453.73
HexC9496E0402D151573636
Octal311111156010055255276666
Binary11001001100100111011100100000010110110101101010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9496E; }

 p { color: rgb(201,73,110); }

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

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

 a { background-color: rgb(201,73,110); }

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

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

 span { border-color: rgb(201,73,110); }

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