#C6546C

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

Shades of Cabaret #C6546C

Tints of Cabaret #C6546C

Color information

#C6546C (or 0xC6546C) is unknown color: approx Cabaret. HEX triplet: C6, 54 and 6C. RGB value is (198,84,108). Sum of RGB (Red+Green+Blue) = 198+84+108=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6546C is #39AB93. Grayscale: #787878. Windows color (decimal): -3779476 or 7099590. OLE color: 7099590.

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

Color convert

RGB19884108-
CMYK00.580.450.22
HSL347.37º50%55.29%-
HSV(B)347.37º57.58%77.65%-
XYZ29.1719.4316.4-
YUV120.82120.77183.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=50.77%
G=21.54%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988410800.580.450.22347.375055.29
HexC6546C03A2D1615b3237
Octal30612415407255265336267
Binary1100011010101001101100011101010110110110101011011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6546C; }

 p { color: rgb(198,84,108); }

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

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

 a { background-color: rgb(198,84,108); }

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

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

 span { border-color: rgb(198,84,108); }

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