#C0596C

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

Shades of Cabaret #C0596C

Tints of Cabaret #C0596C

Color information

#C0596C (or 0xC0596C) is unknown color: approx Cabaret. HEX triplet: C0, 59 and 6C. RGB value is (192,89,108). Sum of RGB (Red+Green+Blue) = 192+89+108=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0596C is #3FA693. Grayscale: #797979. Windows color (decimal): -4171412 or 7100864. OLE color: 7100864.

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

Color convert

RGB19289108-
CMYK00.540.440.25
HSL348.93º44.98%55.1%-
HSV(B)348.93º53.65%75.29%-
XYZ28.0219.4316.46-
YUV121.96120.12177.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=49.36%
G=22.88%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928910800.540.440.25348.9344.9855.1
HexC0596C0362C1915d2d37
Octal30013115406654315355567
Binary1100000010110011101100011011010110011001101011101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0596C; }

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

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

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

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

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

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

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

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