#C55979

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

Shades of Cabaret #C55979

Tints of Cabaret #C55979

Color information

#C55979 (or 0xC55979) is unknown color: approx Cabaret. HEX triplet: C5, 59 and 79. RGB value is (197,89,121). Sum of RGB (Red+Green+Blue) = 197+89+121=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C55979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55979 is #3AA686. Grayscale: #7C7C7C. Windows color (decimal): -3843719 or 7952837. OLE color: 7952837.

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

Color convert

RGB19789121-
CMYK00.550.390.23
HSL342.22º48.21%56.08%-
HSV(B)342.22º54.82%77.25%-
XYZ30.0520.420.44-
YUV124.94125.78179.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.40%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=48.40%
G=21.87%
B=29.73%

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
Decimal1978912100.550.390.23342.2248.2156.08
HexC5597903727171563038
Octal30513117106747275266070
Binary1100010110110011111001011011110011110111101010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55979; }

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

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

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

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

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

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

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

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