#C1596A

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

Shades of Cabaret #C1596A

Tints of Cabaret #C1596A

Color information

#C1596A (or 0xC1596A) is unknown color: approx Cabaret. HEX triplet: C1, 59 and 6A. RGB value is (193,89,106). Sum of RGB (Red+Green+Blue) = 193+89+106=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1596A is #3EA695. Grayscale: #7A7A7A. Windows color (decimal): -4105878 or 6969793. OLE color: 6969793.

HSL color Cylindrical-coordinate representation of color #C1596A: hue angle of 350.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1596A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19389106-
CMYK00.540.450.24
HSL350.19º45.61%55.29%-
HSV(B)350.19º53.89%75.69%-
XYZ28.1719.5215.92-
YUV122.03118.96178.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=49.74%
G=22.94%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938910600.540.450.24350.1945.6155.29
HexC1596A0362D1815e2e37
Octal30113115206655305365667
Binary1100000110110011101010011011010110111000101011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1596A; }

 p { color: rgb(193,89,106); }

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

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

 a { background-color: rgb(193,89,106); }

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

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

 span { border-color: rgb(193,89,106); }

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