#C55F78

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

Shades of Cabaret #C55F78

Tints of Cabaret #C55F78

Color information

#C55F78 (or 0xC55F78) is unknown color: approx Cabaret. HEX triplet: C5, 5F and 78. RGB value is (197,95,120). Sum of RGB (Red+Green+Blue) = 197+95+120=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F78 is #3AA087. Grayscale: #808080. Windows color (decimal): -3842184 or 7888837. OLE color: 7888837.

HSL color Cylindrical-coordinate representation of color #C55F78: hue angle of 345.29º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55F78 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB19795120-
CMYK00.520.390.23
HSL345.29º46.79%57.25%-
HSV(B)345.29º51.78%77.25%-
XYZ30.5121.4120.29-
YUV128.35123.29176.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=47.82%
G=23.06%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979512000.520.390.23345.2946.7957.25
HexC55F7803427171592f39
Octal30513717006447275315771
Binary1100010110111111111000011010010011110111101011001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F78; }

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

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

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

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

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

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

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

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