#C55978

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

Shades of Cabaret #C55978

Tints of Cabaret #C55978

Color information

#C55978 (or 0xC55978) is unknown color: approx Cabaret. HEX triplet: C5, 59 and 78. RGB value is (197,89,120). Sum of RGB (Red+Green+Blue) = 197+89+120=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C55978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55978 is #3AA687. Grayscale: #7C7C7C. Windows color (decimal): -3843720 or 7887301. OLE color: 7887301.

HSL color Cylindrical-coordinate representation of color #C55978: hue angle of 342.78º 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 #C55978 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB19789120-
CMYK00.550.390.23
HSL342.78º48.21%56.08%-
HSV(B)342.78º54.82%77.25%-
XYZ29.9920.3720.12-
YUV124.83125.28179.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=48.52%
G=21.92%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978912000.550.390.23342.7848.2156.08
HexC5597803727171573038
Octal30513117006747275276070
Binary1100010110110011111000011011110011110111101010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55978; }

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

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

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

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

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

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

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

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