#C5597C

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

Shades of Cabaret #C5597C

Tints of Cabaret #C5597C

Color information

#C5597C (or 0xC5597C) is unknown color: approx Cabaret. HEX triplet: C5, 59 and 7C. RGB value is (197,89,124). Sum of RGB (Red+Green+Blue) = 197+89+124=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5597C is #3AA683. Grayscale: #7D7D7D. Windows color (decimal): -3843716 or 8149445. OLE color: 8149445.

HSL color Cylindrical-coordinate representation of color #C5597C: hue angle of 340.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5597C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19789124-
CMYK00.550.370.23
HSL340.56º48.21%56.08%-
HSV(B)340.56º54.82%77.25%-
XYZ30.2420.4721.43-
YUV125.28127.28179.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=48.05%
G=21.71%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978912400.550.370.23340.5648.2156.08
HexC5597C03725171553038
Octal30513117406745275256070
Binary1100010110110011111100011011110010110111101010101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5597C; }

 p { color: rgb(197,89,124); }

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

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

 a { background-color: rgb(197,89,124); }

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

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

 span { border-color: rgb(197,89,124); }

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