#C0596A

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

Shades of Cabaret #C0596A

Tints of Cabaret #C0596A

Color information

#C0596A (or 0xC0596A) is unknown color: approx Cabaret. HEX triplet: C0, 59 and 6A. RGB value is (192,89,106). Sum of RGB (Red+Green+Blue) = 192+89+106=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0596A is #3FA695. Grayscale: #797979. Windows color (decimal): -4171414 or 6969792. OLE color: 6969792.

HSL color Cylindrical-coordinate representation of color #C0596A: hue angle of 350.1º 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 #C0596A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19289106-
CMYK00.540.450.25
HSL350.1º44.98%55.1%-
HSV(B)350.1º53.65%75.29%-
XYZ27.9119.3915.91-
YUV121.74119.12178.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.61%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=49.61%
G=23.00%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928910600.540.450.25350.144.9855.1
HexC0596A0362D1915e2d37
Octal30013115206655315365567
Binary1100000010110011101010011011010110111001101011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0596A; }

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

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

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

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

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

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

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

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