#C55379

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

Shades of Cabaret #C55379

Tints of Cabaret #C55379

Color information

#C55379 (or 0xC55379) is unknown color: approx Cabaret. HEX triplet: C5, 53 and 79. RGB value is (197,83,121). Sum of RGB (Red+Green+Blue) = 197+83+121=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C55379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55379 is #3AAC86. Grayscale: #797979. Windows color (decimal): -3845255 or 7951301. OLE color: 7951301.

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

Color convert

RGB19783121-
CMYK00.580.390.23
HSL340º49.57%54.9%-
HSV(B)340º57.87%77.25%-
XYZ29.5719.4420.28-
YUV121.42127.77181.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=49.13%
G=20.70%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978312100.580.390.2334049.5754.9
HexC5537903A27171543237
Octal30512317107247275246267
Binary1100010110100111111001011101010011110111101010100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55379; }

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

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

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

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

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

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

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

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