#C55477

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

Shades of Cabaret #C55477

Tints of Cabaret #C55477

Color information

#C55477 (or 0xC55477) is unknown color: approx Cabaret. HEX triplet: C5, 54 and 77. RGB value is (197,84,119). Sum of RGB (Red+Green+Blue) = 197+84+119=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55477 is #3AAB88. Grayscale: #797979. Windows color (decimal): -3845001 or 7820485. OLE color: 7820485.

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

Color convert

RGB19784119-
CMYK00.570.400.23
HSL341.42º49.34%55.1%-
HSV(B)341.42º57.36%77.25%-
XYZ29.5319.5419.67-
YUV121.78126.44181.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.25%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 119 (46.88% from 255) = 29.75%
R=49.25%
G=21%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978411900.570.400.23341.4249.3455.1
HexC5547703928171553137
Octal30512416707150275256167
Binary1100010110101001110111011100110100010111101010101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55477; }

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

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

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

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

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

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

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

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