#C5617C

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

Shades of Cabaret #C5617C

Tints of Cabaret #C5617C

Color information

#C5617C (or 0xC5617C) is unknown color: approx Cabaret. HEX triplet: C5, 61 and 7C. RGB value is (197,97,124). Sum of RGB (Red+Green+Blue) = 197+97+124=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5617C is #3A9E83. Grayscale: #818181. Windows color (decimal): -3841668 or 8151493. OLE color: 8151493.

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

Color convert

RGB19797124-
CMYK00.510.370.23
HSL343.8º46.3%57.65%-
HSV(B)343.8º50.76%77.25%-
XYZ30.9421.8721.66-
YUV129.98124.63175.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=47.13%
G=23.21%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979712400.510.370.23343.846.357.65
HexC5617C03325171582e3a
Octal30514117406345275305672
Binary1100010111000011111100011001110010110111101011000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5617C; }

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

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

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

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

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

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

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

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