#C3596C

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

Shades of Cabaret #C3596C

Tints of Cabaret #C3596C

Color information

#C3596C (or 0xC3596C) is unknown color: approx Cabaret. HEX triplet: C3, 59 and 6C. RGB value is (195,89,108). Sum of RGB (Red+Green+Blue) = 195+89+108=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3596C is #3CA693. Grayscale: #7A7A7A. Windows color (decimal): -3974804 or 7100867. OLE color: 7100867.

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

Color convert

RGB19589108-
CMYK00.540.450.24
HSL349.25º46.9%55.69%-
HSV(B)349.25º54.36%76.47%-
XYZ28.7819.8316.5-
YUV122.86119.62179.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=49.74%
G=22.70%
B=27.55%

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
Decimal1958910800.540.450.24349.2546.955.69
HexC3596C0362D1815d2f38
Octal30313115406655305355770
Binary1100001110110011101100011011010110111000101011101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3596C; }

 p { color: rgb(195,89,108); }

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

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

 a { background-color: rgb(195,89,108); }

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

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

 span { border-color: rgb(195,89,108); }

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