#C55173

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

Shades of Cabaret #C55173

Tints of Cabaret #C55173

Color information

#C55173 (or 0xC55173) is unknown color: approx Cabaret. HEX triplet: C5, 51 and 73. RGB value is (197,81,115). Sum of RGB (Red+Green+Blue) = 197+81+115=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C55173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55173 is #3AAE8C. Grayscale: #777777. Windows color (decimal): -3845773 or 7557573. OLE color: 7557573.

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

Color convert

RGB19781115-
CMYK00.590.420.23
HSL342.41º50%54.51%-
HSV(B)342.41º58.88%77.25%-
XYZ29.0618.9918.35-
YUV119.56125.43183.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=50.13%
G=20.61%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978111500.590.420.23342.415054.51
HexC5517303B2A171563237
Octal30512116307352275266267
Binary1100010110100011110011011101110101010111101010110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55173; }

 p { color: rgb(197,81,115); }

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

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

 a { background-color: rgb(197,81,115); }

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

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

 span { border-color: rgb(197,81,115); }

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