#C55378

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

Shades of Cabaret #C55378

Tints of Cabaret #C55378

Color information

#C55378 (or 0xC55378) is unknown color: approx Cabaret. HEX triplet: C5, 53 and 78. RGB value is (197,83,120). Sum of RGB (Red+Green+Blue) = 197+83+120=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55378 is #3AAC87. Grayscale: #797979. Windows color (decimal): -3845256 or 7885765. OLE color: 7885765.

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

Color convert

RGB19783120-
CMYK00.580.390.23
HSL340.53º49.57%54.9%-
HSV(B)340.53º57.87%77.25%-
XYZ29.5119.4119.96-
YUV121.3127.27181.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.25%
GREEN value IS 83 (32.81% from 255) = 20.75%
BLUE value IS 120 (47.27% from 255) = 30%
R=49.25%
G=20.75%
B=30%

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
Decimal1978312000.580.390.23340.5349.5754.9
HexC5537803A27171553237
Octal30512317007247275256267
Binary1100010110100111111000011101010011110111101010101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55378; }

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

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

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

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

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

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

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

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