#C6547B

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

Shades of Cabaret #C6547B

Tints of Cabaret #C6547B

Color information

#C6547B (or 0xC6547B) is unknown color: approx Cabaret. HEX triplet: C6, 54 and 7B. RGB value is (198,84,123). Sum of RGB (Red+Green+Blue) = 198+84+123=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6547B is #39AB84. Grayscale: #7A7A7A. Windows color (decimal): -3779461 or 8082630. OLE color: 8082630.

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

Color convert

RGB19884123-
CMYK00.580.380.22
HSL339.47º50%55.29%-
HSV(B)339.47º57.58%77.65%-
XYZ30.0319.7820.97-
YUV122.53128.27181.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=48.89%
G=20.74%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988412300.580.380.22339.475055.29
HexC6547B03A26161533237
Octal30612417307246265236267
Binary1100011010101001111011011101010011010110101010011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6547B; }

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

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

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

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

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

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

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

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