#C55177

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

Shades of Cabaret #C55177

Tints of Cabaret #C55177

Color information

#C55177 (or 0xC55177) is unknown color: approx Cabaret. HEX triplet: C5, 51 and 77. RGB value is (197,81,119). Sum of RGB (Red+Green+Blue) = 197+81+119=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55177 is #3AAE88. Grayscale: #777777. Windows color (decimal): -3845769 or 7819717. OLE color: 7819717.

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

Color convert

RGB19781119-
CMYK00.590.400.23
HSL340.34º50%54.51%-
HSV(B)340.34º58.88%77.25%-
XYZ29.319.0919.59-
YUV120.02127.43182.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=49.62%
G=20.40%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978111900.590.400.23340.345054.51
HexC5517703B28171543237
Octal30512116707350275246267
Binary1100010110100011110111011101110100010111101010100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55177; }

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

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

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

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

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

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

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

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